summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-06-12 19:23:37 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-06-12 19:23:37 +0000
commit015d6e8dbbb8fb4729fbb168e6a15a4b3b9268a9 (patch)
treef857ee29632b70415e163b5dc561bc5bfdb75e39
parentc5a0b19ca37617d87c765ab2b6cb47f4cc786e8f (diff)
downloadvte-015d6e8dbbb8fb4729fbb168e6a15a4b3b9268a9.tar.gz
Released vte-0.13.2.vte_0_13_2
2006-06-12 Behdad Esfahbod <behdad@gnome.org> Released vte-0.13.2. * NEWS: Updated. * configure.in: Bumped version to 0.13.2. * src/Makefile.am: Bumped libtool version to 9:2:0.
-rw-r--r--ChangeLog10
-rw-r--r--NEWS17
-rw-r--r--configure.in2
-rw-r--r--src/Makefile.am2
4 files changed, 29 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c404092..f9eaa3d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2006-06-12 Behdad Esfahbod <behdad@gnome.org>
+ Released vte-0.13.2.
+
+ * NEWS: Updated.
+
+ * configure.in: Bumped version to 0.13.2.
+
+ * src/Makefile.am: Bumped libtool version to 9:2:0.
+
+2006-06-12 Behdad Esfahbod <behdad@gnome.org>
+
Bug 344666 – Problems with *_CFLAGS and *_LDFLAGS in makefiles
Patch from Stepan Kasal <kasal@ucw.cz>.
diff --git a/NEWS b/NEWS
index 7c9b5a7b..bbc6aff2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+0.13.2
+ Bug 344666 – Problems with *_CFLAGS and *_LDFLAGS in makefiles
+ Patch from Stepan Kasal <kasal@ucw.cz>.
+ Bug 339529 – gnome-terminal (vte) crashes when detatched window is
+ closed
+ Bug 342549 – uninitialized var (coverity)
+ Patch from Paolo Borelli.
+ Bug 342082 – vte_invalidate_region() may check whether terminal is
+ realiazed or not
+ Patch from Kouhei Sutou.
+ Bug 340363 – vte Cygwin build fixes
+ Patch from Cygwin Ports maintainer
+ Bug 341793 – vte.h doesn't need to include X11/Xlib.h
+ Patch from Kouhei Sutou
+ Require intltool 0.35.0 to have translations in the dist tarballs.
+ Fix typo which may have been causing things like crashes.
+
0.13.1
Use intltool 0.34.90 to make sure tarball includes po files.
Bug 339980 – nativeecho needs glib in LDADD to build on Solaris
diff --git a/configure.in b/configure.in
index b00702a4..c3fe29c3 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
AC_PREREQ(2.56)
-AC_INIT(vte, [0.13.1],
+AC_INIT(vte, [0.13.2],
[http://bugzilla.gnome.org/enter_bug.cgi?product=vte])
AC_CONFIG_SRCDIR([src/vte.c])
AM_INIT_AUTOMAKE(1.6)
diff --git a/src/Makefile.am b/src/Makefile.am
index 9738597d..961bd33d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -97,7 +97,7 @@ libvte_la_SOURCES = \
# Libtool shared library versioning stuffs.
# REVISION gets incremented whenever the source code changes without adding
# an API or ABI change.
-VERSION_REVISION=1
+VERSION_REVISION=2
# 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.
VERSION_CURRENT=9