vte r2281 - trunk



Author: behdad
Date: Tue Dec  2 00:36:12 2008
New Revision: 2281
URL: http://svn.gnome.org/viewvc/vte?rev=2281&view=rev

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

        * NEWS:
        * configure.in:
        Released 0.19.1.



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

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Tue Dec  2 00:36:12 2008
@@ -1,8 +1,61 @@
 0.19.0
 ======
-
- * New PangoCairo backend; all other backends were removed
- * Bugs fixed: [http://bugzilla.gnome.org/buglist.cgi?product=vte&bug_status=RESOLVED&resolution=FIXED&chfieldfrom=2008-09-22&chfieldto=2008-12-02&chfield=bug_status]
+- New, PangoCairo, rendering backend.  This is functionally equivalent to the
+  previous default backend which was Xft.  And just a tad bit faster.
+- All other backends are removed.
+- Configurable cursor shape (block, underline, I-beam).
+- Preliminary object properties added to VteTerminal.
+- Vte now depends on glib, pango, gtk+, and nothing else.
+- API that will be removed in vte 1.0 has been marked deprecated in this
+  release.
+- gnome-pty-helper does no longer depend on and link to glib
+- General code maintenance and cleanup.
+- Misc bug fixes.
+- Bugs fixed in this release:
+	Bug 562806 â crash in Terminal: Typing "cd " just after ...
+	Bug 562511 â scrollbar doesn't sit at the bottom
+	Bug 540951 â The gnome-pty-helper is spawn when its not needed
+	Bug 465036 â gnome-pty-helper locks /var/run/utmp
+	Bug 127870 â terminal garbled and needs 'reset' after cat'ing file
+	Bug 317236 â vte resynchrones too late on invalid UTF-8
+	Bug 107031 â device-control-string error
+	Bug 521420 â vte closes connection to child before all output is read
+		Patch from Thomas Leonard
+	Bug 514632 â Problem with cursor in emacs in gnome-terminal
+	Bug 459553 â gnome-terminal cannot shows circled digits with the
+		correct width on ja_JP.PCK
+		Patch from Takao Fujiwara
+	Bug 562385 â gnome-pty-helper goes to 100% cpu usage
+	Bug 562332 â cleanup font infos on exit?
+	Bug 562338 â don't need to connect to bunch of xft settings
+	Bug 488960 â gnome-terminal on Solaris 10 does not clean up utmpx on
+		exit (intermittent)
+	Bug 561366 â remove antialias setting for 1.0
+	Bug 562187 â Add make rules for calling gperf
+	Bug 416518 â Do something about uniwidths
+	Bug 500191 â Remove vteseq-table.h?
+	Bug 514457 â Use g_strv_length()
+	Bug 542561 â Doesn't build when disabling gnome-pty-helper
+	Bug 560766 â Deprecate and remove vte_terminal_get_using_xft()
+	Bug 536894 â Confusing use of "free" as variable-name in ring
+		functions
+	Bug 561713 â crash on font cache cleanup
+	Bug 560819 â Remove obsolete backends
+	Bug 560818 â pangocairo backend doesn't share font cache across
+		widgets
+	Bug 560977 â Cleaning up GTK Includes in vte
+	Bug 561185 â pangocairo backend sets antialias incorrectly
+	Bug 560817 â pagocairo backend doesn't have correct opacity support	
+	Bug 560991 â Unsetting background doesn't work
+	Bug 395599 â Add pangocairo backend
+	Bug 557375 â >=vte-0.16.14 breaks highlighting on activity
+        Bug 556398 â maybe deprecate vte_terminal_get_char_ascent/descent
+        Bug 339819 â LibVTE terminals in GLADE
+        Bug 399364 â Implement properties
+        Bug 556328 â Document set-scroll-adjustment parameters
+	Bug 549835 â Feature Request: Configurable cursor appearance
+        Bug 509204 â child-exited signal does not provide exit code
+        Bug 539130 â building g-t fails due to GtkType etc. deprecation
 
 0.17.4
 ======

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Tue Dec  2 00:36:12 2008
@@ -1,6 +1,6 @@
 m4_define([vte_version_major],[0])
 m4_define([vte_version_minor],[19])
-m4_define([vte_version_micro],[0])
+m4_define([vte_version_micro],[1])
 m4_define([vte_version],[vte_version_major.vte_version_minor.vte_version_micro])
 
 AC_PREREQ(2.56)
@@ -15,13 +15,13 @@
 # Libtool shared library versioning stuffs.
 # REVISION gets incremented whenever the source code changes without adding
 # an API or ABI change.
-LTVERSION_REVISION=4
+LTVERSION_REVISION=0
 # 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
 # AGE must be incremented when an API or ABI addition is made, and REVISION
 # must be reset to 0 when this happens.
-LTVERSION_AGE=3
+LTVERSION_AGE=4
 
 LIBVTE_LTVERSION=${LTVERSION_CURRENT}:${LTVERSION_REVISION}:${LTVERSION_AGE}
 AC_SUBST([LIBVTE_LTVERSION])



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