[Pkg-cli-libs-commits] r3700 - in /packages/gtk-sharp2/trunk/debian: changelog rules
slomo at users.alioth.debian.org
slomo at users.alioth.debian.org
Tue Apr 22 21:45:55 UTC 2008
Author: slomo
Date: Tue Apr 22 21:45:54 2008
New Revision: 3700
URL: http://svn.debian.org/wsvn/pkg-cli-libs/?sc=1&rev=3700
Log:
* New upstream bugfix release:
+ Adds some API to explicitely not handling some GObject subclasses with
toggle refs. This prepares a fix for the infamous segfault-at-exit
bug that many applications using Gnome.Program had.
+ debian/rules:
- Update API version to 2.12.1 because of some API additions.
Modified:
packages/gtk-sharp2/trunk/debian/changelog
packages/gtk-sharp2/trunk/debian/rules
Modified: packages/gtk-sharp2/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gtk-sharp2/trunk/debian/changelog?rev=3700&op=diff
==============================================================================
--- packages/gtk-sharp2/trunk/debian/changelog (original)
+++ packages/gtk-sharp2/trunk/debian/changelog Tue Apr 22 21:45:54 2008
@@ -1,3 +1,14 @@
+gtk-sharp2 (2.12.1-1) unstable; urgency=low
+
+ * New upstream bugfix release:
+ + Adds some API to explicitely not handling some GObject subclasses with
+ toggle refs. This prepares a fix for the infamous segfault-at-exit
+ bug that many applications using Gnome.Program had.
+ + debian/rules:
+ - Update API version to 2.12.1 because of some API additions.
+
+ -- Sebastian Dröge <slomo at debian.org> Tue, 22 Apr 2008 23:42:59 +0200
+
gtk-sharp2 (2.12.0-2) unstable; urgency=low
* debian/copyright:
Modified: packages/gtk-sharp2/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gtk-sharp2/trunk/debian/rules?rev=3700&op=diff
==============================================================================
--- packages/gtk-sharp2/trunk/debian/rules (original)
+++ packages/gtk-sharp2/trunk/debian/rules Tue Apr 22 21:45:54 2008
@@ -9,7 +9,7 @@
CFLAGS ?= -O2 -Wall -g
LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
-API_VERSION = 2.12.0
+API_VERSION = 2.12.1
UPVERSION = $(shell dpkg-parsechangelog | grep ^Vers | cut -d\ -f2 | sed 's,-.*,,')
NEXT_UPVERSION = $(shell perl -e '$$_=pop; s/(\d+)$$/$$1+1/e; print' $(UPVERSION))
More information about the Pkg-cli-libs-commits
mailing list