changeset 2354:a04e0fc10199 stable/1.3

Releasing stable version
author Klaus Ethgen <Klaus@Ethgen.de>
date Fri, 27 May 2016 10:37:56 +0100
parents eae10ee6bcf1
children
files ChangeLog NEWS README configure.in
diffstat 4 files changed, 40 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu May 26 20:58:35 2016 +0100
+++ b/ChangeLog	Fri May 27 10:37:56 2016 +0100
@@ -1,3 +1,19 @@
+commit eff44ead88b83c2b10db7308cda41bb09ddb21c3
+Author: Klaus Ethgen <Klaus@Ethgen.de>
+Date:   Thu May 26 20:58:35 2016 +0100
+
+    Reformat and reword README
+
+commit aafc9ecdbb6d97a8eeb47e85b7e00324ffc0fd8f
+Author: Klaus Ethgen <Klaus@Ethgen.de>
+Date:   Thu May 26 20:52:20 2016 +0100
+
+    Better Changelog
+    
+    - Don't show merges
+    - Don't show notes
+    - Force using UTF-8
+
 commit bb44257b22e9249bec08823252ab76ad38adda54
 Author: Tomasz Golinski <tomaszg@math.uwb.edu.pl>
 Date:   Thu May 26 09:23:06 2016 +0100
--- a/NEWS	Thu May 26 20:58:35 2016 +0100
+++ b/NEWS	Fri May 27 10:37:56 2016 +0100
@@ -1,3 +1,25 @@
+Geeqie 1.3
+==========
+
+- Sort by creation date
+- Enhancements in mouse less operation
+- Rotation invariant duplication search
+- Better zoom steps
+- Easy access to working directory when copying ('.')
+- Updated documentation
+- Speed improvements
+- Stability improvements
+- Many bugfixes
+
+Geeqie 1.2
+==========
+
+- Support for lcms2
+- Basic support for lua scripting
+- limited map support
+- Initial GTK 3 implementation
+- Several bugfixes
+
 Geeqie 1.1
 ==========
 
--- a/README	Thu May 26 20:58:35 2016 +0100
+++ b/README	Fri May 27 10:37:56 2016 +0100
@@ -1,5 +1,5 @@
       ###################################################################
-      ##                          Geeqie x.x                           ##
+      ##                          Geeqie 1.3                           ##
       ##                                                               ##
       ##              Copyright (C) 2008 - 2016 The Geeqie Team        ##
       ##              Copyright (C) 1999 - 2006 John Ellis.            ##
@@ -552,15 +552,5 @@
      Kjell Morgenstern
          for random slide show speedup patch
 
-     Klaus Ethgen <Klaus@Ethgen.de>
-	 for GPS integration, Search enhancement, Lua integration and other
-	 patches
-
-     Colin Clark <cclark@mcb.net>
-	 for GPS map integration and more
-
-     Colin Clark <cclark@mcb.net>
-	 for GPS map support and more
-
      And...
          Thanks to the users for finding Geeqie useful.
--- a/configure.in	Thu May 26 20:58:35 2016 +0100
+++ b/configure.in	Fri May 27 10:37:56 2016 +0100
@@ -15,7 +15,7 @@
 dnl GNU General Public License for more details.
 
 AC_PREREQ(2.57)
-AC_INIT([geeqie], m4_esyscmd_s(git rev-parse --quiet --verify --short master), [geeqie-devel@lists.sourceforge.net], [], [http://www.geeqie.org/])
+AC_INIT([geeqie], 1.3, [geeqie-devel@lists.sourceforge.net], [], [http://www.geeqie.org/])
 
 # Check for rightly dirs
 AC_CONFIG_SRCDIR([src/main.c])