vte r2377 - trunk



Author: chpe
Date: Mon Mar  2 20:14:12 2009
New Revision: 2377
URL: http://svn.gnome.org/viewvc/vte?rev=2377&view=rev

Log:
Prepare 0.19.5

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

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Mar  2 20:14:12 2009
@@ -1,3 +1,21 @@
+0.19.5
+=======
+- Support using a real bold font instead of pseudo-bolding
+- Respond to fontconfig configuration changes
+- Bugs fixed in this release:
+    Bug 54926 â Should try bold version of font before pseudo-bolding
+    Bug 570208 â vte fails to build outside source tree
+    Bug 548272 â Fix output of CSI 13,14, 18-21
+    Bug 565688 â [gnome-pty-helper] using openpty in a bad way
+    Bug 566795 â VTE fails to build in trunk
+    Bug 524170 â Support initc terminfo capability and change-cursor-color
+    Bug 566730 â vte_terminal_set_color_cursor() calls invalidate_all but
+                 it doesn't have to
+    Bug 565679 â alloca is discouraged
+    Bug 565675 â typo in configure.in cause ncurses checking fail
+    Bug 565663 â compile failure because use static function in another .h
+                 file
+    
 0.19.4
 ======
 - Support for correct rendering of combining characters

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Mar  2 20:14:12 2009
@@ -1,6 +1,6 @@
 m4_define([vte_version_major],[0])
 m4_define([vte_version_minor],[19])
-m4_define([vte_version_micro],[4])
+m4_define([vte_version_micro],[5])
 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=3
+LTVERSION_REVISION=4
 # 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]