changeset 43:12cdb3d305a3

Add NEWS file
author Guido Berhoerster <gber@opensuse.org>
date Tue, 18 Nov 2014 09:37:57 +0100
parents 4a595571f97d
children cf2421217491
files NEWS
diffstat 1 files changed, 52 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /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