Skip to content

Commit d9c8b2c

Browse files
committed
Releasing stable version
1 parent eff44ea commit d9c8b2c

File tree

4 files changed

+40
-12
lines changed

4 files changed

+40
-12
lines changed

ChangeLog

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
commit eff44ead88b83c2b10db7308cda41bb09ddb21c3
2+
Author: Klaus Ethgen <[email protected]>
3+
Date: Thu May 26 20:58:35 2016 +0100
4+
5+
Reformat and reword README
6+
7+
commit aafc9ecdbb6d97a8eeb47e85b7e00324ffc0fd8f
8+
Author: Klaus Ethgen <[email protected]>
9+
Date: Thu May 26 20:52:20 2016 +0100
10+
11+
Better Changelog
12+
13+
- Don't show merges
14+
- Don't show notes
15+
- Force using UTF-8
16+
117
commit bb44257b22e9249bec08823252ab76ad38adda54
218
Author: Tomasz Golinski <[email protected]>
319
Date: Thu May 26 09:23:06 2016 +0100

NEWS

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
Geeqie 1.3
2+
==========
3+
4+
- Sort by creation date
5+
- Enhancements in mouse less operation
6+
- Rotation invariant duplication search
7+
- Better zoom steps
8+
- Easy access to working directory when copying ('.')
9+
- Updated documentation
10+
- Speed improvements
11+
- Stability improvements
12+
- Many bugfixes
13+
14+
Geeqie 1.2
15+
==========
16+
17+
- Support for lcms2
18+
- Basic support for lua scripting
19+
- limited map support
20+
- Initial GTK 3 implementation
21+
- Several bugfixes
22+
123
Geeqie 1.1
224
==========
325

README

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###################################################################
2-
## Geeqie x.x ##
2+
## Geeqie 1.3 ##
33
## ##
44
## Copyright (C) 2008 - 2016 The Geeqie Team ##
55
## Copyright (C) 1999 - 2006 John Ellis. ##
@@ -552,15 +552,5 @@ Overlay info format string syntax is: %tag[:max_length][:extra]%
552552
Kjell Morgenstern
553553
for random slide show speedup patch
554554

555-
Klaus Ethgen <[email protected]>
556-
for GPS integration, Search enhancement, Lua integration and other
557-
patches
558-
559-
Colin Clark <[email protected]>
560-
for GPS map integration and more
561-
562-
Colin Clark <[email protected]>
563-
for GPS map support and more
564-
565555
And...
566556
Thanks to the users for finding Geeqie useful.

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1515
dnl GNU General Public License for more details.
1616

1717
AC_PREREQ(2.57)
18-
AC_INIT([geeqie], m4_esyscmd_s(git rev-parse --quiet --verify --short master), [[email protected]], [], [http://www.geeqie.org/])
18+
AC_INIT([geeqie], 1.3, [[email protected]], [], [http://www.geeqie.org/])
1919

2020
# Check for rightly dirs
2121
AC_CONFIG_SRCDIR([src/main.c])

0 commit comments

Comments
 (0)