summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@gnome.org>2009-12-18 10:50:09 +0100
committerGian Mario Tagliaretti <gianmt@gnome.org>2009-12-18 10:50:09 +0100
commit867536c6734e606d045760837ed22583da06566e (patch)
tree0aa913e7e8f35e7f3898e0ee0811729cea44a69a
parentf50fbd24fa61863aaefa4ae1e12e0b314ecd43ae (diff)
downloadpygobject-867536c6734e606d045760837ed22583da06566e.tar.gz
pygobject-867536c6734e606d045760837ed22583da06566e.tar.xz
pygobject-867536c6734e606d045760837ed22583da06566e.zip
Update NEWS and README, release pygobject 2.21.0PYGOBJECT_2_21_0
-rw-r--r--NEWS18
-rw-r--r--README6
2 files changed, 21 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index a04b99f..93103f8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+2.21.0 18-dec-2009
+ - pygmainloop: fix use of PySignal_WakeUpFD API for nested loops
+ (Philippe Normad, #481569)
+ - Add capabilities to import wrappers from pygi (Simon van der Linden)
+ - Move threads_init() function from 'gobject' to 'glib' (Paul)
+ - Fix wrong minimum checking in float properties (Paul, #587637)
+ - Wrap new API added in GIO 2.22 (Gian Mario)
+ - Fix bad name when rebuilding the unix source module (Gian Mario)
+ - Add the missing limit constants from glibconfig.h
+ (Tomeu Vizoso, #603244)
+ - Suppress warnings about format conversion
+ (Simon van der Linden, #603355)
+ - Properly define Connectable as interface type and not object type
+ (Gian Mario)
+ - Wrap new API added in GIO-UNIX 2.22 (Gian Mario)
+ - Wrap g_find_program_in_path (Gian Mario, #598435)
+ - Add pygi-external.h into Makefile SOURCES (Gian Mario)
+
2.20.0 23-sep-2009
- Allow to use automake 1.11 (Paolo Borelli)
- Specify programming language in .devhelp file (Frédéric Péters)
diff --git a/README b/README
index 32d2587..734e0ba 100644
--- a/README
+++ b/README
@@ -42,9 +42,9 @@ Requirements
============
* C compiler (GCC and MSVC supported)
* Python 2.3.5 or higher
- * Glib 2.14.0 or higher
- * GIO 2.16.0 or higher
- * GIO-unix 2.16.0 or higher
+ * Glib 2.22.4 or higher
+ * GIO 2.22.4 or higher
+ * GIO-unix 2.22.4 or higher
* libffi (optional)
Copyright Information