]> spindle.queued.net Git - midori/commitdiff
Bump version to 0.2.5
authorChristian Dywan <christian@twotoasts.de>
Sun, 16 May 2010 18:32:16 +0000 (20:32 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sun, 16 May 2010 18:32:33 +0000 (20:32 +0200)
ChangeLog
wscript

index d5a8a8956b86d2d020f14c32dab54c3dde222e0b..cdc6687a83e919fc3a59f38fb286f528bf7539eb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,35 @@
 This file is licensed under the terms of the expat license, see the file EXPAT.
 
+v0.2.5
+ + Keyboard access in speed dial
+ + Panels adapt to system icon style
+ + Revamp tab focus handling
+ + Use new GTK+ 2.20 spinner (throbber) widget
+ + Userscripts and -styles can be (de)activated
+ + Warn if trying to download with few space
+ + Support right button in Mouse Gestures
+ + Add (unfinished) 'External Applications' extension
+ + Vala support for extensions and tests
+ + Yellow location for valid SSL, red for invalid
+ + Render XML as source code
+ + Provide tools/midori-dev and check-style scripts
+ + Implement MIDORI_ADBLOCK for Adblock testing
+ + Fix https URI support in Adblock
+ + Change 'Autodetect proxy' into 'Proxy type'
+ + Update use of deprecated GTK+ API
+ + Implement --blocked-uris for kiosk usage
+ + Implement --inactivity-reset for kiosk usage
+ + Fix typing with dead keys and NumLock
+ + Improve parsing in the Feed Panel
+ + Add preference 'Allow scripts to open popups'
+ + Spawn web apps and private mode with same executable
+ + Base Colourful Tabs on icon colours
+ + Add Status Clock extension
+ + Resolve hosts before trying a search
+ + Allow page icons for https
+ + Improve handling of special pages
+ + Protect against recursive external URI handlers
+
 v0.2.4
  + Prevent completion from overlapping
  + Fix tab order when restoring session
diff --git a/wscript b/wscript
index d37934af67c35086dfc53ba0de5af365ae87fdc9..f0a6d195935f6c52ecb99570b4c347fb1ae42e69 100644 (file)
--- a/wscript
+++ b/wscript
@@ -29,7 +29,7 @@ from Configure import find_program_impl
 
 major = 0
 minor = 2
-micro = 4
+micro = 5
 
 APPNAME = 'midori'
 VERSION = str (major) + '.' + str (minor) + '.' + str (micro)