vte r2330 - trunk



Author: behdad
Date: Fri Dec  5 18:08:07 2008
New Revision: 2330
URL: http://svn.gnome.org/viewvc/vte?rev=2330&view=rev

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

        * NEWS:
        * configure.in:
        Released 0.19.3.



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

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Fri Dec  5 18:08:07 2008
@@ -1,3 +1,10 @@
+0.19.3
+======
+- Really fix the rendering bug.
+- Bugs fixed in this release:
+	Red Hat Bug 474618 -  gnome-terminal sometime leaves empty begining
+		of the line
+
 0.19.2
 ======
 - Rewrote text selection.  Much less buggy now.  Specially block-mode.
@@ -5,7 +12,7 @@
 - More deprecation.  VteReaper is deprecated and will be removed in 1.0.
 - Minor optimizations in the pangocairo backend.  Only one FcFontSort now
   instead of the previous two.
-
+- Bugs fixed in this release:
 	Red Hat Bug 474618 -  gnome-terminal sometime leaves empty begining
 		of the line
 	Bug 563274 â Misspelled word in src code

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Fri Dec  5 18:08:07 2008
@@ -1,6 +1,6 @@
 m4_define([vte_version_major],[0])
 m4_define([vte_version_minor],[19])
-m4_define([vte_version_micro],[2])
+m4_define([vte_version_micro],[3])
 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=1
+LTVERSION_REVISION=2
 # 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]