summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2010-10-05 00:29:01 +0200
committerVincent Untz <vuntz@gnome.org>2010-10-05 00:29:01 +0200
commit027fa7e714030368708471391e1b7edf53f5b87b (patch)
tree39f07050b660220603d10484837b1a62f170591d
parent9935fca3440bb70c01bdd7a669f3542af1900f59 (diff)
downloadlibgweather-LIBGWEATHER_2_91_0.tar.gz
release: 2.91.0LIBGWEATHER_2_91_0
-rw-r--r--NEWS35
-rw-r--r--configure.ac2
2 files changed, 36 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 55d925d..cf1ff77 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,39 @@
==============
+Version 2.91.0
+==============
+
+Note to distributors: this release replaces the python bindings with
+introspection support. It should also be parallel-installable with the
+GTK+ 2 version of the library. Mostly, at least.
+
+ libgweather
+
+ * Port to GTK+ 3 (Vincent)
+ * Add introspection support (Vincent)
+
+ Python bindings
+
+ * Remove python bindings (Vincent)
+
+ Locations.xml.in
+
+ * Update for tzdata 2010k (Vincent)
+
+ Misc
+
+ * Help with parallel-installability (Christian Persch, Vincent)
+ * Update information in README and other files (Vincent)
+
+ Translators
+
+ * Mattias Põldaru (et)
+ * Fran Diéguez (gl)
+ * Takayuki KUSANO (ja)
+ * Matej Urbančič (sl)
+ * Gheyret Kenji (ug)
+ * Aron Xu (zh_CN)
+
+==============
Version 2.30.2
==============
diff --git a/configure.ac b/configure.ac
index bf4a83f..42da0e9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libgweather],[2.90.1])
+AC_INIT([libgweather],[2.91.0])
AC_PREREQ(2.62)
AM_CONFIG_HEADER(config.h)