]> spindle.queued.net Git - midori/commitdiff
Bump version to 0.1.0
authorChristian Dywan <christian@twotoasts.de>
Sat, 18 Oct 2008 22:35:23 +0000 (00:35 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sat, 18 Oct 2008 22:35:23 +0000 (00:35 +0200)
ChangeLog
README
configure.in
wscript

index 4979a3e358aa691e01659082b9c4a2edebd145a4..3a280d2a7a8269673ba1faf3fb7eafedf71a5258 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,21 @@
 This file is licensed under the terms of the expat license, see the file EXPAT.
 
+v0.1.0:
+ + Allow for hiding the menubar
+ + Make the navigationbar customizable
+ + Implement a History panel
+ + Remove the HTTP Proxy hack
+ + Add an Always Show Tabbar Preference
+ + Implement 404 error pages
+ + Remove the Primary Clipboard hack
+ + Provide user documentation
+ + Display Not found errors when possible
+ + Remove Stylesheet and Zoom Stepping preferences
+ + Make dialogs more compact
+ + Ellipsize extremely long menu items
+ + Save the trash again when quitting
+ + Implement enabling/ disabling addons
+
 v0.0.21:
  + Update some translations
  + Show progress in location when statusbar is hidden
diff --git a/README b/README
index 23a69fb7090b7af410c9645091b4a14a2c2f2fbc..97360c9102d018eae07491077fa3818d7247209c 100644 (file)
--- a/README
+++ b/README
@@ -14,7 +14,7 @@ Midori is a lightweight web browser.
 
 Requirements: GTK+ 2.6, WebkitGtk, libXML2
 
-Optional: Glib 2.16, GtkSourceView 2.0, Unique 0.9, xdg-open
+Optional: Glib 2.16, GtkSourceView 2.0, Unique 0.9, sqlite 3.0, xdg-open
 
 For installation instructions read INSTALL.
 
index 2638da0591ec3ea09a7edc32b661584744cf6f72..d97e275661fce6d7d2df82d794a639df65fbeb4a 100644 (file)
@@ -1,6 +1,6 @@
 # This file is licensed under the terms of the expat license, see the file EXPAT.
 # Register ourselves to autoconf
-AC_INIT([midori], [0.0.21], [http://www.twotoasts.de/bugs])
+AC_INIT([midori], [0.1.0], [http://www.twotoasts.de/bugs])
 AC_CONFIG_SRCDIR([midori/midori-stock.h])
 AC_CONFIG_HEADER([config.h])
 
diff --git a/wscript b/wscript
index 4f1d460a11f175e14c838ee76735f59398b1836d..eb735587fea382768cea2187dbad13d64582b0b1 100644 (file)
--- a/wscript
+++ b/wscript
@@ -9,7 +9,7 @@ import platform
 import os
 
 APPNAME = 'midori'
-VERSION = '0.0.21'
+VERSION = '0.1.0'
 
 try:
     git = subprocess.Popen (['git', 'rev-parse', '--short', 'HEAD'],