vte r2349 - trunk



Author: behdad
Date: Mon Dec 15 20:50:32 2008
New Revision: 2349
URL: http://svn.gnome.org/viewvc/vte?rev=2349&view=rev

Log:
2008-12-15  Behdad Esfahbod  <behdad gnome org>

        * NEWS:
        * configure.in:
        Released 0.19.4.



Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.in

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Dec 15 20:50:32 2008
@@ -1,3 +1,18 @@
+0.19.4
+======
+- Support for correct rendering of combining characters
+- Fix background rendering.
+- Misc bug fixes.
+- Bugs fixed in this release:
+	Bug 564535 â check for gperf in autogen.sh
+	Bug 149631 â gnome-terminal doesn't combine combining chars in utf8
+	Bug 564057 â src/pty.c does not compile with
+		--disable-gnome-pty-helper
+	Bug 562695 - ship pkg-config file for python bindings
+	Bug 563752 â pangocairo backend recreates cairo_surface_t for
+		background drawing
+	Bug 163213 â Cursor should remain visible when selected
+
 0.19.3
 ======
 - Really fix the rendering bug.

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Dec 15 20:50:32 2008
@@ -1,6 +1,6 @@
 m4_define([vte_version_major],[0])
 m4_define([vte_version_minor],[19])
-m4_define([vte_version_micro],[3])
+m4_define([vte_version_micro],[4])
 m4_define([vte_version],[vte_version_major.vte_version_minor.vte_version_micro])
 
 AC_PREREQ(2.56)
@@ -20,7 +20,7 @@
 # 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=13



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