diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-06-12 19:23:37 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-06-12 19:23:37 +0000 |
commit | 015d6e8dbbb8fb4729fbb168e6a15a4b3b9268a9 (patch) | |
tree | f857ee29632b70415e163b5dc561bc5bfdb75e39 | |
parent | c5a0b19ca37617d87c765ab2b6cb47f4cc786e8f (diff) |
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-- | ChangeLog | 10 | ||||
-rw-r--r-- | NEWS | 17 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | src/Makefile.am | 2 |
4 files changed, 29 insertions, 2 deletions
@@ -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>. @@ -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 b00702a..c3fe29c 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 9738597..961bd33 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 |