]> spindle.queued.net Git - midori/commitdiff
Bump version to 0.4.2
authorChristian Dywan <christian@twotoasts.de>
Thu, 10 Nov 2011 23:21:06 +0000 (00:21 +0100)
committerChristian Dywan <christian@twotoasts.de>
Thu, 10 Nov 2011 23:21:06 +0000 (00:21 +0100)
ChangeLog
wscript

index ebb5d2ce9fe518c8c5be4be0c23d2760056698fc..9c5f733260e7f9b3d092e8fe88be468fd7b65388 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,37 @@
 This file is licensed under the terms of the expat license, see the file EXPAT.
 
+v0.4.2:
+ + Improve -moz-document parsing in user stylesheets
+ + Render verified secure sites in green, not yellow
+ + Version details for extensions built against a different release
+ + More detailed and more condensed about:version output
+ + Refresh missing speed dial thumbnails automatically
+ + Use faster global CSS mechanism for adblock and addons
+ + Show crash dialog only if there's a session
+ + Don't complete on a leading space or search token
+ + Support user stylesheets on about: and file:// locations
+ + Implement 'Always use my font choices' preferences
+ + Allow smaller tabs when close buttons are disabled
+ + Merge 'Closed Tabs' with 'History' in Clear Private Data
+ + Correctly use user-home and bookmark-new icon names
+ + Use versioned file speeddial-head-0.4.2.html
+ + Split proxy server preference into host and port
+ + Support localized 'next' and 'previous' links
+ + Implement 'Only accept cookies cookies from sites you visit'
+ + Fix crash in Add/ Import Bookmark feature
+ + Fix size of tabs with GTK+ 3
+ + Detect existing Firefox profiles for bookmark import
+ + Work-around "omg!" in local directory browsing
+ + Rework '--run' feature to allow window.open() and console.info()
+ + Automatically clear finnished downloads from the transferbar
+ + Add 'Create desktop shortcut' to the app menu
+ + Require GLib 2.22 and libSoup 2.27.90
+ + Don't register recent files in private browsing mode
+ + Findbar and speed dial honor close button position
+ + Use sqlite3-based backend for cookie storage
+ + Make '--snapshot' create png images with GTK+ 2.20
+ + Automatically resizing, embossed speed dial, close on hover
+
 v0.4.1:
  + Experimental, unfinnished GTK+ 3 support
  + 'Automatic' identification with quirks
diff --git a/wscript b/wscript
index 7562f0c8ae1cc0843f2aeaa6da45307f2cb60134..e21d9caa902d796a6763618be5423ae71a4a7a52 100644 (file)
--- a/wscript
+++ b/wscript
@@ -29,7 +29,7 @@ from Configure import find_program_impl
 
 major = 0
 minor = 4
-micro = 1
+micro = 2
 
 APPNAME = 'midori'
 VERSION = VERSION_FULL = str (major) + '.' + str (minor) + '.' + str (micro)