[libgweather] [release] 2.27.91



commit 229865ea3f10af071175f0293183157b5fedbab5
Author: Vincent Untz <vuntz gnome org>
Date:   Tue Aug 25 16:17:47 2009 +0200

    [release] 2.27.91

 NEWS                         |   39 +++++++++++++++++++++++++++++++++++++++
 configure.in                 |    4 ++--
 doc/tmpl/location-entry.sgml |    1 +
 3 files changed, 42 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 17652f8..658d9e6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,42 @@
+===============
+Version 2.27.91
+===============
+
+libgweather
+
+	* More work for the windows port (Fridrich Strba, Tor Lillqvist)
+	* Replace svn.gnome.org references by git.gnome.org (Claude Paroz)
+	* Add gweather_timezone_get_utc() to get the UTC timezone (Vincent)
+	* Add the UTC timezone in the timezone menu (Vincent)
+	* Make gweather_location_entry_set_city() return a boolean (Vincent)
+	* Add gweather_location_entry_has_custom_text() API (Vincent)
+
+Misc
+
+	* Check for regex library (Fridrich Strba)
+	* Use silent-rules for quiet build (Vincent)
+	* Build fixes (Vincent)
+
+Translators
+
+	* Khaled Hosny (ar)
+	* Alexander Shopov (bg)
+	* Petr Kovar (cs)
+	* Jorge González (es)
+	* Ivar Smolin (et)
+	* Iestyn Pryce (cy)
+	* Tommi Vainikainen (fi)
+	* Seán de Búrca (ga)
+	* Antón Méixome (gl)
+	* Yaron Shahrabani (he)
+	* Kjartan Maraas (nb)
+	* Duarte Loreto (pt)
+	* André Gondim (pt_BR)
+	* Daniel Nylander (sv)
+	* I. Felix (ta)
+	* Theppitak Karoonboonyanan (th)
+	* wanderlust (uk)
+
 libgweather 2.26.1
 ==================
 
diff --git a/configure.in b/configure.in
index 9bc36a2..090a601 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([libgweather],[2.27.90])
+AC_INIT([libgweather],[2.27.91])
 AC_PREREQ(2.59)
 
 AM_CONFIG_HEADER(config.h)
@@ -14,7 +14,7 @@ AC_CONFIG_MACRO_DIR([m4])
 #   change to C+1:0:0
 # - If the interface is the same as the previous version, change to C:R+1:A
 
-LT_VERSION=5:5:4
+LT_VERSION=6:0:5
 AC_SUBST(LT_VERSION)
 
 AC_CANONICAL_HOST
diff --git a/doc/tmpl/location-entry.sgml b/doc/tmpl/location-entry.sgml
index 84b90ec..46f58ae 100644
--- a/doc/tmpl/location-entry.sgml
+++ b/doc/tmpl/location-entry.sgml
@@ -68,5 +68,6 @@ GWeatherLocationEntry
 @entry: 
 @city_name: 
 @code: 
+ Returns: 
 
 



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