summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorLoïc Minier <lool@dooz.org>2007-04-16 11:24:51 +0000
committerLoïc Minier <lool@dooz.org>2007-04-16 11:24:51 +0000
commit7c7864a088c8b9cb3608a7c9d24347c8b1f38bd9 (patch)
tree892ba3fff599658da253d85a31373dcac3f4f085 /debian/changelog
parent* Upload. (diff)
parent* Bump up Debhelper compatibility level to 5. (diff)
downloadzenity-7c7864a088c8b9cb3608a7c9d24347c8b1f38bd9.tar.gz
zenity-7c7864a088c8b9cb3608a7c9d24347c8b1f38bd9.tar.bz2
zenity-7c7864a088c8b9cb3608a7c9d24347c8b1f38bd9.zip
* Move experimental branch of zenity to unstable.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog56
1 files changed, 56 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 28fbde0e..eb6445e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,59 @@
+zenity (2.18.0-2) UNRELEASED; urgency=low
+
+ * Finish merging 2.14.3-2; SVN r8332:9108.
+ * Don't override DEB_CONFIGURE_EXTRA_FLAGS.
+ * Bump up Debhelper compatibility level to 5.
+
+ -- Loic Minier <lool@dooz.org> Sun, 18 Mar 2007 19:59:10 +0100
+
+zenity (2.18.0-1) experimental; urgency=low
+
+ * New upstream major stable release; fixes and translations.
+
+ -- Loic Minier <lool@dooz.org> Sat, 17 Mar 2007 11:05:34 +0100
+
+zenity (2.16.3-1) experimental; urgency=low
+
+ * Build-depend on libnotify-dev-gtk2.10 since zenity relies on libnotify API
+ specific to Gtk 2.10.
+ * Add a get-orig-source target to retrieve the upstream tarball.
+ * Include the new check-dist Makefile to prevent accidental uploads to
+ unstable; bump build-dep on gnome-pkg-tools to >= 0.10.
+ * New upstream stable release; translations.
+
+ -- Loic Minier <lool@dooz.org> Sat, 17 Mar 2007 10:52:06 +0100
+
+zenity (2.16.2-1) experimental; urgency=low
+
+ * New upstream release.
+ * Build-depend on libnotify 0.4.3-2.
+
+ -- Josselin Mouette <joss@debian.org> Thu, 21 Dec 2006 18:52:04 +0100
+
+zenity (2.16.1-1) experimental; urgency=low
+
+ * New upstream release.
+
+ -- Guilherme de S. Pastore <gpastore@debian.org> Mon, 2 Oct 2006 16:56:16 -0300
+
+zenity (2.16.0-1) experimental; urgency=low
+
+ [ Josselin Mouette ]
+ * New upstream release.
+ * 01_manpage_fix.patch: removed, integrated upstream.
+ * Standards version is 3.7.2.
+ * Bump intltool and gtk+ requirements.
+ * Remove build-dependency on libpopt.
+ * Build-depend on libnotify-dev.
+
+ [ Loic Minier ]
+ * This upstream release switches COPYING from LGPL to GPL by mistake, but
+ the headers still point to the LGPL.
+ * Bump up the libnotify-dev build-dep to >= 0.4.2-2 which was rebuilt with
+ gtkstatusicon support.
+
+ -- Loic Minier <lool@dooz.org> Fri, 22 Sep 2006 12:32:09 +0200
+
zenity (2.14.3-2) unstable; urgency=low
* Fix bashism.
bgstack15