[vte] Version 0.25.90



commit 077f698fcd06eae347ee91426a110c4d00ee1a99
Author: Christian Persch <chpe gnome org>
Date:   Mon Aug 16 15:09:42 2010 +0200

    Version 0.25.90

 NEWS         |   15 +++++++++++++++
 configure.in |    2 +-
 2 files changed, 16 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 236abd0..3f70c3c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+0.25.90
+=======
+
+- Make vte parallel-buildable with gtk 2 and gtk 3
+- Bugs fixed:
+  * Bug 617690 - Setting default fg color should not cancel underline
+  * Bug 614658 - text selection with mouse is buggy when using the shift key
+  * Bug 618749 - set terminal widget background color to terminal background
+  * Bug 601926 - Don't hardcode meta to alt
+  * Bug 618097 - Broken backtab (cbt)
+  * Bug 621298 - Cursor invisible (plain black) in (xfce) Terminal & terminator
+  * Bug 626676 - Cleanup vte_terminal_determine_colors
+  * Bug 620493 - strict aliasing warning
+- Translation updates
+
 0.25.1
 =======
 - Add support for searching the buffer.  New public API:
diff --git a/configure.in b/configure.in
index efb6729..d3b8bf9 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
 m4_define([version_major],0)
 m4_define([version_minor],25)
-m4_define([version_micro],1)
+m4_define([version_micro],90)
 m4_define([version_triplet],version_major.version_minor.version_micro)
 
 m4_define([so_major_adjust],9) dnl Don't change!



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]