Release v1.2.3
[geeqie.git] / README
diff --git a/README b/README
index 26dad4d..7757c98 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 ###################################################################
-##                            Geeqie 1.1                         ##
+##                          Geeqie 1.2.3                         ##
 ##                                                               ##
-##              Copyright (C) 2008 - 2012 The Geeqie Team        ##
+##              Copyright (C) 2008 - 2016 The Geeqie Team        ##
 ##              Copyright (C) 1999 - 2006 John Ellis.            ##
 ##                                                               ##
 ##                      Use at your own risk!                    ##
 
 This is Geeqie, a successor of GQview.
 
-Geeqie has been forked from GQview project, because it was not 
-possible to contact gqview author and the only maintainer. 
-Geeqie projects goal is to move the development forward and 
+Geeqie has been forked from GQview project, because it was not
+possible to contact gqview author and the only maintainer.
+Geeqie projects goal is to move the development forward and
 also integrate the existing patches.
 
-Geeqie is currently considered stable. 
+Geeqie is currently considered stable.
 Please report any crash or odd behavior to the bugtracker:
 https://sourceforge.net/tracker/?group_id=222125&atid=1054680
 
@@ -48,24 +48,22 @@ geeqie-devel@lists.sourceforge.net
 ======== Requirements
 
   Required libraries:
-    GTK+ 2.??.x: ftp://ftp.gtk.org/pub/gtk
-FIXME: determine realistic requirements.
-It compiles with GTK 2.10, but some features are disabled and the testing was
-minimal. Please report success or  falilures.
+    GTK+ 2.20: ftp://ftp.gtk.org/pub/gtk
 
   Optional libraries:
-    lcms, for color management support: http://www.littlecms.com
+    lcms or lcms2, for color management support: http://www.littlecms.com
         (disable with configure option: '--without-lcms')
     exiv2, for enhanced exif support: http://www.exiv2.org/
         (disable with configure option: '--without-exiv2')
         - due to fast development, newer versions work significantly better
         FIXME: minimal version ?
     lirc, for remote control support: http://www.lirc.org/
-       (disable with configure option: '--disable-lirc')
+       (disable with configure option: '--disable-lirc')
     libchamplain - experimental map support, dissabled by default
         http://projects.gnome.org/libchamplain/
         WARNING: this library has a lot of dependencise
-        
+    lua - Support for lua scripting
+
 ======== Notes and changes for this release            [section:release_notes]
 
 See http://geeqie.wiki.sourceforge.net/new_features
@@ -75,7 +73,7 @@ See http://geeqie.wiki.sourceforge.net/new_features
 
     If you plan on making any major changes to the code that will be offered
     for inclusion to the main source, please contact us first - so that we
-    can avoid duplication of effort. 
+    can avoid duplication of effort.
                                                          The Geeqie Team
 
   Known bugs:
@@ -104,7 +102,7 @@ See http://geeqie.wiki.sourceforge.net/new_features
     - Comparison of images to find duplicates by name, size, date,
       dimensions, or image content similarity.
     - EXIF support.
-    
+
   Geeqie 1.1:
     - support for stereoscopic images
       - input: side-by-side (JPS) and MPO format
@@ -112,7 +110,7 @@ See http://geeqie.wiki.sourceforge.net/new_features
 
 ======== Documentation (brief)                         [section:documentation]
 
-This sections lists default hotkeys. Most of the hotkeys can be redefined 
+This sections lists default hotkeys. Most of the hotkeys can be redefined
 in the Preferences dialog.
 
   Keyboard commands:
@@ -324,7 +322,7 @@ Overlay info format string syntax is: %tag[:max_length][:extra]%
     "1/200 - 80 mm" if there's no ISO information in the Exif data.
 
   If a line is empty, it is removed.
-  This allows to add lines that totally disappear when no data is available.
+  This allows one to add lines that totally disappear when no data is available.
 
   Extra string uses special character '*' to mark the position of the data.
   If no '*' is present, then extra string is just appended to data.
@@ -336,7 +334,7 @@ Overlay info format string syntax is: %tag[:max_length][:extra]%
   "%name:<i>*</i>\n%" -> name is displayed in italics ended with a newline
   "%size:\n%"         -> size is displayed with a newline at end
   "%formatted.ISOSpeedRating:ISO *%"      -> ie. "ISO 100"
-  "Collection <b>*</b>\n" -> display collection name in bold prefixed by
+  "%collection: Collection <b>*</b>\n%" -> display collection name in bold prefixed by
                              "Collection " and a newline is appended
 
 
@@ -509,13 +507,13 @@ Overlay info format string syntax is: %tag[:max_length][:extra]%
 
      Timo Horstschäfer
          for customizable fullscreen overlay
-        
+
      Michael Mokeev
          for print related enhancements
-     
+
      Carles Pina i Estany
          for copy path to clipboard patch
+
      Kjell Morgenstern
          for random slide show speedup patch