summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2008-07-14 22:30:34 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-07-14 22:30:34 +0000
commit4d807566425ccfce670fc282dbaed581ef2acf73 (patch)
tree82e0fc4dbbf44c3685263e727763cfe454f87b08 /NEWS
parent9473f3e6975630ecdb301e3cd52904678e13723b (diff)
downloadpygobject-4d807566425ccfce670fc282dbaed581ef2acf73.tar.gz
pygobject-4d807566425ccfce670fc282dbaed581ef2acf73.tar.xz
pygobject-4d807566425ccfce670fc282dbaed581ef2acf73.zip
svn path=/trunk/; revision=809
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 17 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 524bd7d..d9b6758 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+2.15.0 15-jul-2008
+ - Add GIO bindings (Johan, Mario Tagliaretti, Thomas Leonard)
+ - Move codegen from PyGTK (Johan, Paul Pogonyshev, #542821)
+ - Add more variables to the .pc files (Damien Carbery, Paul,
+ Dan Winship, #486876)
+ - Add pyg_option_group_new to the public API (Johan)
+ - Add g_get_application_anme and g_get_progname (Sebastian Rittau)
+ - Avoid making wakeups when using Python 2.6 (Johan, Gustavo,
+ Adam Olsen, Josselin Mouette, Philippe Normand, Guido Van Rossum)
+ - Only link against libffi when found (Ed Catmur, #496006)
+ - Improve gobject.property (Tomeu Vizoso, #523352)
+ - Improve enum comparision and warnings (Paul, Phil Dumont, #428732)
+ - Many gobject.Source improvements (Bryan Silverthorn)
+ - Apply some fixes to make pylint happier (Johan, Simon Schampijer,
+ #523821)
+ - Fix error message in pyg_io_add_watch (Juha Sahkangas)
+ - Improve h2def.py (Oliver Crete, Murray Cumming, Lauro Moura)
2.14.0 16-sep-2007
- Fix a Python 2.6 deprecation warning (Johannes Hölzl, #342948)
- Wrap g_timeout_add_seconds, when compiling with glib 2.14 (Gustavo)