summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-05-17 09:21:35 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-05-17 09:21:35 +0000
commit3e45d5d8733c0e96694bcd65e59e5a26bec80328 (patch)
tree42d08e09d52be8137bd2321665b3e197242d3095
parent9081c956e1b1b88069d09ccbcdb2b3adbd7028b1 (diff)
downloadvte-3e45d5d8733c0e96694bcd65e59e5a26bec80328.tar.gz
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--ChangeLog10
-rw-r--r--NEWS9
-rw-r--r--configure.in2
-rw-r--r--src/Makefile.am2
4 files changed, 21 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4bdbb186..97e2289a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/NEWS b/NEWS
index 1a172c1c..7c9b5a7b 100644
--- a/NEWS
+++ b/NEWS
@@ -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 780ddcb3..a60ed207 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 60a84d62..87f75c05 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