summaryrefslogtreecommitdiff
path: root/NEWS
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 /NEWS
parentd1e9eb3d946938a6eeaa65032f23bd368a532ed0 (diff)
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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 24a3c5d..31f8637 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.