]> spindle.queued.net Git - midori/commitdiff
Bump version to 0.1.2
authorChristian Dywan <christian@twotoasts.de>
Tue, 13 Jan 2009 23:23:35 +0000 (00:23 +0100)
committerChristian Dywan <christian@twotoasts.de>
Tue, 13 Jan 2009 23:23:35 +0000 (00:23 +0100)
ChangeLog
wscript

index add8b40cd0e05bf8898db775276ee1fc77f1a089..7d0831fa3c5b75f1db2eb80201312da0d884fc36 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
 This file is licensed under the terms of the expat license, see the file EXPAT.
 
+v0.1.2:
+ + Open new tabs by clicking on the tabbar
+ + Refactor and speed up location completion
+ + Show a Crash dialog after crashes
+ + Dynamically save files when needed
+ + Support Back/ Forward mouse buttons
+ + Support javascript: bookmarklets
+ + Implement Proxy and Identification string
+ + Implement cookie storage on disk
+ + Remove autotooled build system
+ + Add a new Extensions panel
+ + Support javascript bookmarklets
+ + Implement opening of new windows
+ + Display tooltips in Preferences
+
 v0.1.1:
  + Reimplement page holder as an extension
  + Introduce a C extension interface
diff --git a/wscript b/wscript
index 4a5a16d94659840e203c6bfc0f593f53afc7ba9b..26fbf2b91ca39e2d62dd3c3371a46514ce1286d0 100644 (file)
--- a/wscript
+++ b/wscript
@@ -12,7 +12,7 @@ import UnitTest
 
 major = 0
 minor = 1
-micro = 1
+micro = 2
 
 APPNAME = 'midori'
 VERSION = str (major) + '.' + str (minor) + '.' + str (micro)