# HG changeset patch # User Guido Berhoerster # Date 1416299877 -3600 # Node ID 12cdb3d305a32e4f9435735e6ff1bd3345ba40aa # Parent 4a595571f97df9317e16a3b9cb46659cb5ef1366 Add NEWS file diff -r 4a595571f97d -r 12cdb3d305a3 NEWS --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/NEWS Tue Nov 18 09:37:57 2014 +0100 @@ -0,0 +1,52 @@ +News +==== + +pk-update-icon 1 (2014-02-07T22:05:17+01:00) +-------------------------------------------- + +- Add missing function prototypes +- Stylistic fixes +- Add README file with build instructions and author information +- Convert the manpage to DocBook V5.0 +- Use pax to generate tarballs +- Fix automatic dependency generation and improve portability + +pk-update-icon 0.2.2 (2012-07-18T11:54:03+02:00) +------------------------------------------------ + +- increase the default update interval and delay before checking for updates + +pk-update-icon 0.2.1 (2011-11-15T13:03:17+01:00) +------------------------------------------------ + +- hide the autostart file in KDE and GNOME rather than explicitly showing it in Xfce and LXDE only +- increase default startup-delay to 5 min (bnc#729230) +- fix some typos +- use the VERSION macro in the about dialog + +pk-update-icon 0.2 (2011-10-22T10:20:02+02:00) +---------------------------------------------- + +- add dist target to Makefile +- add french translation +- added slovak and czech translations +- added a button for installing updates to the notification +- add an about dialog +- added Indonesian translations +- add CLI, make delay and interval configurable +- add clobber target +- GObject-based rewrite +- fix the locale path +- add license header to main.h +- add compatibility with libnotify version < 0.7 +- add a man page +- use libunique to ensure that only a single instance of pk-update-icon can be run +- add internationalization support +- allow overriding CFLAGS +- fix desktop file and arguments order in Makefile +- use libnotify's pkgconfig for buildflags +- use GTK2 as Xfce/LXDE are not yet using GTK3 +- code rework, show notify window just once +- added GPLv2 headers +- change icon and tooltip of the tray icon +- initial commit