summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Dywan <christian@twotoasts.de>2009-01-14 00:23:35 +0100
committerChristian Dywan <christian@twotoasts.de>2009-01-14 00:23:35 +0100
commit7f2eac8015c39cba9c59e74555367a6178e0b5b9 (patch)
tree5c63756a64b5d93b1d4db457f26679ebf04f034f
parente43bcc0ae0e89b8fb605b543f6a35080ea02a24b (diff)
downloadmidori-7f2eac8015c39cba9c59e74555367a6178e0b5b9.tar.gz
Bump version to 0.1.20.1.2
-rw-r--r--ChangeLog15
-rw-r--r--wscript2
2 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index add8b40c..7d0831fa 100644
--- 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 4a5a16d9..26fbf2b9 100644
--- 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)