summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Dywan <christian@twotoasts.de>2011-12-17 23:47:28 +0100
committerChristian Dywan <christian@twotoasts.de>2011-12-17 23:47:28 +0100
commit3144c1c13c84cddf80c120e2fa54df26ac4d1f7b (patch)
tree01de879f74d60d5ee516446ad519be9611a562d1
parentb586f6f62c3d86083dc76419d905da70212f3a3f (diff)
downloadmidori-3144c1c13c84cddf80c120e2fa54df26ac4d1f7b.tar.gz
Bump version to 0.4.30.4.3
-rw-r--r--ChangeLog23
-rw-r--r--wscript2
2 files changed, 24 insertions, 1 deletions
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)