pygobject r782 - branches/pygobject-2-14
- From: johan svn gnome org
- To: svn-commits-list gnome org
- Subject: pygobject r782 - branches/pygobject-2-14
- Date: Fri, 23 May 2008 17:01:53 +0000 (UTC)
Author: johan
Date: Fri May 23 17:01:52 2008
New Revision: 782
URL: http://svn.gnome.org/viewvc/pygobject?rev=782&view=rev
Log:
2.14.2
Modified:
branches/pygobject-2-14/ChangeLog
branches/pygobject-2-14/Makefile.am
branches/pygobject-2-14/NEWS
Modified: branches/pygobject-2-14/Makefile.am
==============================================================================
--- branches/pygobject-2-14/Makefile.am (original)
+++ branches/pygobject-2-14/Makefile.am Fri May 23 17:01:52 2008
@@ -77,3 +77,12 @@
cp -r docs/style.css pygobject
tar cfz $(PACKAGE)-docs.tar.gz pygobject
rm -fr pygobject
+
+release-tag:
+ @ROOT=`svn info --xml|egrep ^"<url>"|cut -d\> -f2|cut -d\< -f1`; \
+ SVNVERSION=`echo $(VERSION)|sed s/\\\./_/g`;\
+ echo "* Tagging $(VERSION)"; \
+ svn cp -m "Tag $(VERSION)" \
+ $$ROOT \
+ svn+ssh://svn.gnome.org/svn/pygobject/tags/PYGOBJECT_$$SVNVERSION
+
Modified: branches/pygobject-2-14/NEWS
==============================================================================
--- branches/pygobject-2-14/NEWS (original)
+++ branches/pygobject-2-14/NEWS Fri May 23 17:01:52 2008
@@ -1,4 +1,14 @@
-2.14.1 03-jan-2007
+2.14.2 23-may-2008
+ - Allow gobject.property work with subclasses. (#523352, Tomeu Vizoso)
+ - Unbreak Source.prepare (#523075, Bryan Silverthorn)
+ - Never override customly set 'tp_new' and 'tp_alloc' (Paul Pogonyshev)
+ - Don't link against libffi if we cannot find libffi
+ on the system. (#496006, Ed Catmur)
+ - Dist .m4 files. (#496011, Ed Catmur)
+ - Don't return NULL after warning of enum comparsion
+ (#519631, Paul Pogonyshev)
+
+2.14.1 03-jan-2008
- Avoid wakeups when using Python trunk (Johan Dahlin, #481569)
- Add an uninstalled.pc (Damien Carbery, #486876)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]