summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2008-03-10 20:32:45 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2008-03-10 20:32:45 +0000
commit061d6d6a3cee533f6439a85fb6e5e137784c2efa (patch)
treecbb68b7661039a053e2006573dbc8b4c5cf7a548
parentd1e9eb3d946938a6eeaa65032f23bd368a532ed0 (diff)
downloadvte_0_16_13.tar.gz
Released vte-0.16.13.vte_0_16_13
2008-03-10 Behdad Esfahbod <behdad@gnome.org> Released vte-0.16.13. * NEWS: Updated. * configure.in: Bumped version to 0.16.13. Bumped libtool version to 11:17:2. svn path=/trunk/; revision=2033
-rw-r--r--ChangeLog9
-rw-r--r--NEWS8
-rw-r--r--configure.in4
3 files changed, 19 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e44def26..26e07e3a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-03-10 Behdad Esfahbod <behdad@gnome.org>
+
+ Released vte-0.16.13.
+
+ * NEWS: Updated.
+
+ * configure.in: Bumped version to 0.16.13.
+ Bumped libtool version to 11:17:2.
+
2008-02-20 Behdad Esfahbod <behdad@gnome.org>
Bug 517709 – VTE's pty.c makes 4096 getrlimit calls when it only needs
diff --git a/NEWS b/NEWS
index 24a3c5dc..31f86377 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+0.16.13
+=======
+- Minor optimization.
+- Bugs fixed in this release:
+ Bug 517709 – VTE's pty.c makes 4096 getrlimit calls when it only needs
+ one
+ Bug 449131 – Wrong gettext domain
+
0.16.12
=======
- More work around Gdk backends that don't issue GdkVisibilityNotify.
diff --git a/configure.in b/configure.in
index a6bd993c..4ffcb5ae 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
AC_PREREQ(2.56)
-AC_INIT(vte, [0.16.12],
+AC_INIT(vte, [0.16.13],
[http://bugzilla.gnome.org/enter_bug.cgi?product=vte])
AC_CONFIG_SRCDIR([src/vte.c])
AM_INIT_AUTOMAKE(1.6)
@@ -9,7 +9,7 @@ AM_CONFIG_HEADER([config.h])
# Libtool shared library versioning stuffs.
# REVISION gets incremented whenever the source code changes without adding
# an API or ABI change.
-LTVERSION_REVISION=16
+LTVERSION_REVISION=17
# CURRENT must be incremented when an API or ABI change (addition or removal)
# is made, and REVISION must be reset to 0 when this happens.
LTVERSION_CURRENT=11