diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-05-17 09:21:35 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-05-17 09:21:35 +0000 |
commit | 3e45d5d8733c0e96694bcd65e59e5a26bec80328 (patch) | |
tree | 42d08e09d52be8137bd2321665b3e197242d3095 | |
parent | 9081c956e1b1b88069d09ccbcdb2b3adbd7028b1 (diff) |
Released vte-0.13.1.vte_0_13_1
2006-05-17 Behdad Esfahbod <behdad@gnome.org>
Released vte-0.13.1.
* NEWS: Updated.
* configure.in: Bumped version to 0.13.1.
* src/Makefile.am: Bumped libtool version to 9:1:0.
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | src/Makefile.am | 2 |
4 files changed, 21 insertions, 2 deletions
@@ -1,3 +1,13 @@ +2006-05-17 Behdad Esfahbod <behdad@gnome.org> + + Released vte-0.13.1. + + * NEWS: Updated. + + * configure.in: Bumped version to 0.13.1. + + * src/Makefile.am: Bumped libtool version to 9:1:0. + 2006-05-14 Behdad Esfahbod <behdad@gnome.org> * NEWS, ChangeLog: Add vim and emacs footers for UTF-8. @@ -1,3 +1,12 @@ +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 + Patch from Brian Cameron. + Bug 331803 – style needs to be attached/detached to the window on + realize/unrealize + Patch from Benjamin Berg <benjamin@sipsolutions.net>. + Pass -no-undefined linker flag. + 0.13.0 Removed obsolete #ifde GTK_CHECK_VERSION(2,2,0) checks. Bug 339448 – selection doesn't respect hard newlines diff --git a/configure.in b/configure.in index 780ddcb..a60ed20 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ AC_PREREQ(2.56) -AC_INIT(vte, [0.13.0], +AC_INIT(vte, [0.13.1], [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 60a84d6..87f75c0 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=0 +VERSION_REVISION=1 # 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 |