summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--NEWS31
-rw-r--r--configure.in2
3 files changed, 37 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f376a5c..e4c7510 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-08-04 Vincent Untz <vuntz@gnome.org>
+
+ * configure.in:
+ * NEWS: version 2.23.6
+
2008-08-04 Dan Winship <danw@gnome.org>
* libgweather/gweather-location.c
diff --git a/NEWS b/NEWS
index dbf1f0c..7b5da78 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+libgweather 2.23.6
+==================
+
+libgweather
+
+ * Fixes weather information not showing up in the clock applet
+ (Matthias Clasen)
+ * Add translator comment (Claude Paroz)
+ * Use a new Locations.xml.in parser (Dan)
+ * Add GWeatherTimezone type to represent a timezone (Dan)
+ * Add GWeatherLocation type to represent a location. It will eventually
+ replace WeatherLocation (Dan)
+ * Add new GWeatherLocationEntry widget to select a location (Dan)
+ * Add new GWeatherTimezoneMenu widget to select a timezone (Dan)
+
+Locations.xml
+
+ * Completely reworked (Dan):
+ - the file can be easily regenerated with some scripts
+ - every <location> node is inside a <city> node with a real city name
+ - we should have better & more consistent data now
+ * Add information about timezones (Dan)
+
+Translators
+
+ * Djihed Afifi (ar)
+ * Claude Paroz (fr)
+ * Ignacio Casal Quinteiro (gl)
+ * Yair Hershkovitz (he)
+ * Takeshi AIHANA (ja)
+
libgweather 2.23.5
==================
diff --git a/configure.in b/configure.in
index ada7a73..f5ddd18 100644
--- a/configure.in
+++ b/configure.in
@@ -12,7 +12,7 @@ AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])
# change to C+1:0:0
# - If the interface is the same as the previous version, change to C:R+1:A
-LT_VERSION=1:5:0
+LT_VERSION=2:0:1
AC_SUBST(LT_VERSION)
GTK_REQUIRED=2.11.0