[gnome-clocks] Prepare for releasing 0.1.5



commit ae578025ff6aef9f0bf8d775aa2edeeab4a59e47
Author: Paolo Borelli <pborelli gnome org>
Date:   Mon Dec 3 19:27:28 2012 +0100

    Prepare for releasing 0.1.5

 NEWS                    |   10 ++++++++++
 README                  |    1 +
 gnomeclocks/__init__.py |    6 +++---
 3 files changed, 14 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 86be572..ccc37f3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+gnome-clocks 0.1.5
+==================
+
+ * Reworked large parts of the code to use less CPU
+ * Depend on libgnome-desktop to use the system WallClock
+ * Show the nation beside the city
+ * Improved rendering of world clocks and alarms
+ * Misc bugfixes
+ * Updated translations
+
 gnome-clocks 0.1.4
 ==================
 
diff --git a/README b/README
index 830370b..b5323be 100644
--- a/README
+++ b/README
@@ -8,6 +8,7 @@ Requirements
 - PyGObject
 - GTK+ 3.x with introspection support
 - Clutter and Clutter-gtk
+- libgnome-desktop
 - libgweather
 - libnotify
 
diff --git a/gnomeclocks/__init__.py b/gnomeclocks/__init__.py
index f659bae..94a0e8a 100644
--- a/gnomeclocks/__init__.py
+++ b/gnomeclocks/__init__.py
@@ -18,7 +18,7 @@
 #
 # Author: Seif Lotfy <seif lotfy collabora co uk>
 
-__version__ = "0.1.4"
+__version__ = "0.1.5"
 
 # Credit every contributor, in alphabetical order
 AUTHORS = [
@@ -32,8 +32,8 @@ AUTHORS = [
     "William Jon McCann",
     "Eslam Mostafa",
     "Bastien Nocera",
-    "Jakub Steiner",
-    "Volker Sobek"
+    "Volker Sobek",
+    "Jakub Steiner"
 ]
 
 COPYRIGHTS = \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]