[gtk-web] download/linux: keep only 2.24 for GTK+ 2



commit a96b02897b8ea8390debdcebb628fdd1180d4581
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sat Oct 1 13:31:35 2016 +0200

    download/linux: keep only 2.24 for GTK+ 2
    
    No need to have a comprehensive list. Other versions can anyway be
    downloaded easily by navigating at:
    http://ftp.gnome.org/pub/gnome/sources/gtk+/
    
    For GTK+ 2, the recommended version is the latest one, 2.24, which is
    more stable than previous GTK+ 2 versions.

 download/linux.php |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/download/linux.php b/download/linux.php
index 16d89a9..06fecad 100755
--- a/download/linux.php
+++ b/download/linux.php
@@ -15,8 +15,7 @@ $versions = array(
 
 // Versions of GTK+ that are older, but still included on the page in the "Older Versions" section
 $oldgtk = array( '3.20', '3.18', '3.16', '3.14', '3.12', '3.10', '3.8', '3.6', '3.4', '3.2', '3.0',
-                '2.24', '2.20', '2.18', '2.16', '2.14', '2.12', '2.10', '2.8', '2.6', '2.4',
-                '1.2' );
+                '2.24', '1.2' );
 
 ?>
 <h2><a name="Download">Download for GNU/Linux and Unix</a></h2>


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