[vte/0.22: 2/2] Release 0.22.3



commit 68ea00931e5b2f9a86a813c03259325751a6915c
Author: Behdad Esfahbod <behdad behdad org>
Date:   Mon Oct 26 21:16:43 2009 -0400

    Release 0.22.3

 NEWS         |   22 ++++++++++++++++++++++
 configure.in |    2 +-
 2 files changed, 23 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 0805916..0384bae 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+0.22.3
+=======
+- Various crash and bug fixes
+- Rework mouse selection to be more robust.  In particular, PRIMARY selection
+  now only changes when mouse button is released, not upon every motion when
+  selecting.
+- Interpret and document negative number of scrollback lines as infinite
+- Bugs fixed in this release:
+    Bug 597604 - assertion failed: (_vte_ring_contains (ring, position))
+    Bug 598124 - The selection does not only change when the mousebutton is released
+    Bug 598090 - LMB Mouse up event not registered when opining context popup menu
+    Bug 587463 - "select all"+copy from gnome-terminal includes lines no longer in scrollback
+    Bug 585370 - Incomplete disabling of python
+    Bug 597242 - libvte color and cursor glitches
+    Bug 591648 - Don't clear the screen when switching to the alternate screen
+    Bug 569184 - vte generates unnecessary ioctl(I_FIND) kernel warnings
+    Bug 599444 - Scrollback index type mess
+    Bug 598814 - text.getText(0, -1) triggers assertion in vteaccess.c
+    Bug 596739 - Python bindings leak memory
+    Bug 597165 - void return in vte.c
+    Bug 587894 - the environment passing with python does no longer work
+
 0.22.2
 =======
 - Fix crash introduced in previous release
diff --git a/configure.in b/configure.in
index 9c29ff9..993c731 100644
--- a/configure.in
+++ b/configure.in
@@ -22,7 +22,7 @@ AM_MAINTAINER_MODE([enable])
 # Libtool shared library versioning stuffs.
 # REVISION gets incremented whenever the source code changes without adding
 # an API or ABI change.
-LTVERSION_REVISION=2
+LTVERSION_REVISION=3
 # 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.
 LTVERSION_CURRENT=18



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