From 1b0b15f3de0c5f98d2f086db5c213038c4c65a40 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Tue, 1 Jan 2008 00:37:10 +0100 Subject: [PATCH] Bump version to 0.0.16 Add Ori Bernstein to AUTHORS. --- AUTHORS | 5 ++++- ChangeLog | 14 ++++++++++++++ configure.in | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 30771a0e..9727b797 100644 --- a/AUTHORS +++ b/AUTHORS @@ -5,4 +5,7 @@ Artwork by: Nancy Runge Translations: - de: Christian Dywan \ No newline at end of file + de: Christian Dywan + +Contributors: + Ori Bernstein diff --git a/ChangeLog b/ChangeLog index 99e275cd..af3a70df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/configure.in b/configure.in index 15bece5c..46034966 100644 --- a/configure.in +++ b/configure.in @@ -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])