Skip to content

Commit

Permalink
Release 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bluesabre committed Feb 25, 2024
1 parent 483d6e9 commit 7e429df
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 18 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include lightdm-gtk-greeter-settings.desktop.in README COPYING
include lightdm-gtk-greeter-settings.desktop.in README.md COPYING
include com.ubuntu.pkexec.lightdm-gtk-greeter-settings.policy.in
include bin/*
recursive-include data *.ui *.xml
Expand Down
56 changes: 40 additions & 16 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,22 +1,47 @@
24.02.2024, Version 1.2.3

- CI:
- Added issue sync from Launchpad

- General:
- Bump Glade project versions 3.8 -> 3.24
- Rename 'LightDM GTK+ Greeter Settings' -> 'LightDM GTK Greeter Settings',
other GTK+ references
- Replace 'Large font' with 'Large text' (LP: #1829072)
- Replace README with more useful README.md
- Update project URL
- Enable local installation

- Bugs Fixed:
- Allow translation of clock format (LP: #1829073)
- Fix Python syntax warning in helpers.py script (Fixes #19)

- Updated translations:
- Arabic, Belarusian, Catalan, Chinese (China), Chinese (Taiwan),
Czech, Danish, Dutch, Estonian, Finnish, French, German, Hebrew,
Hungarian, Indonesian, Italian, Japanese, Kazakh, Korean,
Lithuanian, Polish, Portuguese, Russian, Serbian, Spanish,
Turkish, Ukrainian

20.09.2017, Version 1.2.2
- Bugs Fixed:
- Support gtk-3.* themes (LP: #1709864)
- Fixes grammar errors (do to does) (LP: #1576415)
- Use /bin/bash shebang in pkexec (LP: #1613967)
- Patch setup.py to create installation config reproducibly
(Debian: #804081)
- Fixed typos in source files
- New Translations:
- Breton, Czech, Danish, Italian, Kazakh, Swedish
- Updated Translations:
- Arabic, Brazilian Portuguese, Catalan, Chinese (Simplified),
Croatian, Dutch, Finnish, French, German, Greek, Japanese,
Lithuanian, Polish, Portuguese, Russian, Serbian, Spanish
- Bugs Fixed:
- Support gtk-3.* themes (LP: #1709864)
- Fixes grammar errors (do to does) (LP: #1576415)
- Use /bin/bash shebang in pkexec (LP: #1613967)
- Patch setup.py to create installation config reproducibly
(Debian: #804081)
- Fixed typos in source files
- New Translations:
- Breton, Czech, Danish, Italian, Kazakh, Swedish
- Updated Translations:
- Arabic, Brazilian Portuguese, Catalan, Chinese (Simplified),
Croatian, Dutch, Finnish, French, German, Greek, Japanese,
Lithuanian, Polish, Portuguese, Russian, Serbian, Spanish

07.04.2016, Version 1.2.1
- Updated Translations:
- Arabic, Brazilian Portuguese, Catalan, Chinese (Simplified),
Croatian, Dutch, Finnish, French, German, Greek, Japanese,
- Arabic, Brazilian Portuguese, Catalan, Chinese (Simplified),
Croatian, Dutch, Finnish, French, German, Greek, Japanese,
Lithuanian, Polish, Portuguese, Russian, Serbian, Spanish

20.05.2015, Version 1.2
Expand All @@ -42,4 +67,3 @@
20.03.2014, Version 1.0

- Initial release.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def run(self):

DistUtilsExtra.auto.setup(
name='lightdm-gtk-greeter-settings',
version='1.2.2',
version='1.2.3',
license='GPL-3',
author='Andrew P.',
author_email='[email protected]',
Expand Down

0 comments on commit 7e429df

Please sign in to comment.