From b72e75d32c1bfc4e4b37621cab60ae4ea06851c0 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Sat, 17 Dec 2011 23:47:28 +0100 Subject: [PATCH] Bump version to 0.4.3 --- ChangeLog | 23 +++++++++++++++++++++++ wscript | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9c5f7332..24f87ea7 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 97c5be32..a3e2b9ee 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)