Bump version to 0.0.19

This commit is contained in:
Christian Dywan 2008-08-02 13:20:02 +02:00
parent 18e1cd7e74
commit 4a2e5c59f4
3 changed files with 16 additions and 2 deletions

View file

@ -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.

View 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])

View file

@ -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'],