]> spindle.queued.net Git - midori/commitdiff
Bump version to 0.0.16
authorChristian Dywan <christian@twotoasts.de>
Mon, 31 Dec 2007 23:37:10 +0000 (00:37 +0100)
committerChristian Dywan <christian@twotoasts.de>
Mon, 31 Dec 2007 23:38:57 +0000 (00:38 +0100)
Add Ori Bernstein to AUTHORS.

AUTHORS
ChangeLog
configure.in

diff --git a/AUTHORS b/AUTHORS
index 30771a0e5dd871958c32de3ee89aff8513174e40..9727b79722f63c116d69d6055e516762f3ee1d1e 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -5,4 +5,7 @@ Artwork by:
     Nancy Runge <nancy@twotoasts.de>
 
 Translations:
-    de: Christian Dywan <christian@twotoasts.de>
\ No newline at end of file
+    de: Christian Dywan <christian@twotoasts.de>
+
+Contributors:
+     Ori Bernstein <ori@eigenstate.org>
index 99e275cd2f9226453eb0b0a32e5008cc23787dd0..af3a70dfbc6661ef2aa9664f95a9558a8450561a 100644 (file)
--- 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
 
index 15bece5c47001956877e925be3c201ba5f4d064a..460349661c25934f729419dd7fa5aa6889f420ed 100644 (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])