From 4d807566425ccfce670fc282dbaed581ef2acf73 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Mon, 14 Jul 2008 22:30:34 +0000 Subject: [PATCH] 2.15.0 svn path=/trunk/; revision=809 --- ChangeLog | 5 +++++ NEWS | 17 +++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/ChangeLog b/ChangeLog index d544841..d78dce0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ +=== 2.15.0 === 2008-07-15 Johan Dahlin + New version + + * NEWS: Update + * tests/Makefile.am: Make sure we can distcheck the gio module properly 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)