]> spindle.queued.net Git - midori/commitdiff
Bump version to 0.4.3
authorChristian Dywan <christian@twotoasts.de>
Sat, 17 Dec 2011 22:47:28 +0000 (23:47 +0100)
committerChristian Dywan <christian@twotoasts.de>
Sat, 17 Dec 2011 22:47:28 +0000 (23:47 +0100)
ChangeLog
wscript

index 9c5f733260e7f9b3d092e8fe88be468fd7b65388..24f87ea776ebd1a9259a138e09a73af87269ce8b 100644 (file)
--- 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 97c5be322176f663f4c183bc5e6b6783dc482994..a3e2b9ee2ce16cba3e42ee071df21b3b3b208475 100644 (file)
--- 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)