# HG changeset patch # User Guido Berhoerster # Date 1434712113 -7200 # Node ID f119075975e86e61e0e06dccaf359a5ac9bb59f6 # Parent 5c3bcc3f111b5239f73b4448f6fecc8db98fbfae Release version 2 diff -r 5c3bcc3f111b -r f119075975e8 Makefile --- a/Makefile Fri Jun 19 12:41:41 2015 +0200 +++ b/Makefile Fri Jun 19 13:08:33 2015 +0200 @@ -20,7 +20,7 @@ PACKAGE = pk-update-icon APP_NAME = org.opensuse.pk-update-icon -VERSION = 1 +VERSION = 2 DISTNAME := $(PACKAGE)-$(VERSION) # gcc, clang, icc diff -r 5c3bcc3f111b -r f119075975e8 NEWS --- a/NEWS Fri Jun 19 12:41:41 2015 +0200 +++ b/NEWS Fri Jun 19 13:08:33 2015 +0200 @@ -1,6 +1,18 @@ News ==== +pk-update-icon 2 (2015-06-19T13:08:33+02:00) +-------------------------------------------- + +- Update German and Indonesian translations +- Update and improve Czech translation +- Avoid passing more arguments to g_strdup_printf() than specified in the format +- Document configuration default values +- Make the update viewer command configurable +- Prevent calling g_source_remove() on an invalid source ID +- Improve README file +- Add NEWS file + pk-update-icon 1 (2014-02-07T22:05:17+01:00) --------------------------------------------