Bump version to 0.0.16

Add Ori Bernstein to AUTHORS.
This commit is contained in:
Christian Dywan 2008-01-01 00:37:10 +01:00
parent 36a97da3b8
commit 1b0b15f3de
3 changed files with 19 additions and 2 deletions

View File

@ -5,4 +5,7 @@ Artwork by:
Nancy Runge <nancy@twotoasts.de>
Translations:
de: Christian Dywan <christian@twotoasts.de>
de: Christian Dywan <christian@twotoasts.de>
Contributors:
Ori Bernstein <ori@eigenstate.org>

View File

@ -1,3 +1,17 @@
v0.0.16:
+ Implement editing menu items for the web view.
+ Implement the bookmarks panel with editing capabilities.
+ Prevent repeated checks for the desktop environment.
+ Fix coding style in sokoke.c/ sokoke.h, particularly variable names.
+ Don't update the remembered window size when maximized.
+ Don't remember the window position but the size only.
+ Command line uris should replace the default page.
+ More effective status updates and less entry flickering
+ Enable inline find for websites
+ Make the progressbar work properly again
+ Build fix: Adapt WebKit api changes
+ Add Tab Size to preferences dialog
v0.0.15:
+ Build fix: Remove search api

View File

@ -1,5 +1,5 @@
# Register ourselves to autoconf
AC_INIT([midori], [0.0.15], [christian@twotoasts.de])
AC_INIT([midori], [0.0.16], [christian@twotoasts.de])
AC_CONFIG_SRCDIR([src/main.h])
AC_CONFIG_HEADER([config.h])