[Xfce4-commits] <midori:master> Bump version to 0.4.3

Christian Dywan noreply at xfce.org
Sat Dec 17 23:52:01 CET 2011


Updating branch refs/heads/master
         to b72e75d32c1bfc4e4b37621cab60ae4ea06851c0 (commit)
       from d20f05f9a6927d73093445125bb72718e8c06bcc (commit)

commit b72e75d32c1bfc4e4b37621cab60ae4ea06851c0
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sat Dec 17 23:47:28 2011 +0100

    Bump version to 0.4.3

 ChangeLog |   23 +++++++++++++++++++++++
 wscript   |    2 +-
 2 files changed, 24 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 9c5f733..24f87ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,28 @@
 This file is licensed under the terms of the expat license, see the file EXPAT.
 
+v0.4.3:
+ + Implement about:widgets to test rendering
+ + Fix resizing of inspector by applying a minimum size
+ + Use dark theme with GTK+ 3 in private browsing
+ + Use channel-(in)secure-symbolic icons if available
+ + Use .security-(un)trusted classes with GTK+
+ + Improve notebook resizing peformance
+ + Fix tab icons in GTK+3 and don't look for GTK+ jscore
+ + Use system-wide CA file with libSoup 2.37.1
+ + Improve cookie manager performance
+ + Action and tab creation for faster startup
+ + Fix number of items in trash in private browsing
+ + Add Cairo version to about:version
+ + Add X-GNOME-Keywords and X-AppInstall-Keywords to .desktop
+ + Add easy privacy list to default Adblock filters
+ + Fully implement speed dial for GTK+3
+ + Disable box shadows with WebKitGTK+ 1.2.7
+ + Fine-grained monospace font overriding
+ + Implement resizing of Location and Search in toolbar
+ + Don't show empty speed dial shortcuts in-between
+ + Use Midori's name in midori-private.desktop
+ + Hide all bars in fullscreen and a menu to Unfullscreen
+
 v0.4.2:
  + Improve -moz-document parsing in user stylesheets
  + Render verified secure sites in green, not yellow
diff --git a/wscript b/wscript
index 97c5be3..a3e2b9e 100644
--- a/wscript
+++ b/wscript
@@ -29,7 +29,7 @@ from Configure import find_program_impl
 
 major = 0
 minor = 4
-micro = 2
+micro = 3
 
 APPNAME = 'midori'
 VERSION = VERSION_FULL = str (major) + '.' + str (minor) + '.' + str (micro)


More information about the Xfce4-commits mailing list