[gimp-web/testing] Move to 2.10 release!



commit f6b766a312ba74b56664ba11eb11099fb594af67
Author: Jehan <jehan girinstud io>
Date:   Fri Apr 27 14:43:30 2018 +0200

    Move to 2.10 release!
    
    Moving current STABLE to OLD-STABLE.
    Also making sure development release don't show up and don't make errors
    when being absent.

 GIMP_VERSIONS                                      |   15 ++++++++++++++-
 .../newgimp/templates/downloads-development.html   |    8 ++++++++
 2 files changed, 22 insertions(+), 1 deletions(-)
---
diff --git a/GIMP_VERSIONS b/GIMP_VERSIONS
index ac11990..d21b8d9 100644
--- a/GIMP_VERSIONS
+++ b/GIMP_VERSIONS
@@ -1,6 +1,18 @@
 {
     "STABLE":  {
 
+        "2.10.0": {
+
+            "date": "2018-04-27",
+            "source": {
+                "gimp-2.10.0.tar.bz2": "9a7111fb66a9da977fca1565d0637029"
+                }
+
+        }
+    },
+
+    "OLD-STABLE":  {
+
         "2.8.22": {
             "date": "2017-05-11",
             "source": {
@@ -137,7 +149,8 @@
                 }
             }
     },
-    "DEVELOPMENT": {
+
+    "OLD-DEVELOPMENT": {
         "2.10.0-RC2": {
             "date": "2018-04-17",
             "source": {
diff --git a/themes/newgimp/templates/downloads-development.html 
b/themes/newgimp/templates/downloads-development.html
index 2737810..b305705 100644
--- a/themes/newgimp/templates/downloads-development.html
+++ b/themes/newgimp/templates/downloads-development.html
@@ -27,6 +27,8 @@
     {% endif %}
 
     <h2>Current Development Version</h2>
+
+    {% if GIMP_VERSION_DEVELOPMENT is defined %}
     <p>The current development release of GIMP is <b>{{ GIMP_VERSION_DEVELOPMENT }}</b> ({{ 
RELEASE_DATE_DEVELOPMENT }}).</p>
 
 
@@ -289,6 +291,12 @@
 
     </div>
 
+    {% else %}
+    <p>
+    No recent development version of GIMP available
+    </p>
+    {% endif %}
+
 
     <script src='/js/platform.js'></script>
     <script src='/js/platform-display.js'></script>


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