]> spindle.queued.net Git - midori/commitdiff
Bump version to 0.0.19
authorChristian Dywan <christian@twotoasts.de>
Sat, 2 Aug 2008 11:20:02 +0000 (13:20 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sat, 2 Aug 2008 11:20:02 +0000 (13:20 +0200)
ChangeLog
configure.in
wscript

index 379655e3139c73c2979d6ef8c9b930998c9584f0..13df4b51506145683b943afc87ae482bf17c0935 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+v0.0.19:
+ + Improved Greasemonkey compatibility
+ + Improve multiple window support
+ + Use WAF buildscripts, still keeping autotools
+ + Install and use Midori logo
+ + Support zooming and printing
+ + Enhance Gjs functionality
+ + Refactor in some places, particularly Web Search
+ + Implement favicons and source view with GIO
+ + Introduce new fancy location entry
+ + Detect and show news feeds on web sites
+ + Save the session as needed, not only on quit
+ + Reintroduce Download Manager preference
+
 v0.0.18:
  + First attempt at userscripts and extensions.
  + Show hidden location/ web search temporarily when needed.
index b4f78bab9a3f133f8f68e221382894550fb03add..ed99b8adfebc0ed00b724544dda4fc9207bf19fa 100644 (file)
@@ -1,5 +1,5 @@
 # Register ourselves to autoconf
-AC_INIT([midori], [0.0.18], [http://software.twotoasts.de/bugs])
+AC_INIT([midori], [0.0.19], [http://www.twotoasts.de/bugs])
 AC_CONFIG_SRCDIR([midori/main.h])
 AC_CONFIG_HEADER([config.h])
 
diff --git a/wscript b/wscript
index cfef9ce5caadbb7b168ceba6c24227083eaff6a0..9bd8d9503614683e14fa1b9ca7ab53b54949c79d 100644 (file)
--- a/wscript
+++ b/wscript
@@ -6,7 +6,7 @@ import pproc as subprocess
 import Common
 
 APPNAME = 'midori'
-VERSION = '0.0.18'
+VERSION = '0.0.19'
 
 try:
     git = subprocess.Popen (['git', 'rev-parse', '--short', 'HEAD'],