[gimp/gimp-2-8] configure.ac: bump version to 2.8.12



commit c5fbf02a31cab9df4cb5d2cdd9c63cf6959829bf
Author: Michael Natterer <mitch gimp org>
Date:   Mon Aug 25 21:49:53 2014 +0200

    configure.ac: bump version to 2.8.12
    
    And commit gimprc files that are regenerated by make dist.

 configure.ac     |    2 +-
 docs/gimprc.5.in |   10 ++--------
 etc/gimprc       |   11 ++---------
 3 files changed, 5 insertions(+), 18 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index b455f70..f28d4b3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ AC_PREREQ(2.54)
 
 m4_define([gimp_major_version], [2])
 m4_define([gimp_minor_version], [8])
-m4_define([gimp_micro_version], [11])
+m4_define([gimp_micro_version], [12])
 m4_define([gimp_real_version],
           [gimp_major_version.gimp_minor_version.gimp_micro_version])
 m4_define([gimp_version], [gimp_real_version])
diff --git a/docs/gimprc.5.in b/docs/gimprc.5.in
index 44b9345..118917a 100644
--- a/docs/gimprc.5.in
+++ b/docs/gimprc.5.in
@@ -60,7 +60,7 @@ Sets how many processors GIMP should try to use simultaneously.  This is an
 integer value.
 
 .TP
-(tile-cache-size 2147483647)
+(tile-cache-size 6132474k)
 
 When the amount of pixel data exceeds this limit, GIMP will start to swap
 tiles to disk.  This is a lot slower but it makes it possible to work on
@@ -588,12 +588,6 @@ certain % character sequences are recognised and expanded as follows:
 .br
 
 .TP
-(confirm-on-close yes)
-
-Ask for confirmation before closing an image without saving.  Possible values
-are yes and no.
-
-.TP
 (monitor-xresolution 96.000000)
 
 Sets the monitor's horizontal resolution, in dots per inch.  If set to 0,
@@ -852,7 +846,7 @@ Sets the browser used by the help system.  Possible values are gimp and
 web-browser.
 
 .TP
-(user-manual-online no)
+(user-manual-online yes)
 
 When enabled, the online user manual will be used by the help system.
 Otherwise the locally installed copy is used.  Possible values are yes and no.
diff --git a/etc/gimprc b/etc/gimprc
index 5d3d20e..1f3f961 100644
--- a/etc/gimprc
+++ b/etc/gimprc
@@ -42,7 +42,7 @@
 # specified in bytes, kilobytes, megabytes or gigabytes. If no suffix is
 # specified the size defaults to being specified in kilobytes.
 # 
-# (tile-cache-size 2147483647)
+# (tile-cache-size 6132474k)
 
 # Specifies the language to use for the user interface.  This is a string
 # value.
@@ -447,11 +447,6 @@
 # 
 # (image-status-format "%n (%m)")
 
-# Ask for confirmation before closing an image without saving.  Possible
-# values are yes and no.
-# 
-# (confirm-on-close yes)
-
 # Sets the monitor's horizontal resolution, in dots per inch.  If set to 0,
 # forces the X server to be queried for both horizontal and vertical
 # resolution information.  This is a float value.
@@ -675,9 +670,7 @@
 # When enabled, the online user manual will be used by the help system.
 # Otherwise the locally installed copy is used.  Possible values are yes and
 # no.
-# Because the user manual is not shipped with GIMP by default, we set this
-# value to 'yes'. 
-#
+# 
 # (user-manual-online yes)
 
 # The location of the online user manual. This is used if


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]