# HG changeset patch # User Klaus Ethgen # Date 1514723460 -3600 # Node ID 0a4483edd2ed21e9ffd49983ac2d3b1ff603f742 # Parent 5a4c40e7e5b83b732159b712c37f97c6c178f9b8 Preparing stable version diff -r 5a4c40e7e5b8 -r 0a4483edd2ed NEWS --- a/NEWS Mon Dec 25 12:43:28 2017 +0100 +++ b/NEWS Sun Dec 31 13:31:00 2017 +0100 @@ -1,3 +1,21 @@ +Geeqie 1.4 +========== + +- Improvement of GTK3 implementation +- Improved marks workflow +- Animate gifs (via context menu or key A) +- Compiles with gcc and clang +- Rectangular selections (activated by Alt-R) +- Folder bookmarks +- Search via geo position +- Thumbnail preview in dialogues +- Customisable tool bar +- Slideshow speed customisable while playing +- Many usability improvements +- Language updates +- Many small improvements +- Many bugfixes as usual + Geeqie 1.3 ========== diff -r 5a4c40e7e5b8 -r 0a4483edd2ed README.md --- a/README.md Mon Dec 25 12:43:28 2017 +0100 +++ b/README.md Sun Dec 31 13:31:00 2017 +0100 @@ -1,5 +1,5 @@ ################################################################### - ## Geeqie x.x ## + ## Geeqie 1.4 ## ## ## ## Copyright (C) 2008 - 2017 The Geeqie Team ## ## Copyright (C) 1999 - 2006 John Ellis. ## diff -r 5a4c40e7e5b8 -r 0a4483edd2ed configure.in --- a/configure.in Mon Dec 25 12:43:28 2017 +0100 +++ b/configure.in Sun Dec 31 13:31:00 2017 +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 HEAD), [geeqie-devel@lists.sourceforge.net], [], [http://www.geeqie.org/]) +AC_INIT([geeqie], 1.4, [https://github.com/BestImageViewer/geeqie/issues], [], [http://www.geeqie.org/]) # Add -Werror to the default CFLAGS CFLAGS+=" -Werror -Wno-error=deprecated-declarations -Wno-error=sign-compare -Wno-error=return-type" diff -r 5a4c40e7e5b8 -r 0a4483edd2ed web/index.html --- a/web/index.html Mon Dec 25 12:43:28 2017 +0100 +++ b/web/index.html Sun Dec 31 13:31:00 2017 +0100 @@ -27,17 +27,14 @@ - - - -

@@ -84,7 +80,7 @@

MacOS X Brewformulas.org

Solaris Openscw.org Solaris 10 & 11

-

The source tar for Geeqie v1.3 is available here.

+

The source tar for Geeqie v1.4 is available here.

However if you are compiling from sources it is recommended that you get the latest sources from the Geeqie repository.

Geeqie is stable, there are frequent updates, and compiling is a quick and painless task. The instructions for