Skip to content

Commit 7e429df

Browse files
committed
Release 1.2.3
1 parent 483d6e9 commit 7e429df

File tree

3 files changed

+42
-18
lines changed

3 files changed

+42
-18
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include lightdm-gtk-greeter-settings.desktop.in README COPYING
1+
include lightdm-gtk-greeter-settings.desktop.in README.md COPYING
22
include com.ubuntu.pkexec.lightdm-gtk-greeter-settings.policy.in
33
include bin/*
44
recursive-include data *.ui *.xml

NEWS

Lines changed: 40 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,47 @@
1+
24.02.2024, Version 1.2.3
2+
3+
- CI:
4+
- Added issue sync from Launchpad
5+
6+
- General:
7+
- Bump Glade project versions 3.8 -> 3.24
8+
- Rename 'LightDM GTK+ Greeter Settings' -> 'LightDM GTK Greeter Settings',
9+
other GTK+ references
10+
- Replace 'Large font' with 'Large text' (LP: #1829072)
11+
- Replace README with more useful README.md
12+
- Update project URL
13+
- Enable local installation
14+
15+
- Bugs Fixed:
16+
- Allow translation of clock format (LP: #1829073)
17+
- Fix Python syntax warning in helpers.py script (Fixes #19)
18+
19+
- Updated translations:
20+
- Arabic, Belarusian, Catalan, Chinese (China), Chinese (Taiwan),
21+
Czech, Danish, Dutch, Estonian, Finnish, French, German, Hebrew,
22+
Hungarian, Indonesian, Italian, Japanese, Kazakh, Korean,
23+
Lithuanian, Polish, Portuguese, Russian, Serbian, Spanish,
24+
Turkish, Ukrainian
25+
126
20.09.2017, Version 1.2.2
2-
- Bugs Fixed:
3-
- Support gtk-3.* themes (LP: #1709864)
4-
- Fixes grammar errors (do to does) (LP: #1576415)
5-
- Use /bin/bash shebang in pkexec (LP: #1613967)
6-
- Patch setup.py to create installation config reproducibly
7-
(Debian: #804081)
8-
- Fixed typos in source files
9-
- New Translations:
10-
- Breton, Czech, Danish, Italian, Kazakh, Swedish
11-
- Updated Translations:
12-
- Arabic, Brazilian Portuguese, Catalan, Chinese (Simplified),
13-
Croatian, Dutch, Finnish, French, German, Greek, Japanese,
14-
Lithuanian, Polish, Portuguese, Russian, Serbian, Spanish
27+
- Bugs Fixed:
28+
- Support gtk-3.* themes (LP: #1709864)
29+
- Fixes grammar errors (do to does) (LP: #1576415)
30+
- Use /bin/bash shebang in pkexec (LP: #1613967)
31+
- Patch setup.py to create installation config reproducibly
32+
(Debian: #804081)
33+
- Fixed typos in source files
34+
- New Translations:
35+
- Breton, Czech, Danish, Italian, Kazakh, Swedish
36+
- Updated Translations:
37+
- Arabic, Brazilian Portuguese, Catalan, Chinese (Simplified),
38+
Croatian, Dutch, Finnish, French, German, Greek, Japanese,
39+
Lithuanian, Polish, Portuguese, Russian, Serbian, Spanish
1540

1641
07.04.2016, Version 1.2.1
1742
- Updated Translations:
18-
- Arabic, Brazilian Portuguese, Catalan, Chinese (Simplified),
19-
Croatian, Dutch, Finnish, French, German, Greek, Japanese,
43+
- Arabic, Brazilian Portuguese, Catalan, Chinese (Simplified),
44+
Croatian, Dutch, Finnish, French, German, Greek, Japanese,
2045
Lithuanian, Polish, Portuguese, Russian, Serbian, Spanish
2146

2247
20.05.2015, Version 1.2
@@ -42,4 +67,3 @@
4267
20.03.2014, Version 1.0
4368

4469
- Initial release.
45-

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def run(self):
9090

9191
DistUtilsExtra.auto.setup(
9292
name='lightdm-gtk-greeter-settings',
93-
version='1.2.2',
93+
version='1.2.3',
9494
license='GPL-3',
9595
author='Andrew P.',
9696
author_email='[email protected]',

0 commit comments

Comments
 (0)