|
1 | 1 | 1.5.12 changes |
2 | 2 | -------------- |
3 | | -- when you use different component id, add provide for old name (https://github.com/zdohnal/system-config-printer/issues/99) |
| 3 | +- when you use different component id, add provide for old name (issues/99) |
4 | 4 | - fix other issues in system-config-printer.appdata.xml to be completely valid |
5 | 5 | for new format |
6 | | -- make the appstream file validate with version >= 0.6 (https://github.com/zdohnal/system-config-printer/issues/97) |
7 | | -- fixes for scp-dbus-services (https://github.com/zdohnal/system-config-printer/pull/96) |
8 | | -- use ValueError instead of ImportError (https://github.com/zdohnal/system-config-printer/pull/95) |
9 | | -- fix constructing the auth dialog (https://github.com/zdohnal/system-config-printer/pull/93) |
10 | | -- update da.po (https://github.com/zdohnal/system-config-printer/pull/102) |
11 | | -- use utf-8 in fdopen() (https://github.com/zdohnal/system-config-printer/pull/112) |
12 | | -- Fallback to using LC_CTYPE if LC_MESSAGES is empty and fix _language use (https://github.com/zdohnal/system-config-printer/pull/108) |
13 | | -- Update de.po (https://github.com/zdohnal/system-config-printer/pull/106) |
14 | | -- Fix TypeError raised by debugprint call (https://github.com/zdohnal/system-config-printer/pull/121) |
15 | | -- dbus: remove deprecated at_console statement (https://github.com/zdohnal/system-config-printer/pull/123) |
| 6 | +- make the appstream file validate with version >= 0.6 (issues/97) |
| 7 | +- fixes for scp-dbus-services (pull/96) |
| 8 | +- use ValueError instead of ImportError (pull/95) |
| 9 | +- fix constructing the auth dialog (pull/93) |
| 10 | +- update da.po (pull/102) |
| 11 | +- use utf-8 in fdopen() (pull/112) |
| 12 | +- Fallback to using LC_CTYPE if LC_MESSAGES is empty and fix _language use (pull/108) |
| 13 | +- Update de.po (pull/106) |
| 14 | +- Fix TypeError raised by debugprint call (pull/121) |
| 15 | +- dbus: remove deprecated at_console statement (pull/123) |
16 | 16 | - fixed several memory leaks reported by Coverity scan |
17 | | -- temporary fix for error pop up message for IPP2.0+ attributes (https://github.com/zdohnal/system-config-printer/issues/122) |
18 | | -- lpd queue names printed on the console (https://github.com/zdohnal/system-config-printer/issues/132) |
19 | | -- use proper docstring (https://github.com/zdohnal/system-config-printer/pull/130) |
20 | | -- remove deprecated SIGNAL_RUN_LAST (https://github.com/zdohnal/system-config-printer/pull/134) |
21 | | -- use remote ppd for CUPS shared queues (https://github.com/zdohnal/system-config-printer/pull/137) |
| 17 | +- temporary fix for error pop up message for IPP2.0+ attributes (issues/122) |
| 18 | +- lpd queue names printed on the console (issues/132) |
| 19 | +- use proper docstring (pull/130) |
| 20 | +- remove deprecated SIGNAL_RUN_LAST (pull/134) |
| 21 | +- use remote ppd for CUPS shared queues (pull/137) |
22 | 22 |
|
23 | 23 | 1.5.10 changes |
24 | 24 | -------------- |
25 | 25 |
|
26 | 26 | - printer couldn't be add ( https://bugzilla.redhat.com/show_bug.cgi?id=1419175 ) |
27 | | -- changes from Ubuntu by Till Kamppeter (https://github.com/zdohnal/system-config-printer/pull/64) |
28 | | -- .travis.yml: switch from precise to trusty (https://github.com/zdohnal/system-config-printer/pull/63) |
29 | | -- Replace icons deprecated by GTK 3.0 by non-deprecated ones (https://github.com/zdohnal/system-config-printer/pull/62) |
30 | | -- Add a StartService for systemd based systems (https://github.com/zdohnal/system-config-printer/pull/56) |
31 | | -- French translation update (https://github.com/zdohnal/system-config-printer/pull/57) |
32 | | -- Spelling fixes (https://github.com/zdohnal/system-config-printer/pull/58) |
33 | | -- Syntax fixes (https://github.com/zdohnal/system-config-printer/pull/59) |
34 | | -- Python 3.6 invalid escape sequence deprecation fixes (https://github.com/zdohnal/system-config-printer/pull/60) |
35 | | -- Adds printer properties dialog vertical expansion (https://github.com/zdohnal/system-config-printer/pull/61) |
36 | | -- Replace icons deprecated by GTK 3.0 by non-deprecated ones (https://github.com/zdohnal/system-config-printer/pull/62) |
37 | | -- Improvements of discovered devices/conection type lists in new-printer wizard, more debug output (https://github.com/zdohnal/system-config-printer/pull/65) |
38 | | -- replace libgnome-keyring by libsecret (https://github.com/zdohnal/system-config-printer/issues/51) |
39 | | -- Do not start the applet on GNOME and Cinnamon desktops (https://github.com/zdohnal/system-config-printer/pull/41) |
40 | | -- Do not notify on 'cups-waiting-for-job-completed' because it's not an… (https://github.com/zdohnal/system-config-printer/pull/71) |
41 | | -- Updated Turkish translation (https://github.com/zdohnal/system-config-printer/pull/74) |
42 | | -- Update tr.po (https://github.com/zdohnal/system-config-printer/pull/73) |
43 | | -- TypeError on <dict>.update call (https://github.com/zdohnal/system-config-printer/issues/76) |
44 | | -- build: Install appstream metadata to non-deprecated location #77 (https://github.com/zdohnal/system-config-printer/pull/77) |
45 | | -- Addition of some strings for i18n (https://github.com/zdohnal/system-config-printer/pull/81) |
| 27 | +- changes from Ubuntu by Till Kamppeter (pull/64) |
| 28 | +- .travis.yml: switch from precise to trusty (pull/63) |
| 29 | +- Replace icons deprecated by GTK 3.0 by non-deprecated ones (pull/62) |
| 30 | +- Add a StartService for systemd based systems (pull/56) |
| 31 | +- French translation update (pull/57) |
| 32 | +- Spelling fixes (pull/58) |
| 33 | +- Syntax fixes (pull/59) |
| 34 | +- Python 3.6 invalid escape sequence deprecation fixes (pull/60) |
| 35 | +- Adds printer properties dialog vertical expansion (pull/61) |
| 36 | +- Replace icons deprecated by GTK 3.0 by non-deprecated ones (pull/62) |
| 37 | +- Improvements of discovered devices/conection type lists in new-printer wizard, more debug output (pull/65) |
| 38 | +- replace libgnome-keyring by libsecret (issues/51) |
| 39 | +- Do not start the applet on GNOME and Cinnamon desktops (pull/41) |
| 40 | +- Do not notify on 'cups-waiting-for-job-completed' because it's not an… (pull/71) |
| 41 | +- Updated Turkish translation (pull/74) |
| 42 | +- Update tr.po (pull/73) |
| 43 | +- TypeError on <dict>.update call (issues/76) |
| 44 | +- build: Install appstream metadata to non-deprecated location #77 (pull/77) |
| 45 | +- Addition of some strings for i18n (pull/81) |
46 | 46 | - Update .po and .pot files |
47 | | -- added GenericName and X-GNOME-FullName to system-config-printer.desktop.in (https://github.com/zdohnal/system-config-printer/issues/20) |
| 47 | +- added GenericName and X-GNOME-FullName to system-config-printer.desktop.in (issues/20) |
48 | 48 | - removed some deprecated parts of gui |
49 | 49 | - updated translations by files from Zanata |
50 | 50 | - s-c-p doesn't react on ALREADY_ENABLED exception from firewalld |
51 | 51 | - removed deprecated Gtk objects |
52 | 52 | - another deprecated issues - GLib |
53 | 53 | - parent attribute in Gtk.Dialog is deprecated - use transient_for |
54 | | -- system-config-printer.py doesn't have program name (https://github.com/zdohnal/system-config-printer/issues/53) |
| 54 | +- system-config-printer.py doesn't have program name (issues/53) |
55 | 55 | - removed macedonian localization because of low rate of translated strings |
56 | 56 | - don't ship pre-configured scripts |
0 commit comments