Mercurial > projects > pk-update-icon
annotate NEWS @ 59:e3ac37407eb1
Added tag version-3 for changeset 017b0a4b6ec5
author | Guido Berhoerster <guido+pk-update-icon@berhoerster.name> |
---|---|
date | Mon, 02 Jul 2018 13:26:44 +0200 |
parents | 017b0a4b6ec5 |
children |
rev | line source |
---|---|
43 | 1 News |
2 ==== | |
3 | |
58
017b0a4b6ec5
Release version 3
Guido Berhoerster <guido+pk-update-icon@berhoerster.name>
parents:
51
diff
changeset
|
4 pk-update-icon 3 (2018-07-02T13:25:11+02:00) |
017b0a4b6ec5
Release version 3
Guido Berhoerster <guido+pk-update-icon@berhoerster.name>
parents:
51
diff
changeset
|
5 -------------------------------------------- |
017b0a4b6ec5
Release version 3
Guido Berhoerster <guido+pk-update-icon@berhoerster.name>
parents:
51
diff
changeset
|
6 |
017b0a4b6ec5
Release version 3
Guido Berhoerster <guido+pk-update-icon@berhoerster.name>
parents:
51
diff
changeset
|
7 - Add note that pk-update-icon is no longer developed |
017b0a4b6ec5
Release version 3
Guido Berhoerster <guido+pk-update-icon@berhoerster.name>
parents:
51
diff
changeset
|
8 - Simplify PkuiBackend |
017b0a4b6ec5
Release version 3
Guido Berhoerster <guido+pk-update-icon@berhoerster.name>
parents:
51
diff
changeset
|
9 - Only show notification action if the update viewer executable exists |
017b0a4b6ec5
Release version 3
Guido Berhoerster <guido+pk-update-icon@berhoerster.name>
parents:
51
diff
changeset
|
10 - Exclude "." from tarballs |
017b0a4b6ec5
Release version 3
Guido Berhoerster <guido+pk-update-icon@berhoerster.name>
parents:
51
diff
changeset
|
11 - Update email address |
017b0a4b6ec5
Release version 3
Guido Berhoerster <guido+pk-update-icon@berhoerster.name>
parents:
51
diff
changeset
|
12 |
51 | 13 pk-update-icon 2 (2015-06-19T13:08:33+02:00) |
14 -------------------------------------------- | |
15 | |
16 - Update German and Indonesian translations | |
17 - Update and improve Czech translation | |
18 - Avoid passing more arguments to g_strdup_printf() than specified in the format | |
19 - Document configuration default values | |
20 - Make the update viewer command configurable | |
21 - Prevent calling g_source_remove() on an invalid source ID | |
22 - Improve README file | |
23 - Add NEWS file | |
24 | |
43 | 25 pk-update-icon 1 (2014-02-07T22:05:17+01:00) |
26 -------------------------------------------- | |
27 | |
28 - Add missing function prototypes | |
29 - Stylistic fixes | |
30 - Add README file with build instructions and author information | |
31 - Convert the manpage to DocBook V5.0 | |
32 - Use pax to generate tarballs | |
33 - Fix automatic dependency generation and improve portability | |
34 | |
35 pk-update-icon 0.2.2 (2012-07-18T11:54:03+02:00) | |
36 ------------------------------------------------ | |
37 | |
38 - increase the default update interval and delay before checking for updates | |
39 | |
40 pk-update-icon 0.2.1 (2011-11-15T13:03:17+01:00) | |
41 ------------------------------------------------ | |
42 | |
43 - hide the autostart file in KDE and GNOME rather than explicitly showing it in Xfce and LXDE only | |
44 - increase default startup-delay to 5 min (bnc#729230) | |
45 - fix some typos | |
46 - use the VERSION macro in the about dialog | |
47 | |
48 pk-update-icon 0.2 (2011-10-22T10:20:02+02:00) | |
49 ---------------------------------------------- | |
50 | |
51 - add dist target to Makefile | |
52 - add french translation | |
53 - added slovak and czech translations | |
54 - added a button for installing updates to the notification | |
55 - add an about dialog | |
56 - added Indonesian translations | |
57 - add CLI, make delay and interval configurable | |
58 - add clobber target | |
59 - GObject-based rewrite | |
60 - fix the locale path | |
61 - add license header to main.h | |
62 - add compatibility with libnotify version < 0.7 | |
63 - add a man page | |
64 - use libunique to ensure that only a single instance of pk-update-icon can be run | |
65 - add internationalization support | |
66 - allow overriding CFLAGS | |
67 - fix desktop file and arguments order in Makefile | |
68 - use libnotify's pkgconfig for buildflags | |
69 - use GTK2 as Xfce/LXDE are not yet using GTK3 | |
70 - code rework, show notify window just once | |
71 - added GPLv2 headers | |
72 - change icon and tooltip of the tray icon | |
73 - initial commit |