vte r2033 - trunk
- From: behdad svn gnome org
- To: svn-commits-list gnome org
- Subject: vte r2033 - trunk
- Date: Mon, 10 Mar 2008 20:32:45 +0000 (GMT)
Author: behdad
Date: Mon Mar 10 20:32:45 2008
New Revision: 2033
URL: http://svn.gnome.org/viewvc/vte?rev=2033&view=rev
Log:
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.
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/configure.in
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Mon Mar 10 20:32:45 2008
@@ -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.
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Mon Mar 10 20:32:45 2008
@@ -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 @@
# 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]