[Xfce4-commits] <midori:master> Bump version to 0.3.1
Christian Dywan
noreply at xfce.org
Sat Feb 19 22:48:05 CET 2011
Updating branch refs/heads/master
to 0ee21d254a210b453edf45a674c84e58c18e21f5 (commit)
from 3a887802c5d4f72bde7d853b19a75f02468b31bd (commit)
commit 0ee21d254a210b453edf45a674c84e58c18e21f5
Author: Christian Dywan <christian at twotoasts.de>
Date: Sat Feb 19 22:44:54 2011 +0100
Bump version to 0.3.1
ChangeLog | 15 +++++++++++++++
wscript | 2 +-
2 files changed, 16 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 53a9dbe..e005053 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.3.1
+ + Fix automigration of existing bookmarks
+ + Fix crash on opening autocompletion
+ + Fix adblock handling of frames
+ + Reflect tab order in the saved session
+ + Don't show multiple user addon infobars
+ + Provide distribution setting for close on left
+ + Export to Netscape HTML format
+ + Avoid config update on state changes
+ + Always show progress and search engines in location
+ + Default to app menu and no menubar
+ + Fix GTK+ 2.14 build problems
+ + Show 'Private Browsing' in window title
+ + Uncached reload with Ctrl+Shift+R
+
v0.3.0
+ Support libnotify 0.7
+ Copy-friendly URIs with %20
diff --git a/wscript b/wscript
index 2c53f48..341cc39 100644
--- a/wscript
+++ b/wscript
@@ -29,7 +29,7 @@ from Configure import find_program_impl
major = 0
minor = 3
-micro = 0
+micro = 1
APPNAME = 'midori'
VERSION = str (major) + '.' + str (minor) + '.' + str (micro)
More information about the Xfce4-commits
mailing list