trunk

Friedrich W. H. Kossebau kossebau at kde.org
Wed Jun 24 17:33:04 CEST 2009


SVN commit 986334 by kossebau:

bumping the version numbers in /trunk, now that 4.3 has been branched

Maintainers, please check if you are alright with the new number,
and tell me if you are not, so I can update the web pages accordingly.
KGpg might want to update the version number in the branch from 2.2.60 to 2.3.0, no?

CCMAIL: kde-utils-devel at kde.org


 M  +1 -1      KDE/kdeutils/ark/app/main.cpp  
 M  +1 -1      KDE/kdeutils/kcalc/version.h  
 M  +1 -1      KDE/kdeutils/kcharselect/main.cc  
 M  +1 -1      KDE/kdeutils/kdelirc/irkick/main.cpp  
 M  +1 -1      KDE/kdeutils/kdf/kdf.cpp  
 M  +1 -1      KDE/kdeutils/kgpg/main.cpp  
 M  +1 -1      KDE/kdeutils/ktimer/main.cpp  
 M  +1 -1      KDE/kdeutils/kwallet/main.cpp  
 M  +1 -3      KDE/kdeutils/okteta/program/about.cpp  
 M  +1 -1      KDE/kdeutils/printer-applet/printer-applet.py  
 M  +1 -1      KDE/kdeutils/superkaramba/src/main.cpp  
 M  +1 -1      KDE/kdeutils/sweeper/main.cpp  
 M  +2 -1      www/sites/utils/includes/class_websvnlinks.inc  
 M  +1 -1      www/sites/utils/projects/ark/project.inc  
 M  +1 -1      www/sites/utils/projects/kcalc/project.inc  
 M  +1 -1      www/sites/utils/projects/kcharselect/project.inc  
 M  +1 -1      www/sites/utils/projects/kdelirc/project.inc  
 M  +1 -1      www/sites/utils/projects/kdessh/project.inc  
 M  +1 -1      www/sites/utils/projects/kdf/project.inc  
 M  +1 -1      www/sites/utils/projects/kfloppy/project.inc  
 M  +1 -1      www/sites/utils/projects/kgpg/project.inc  
 M  +1 -1      www/sites/utils/projects/ktimer/project.inc  
 M  +1 -1      www/sites/utils/projects/kwalletmanager/project.inc  
 M  +1 -1      www/sites/utils/projects/okteta/project.inc  
 M  +1 -1      www/sites/utils/projects/printer-applet/project.inc  
 M  +1 -1      www/sites/utils/projects/superkaramba/project.inc  
 M  +1 -1      www/sites/utils/projects/sweeper/project.inc  
 M  +3 -2      www/sites/utils/site.inc  


--- trunk/KDE/kdeutils/ark/app/main.cpp #986333:986334
@@ -39,7 +39,7 @@
 int main(int argc, char **argv)
 {
     KAboutData aboutData("ark", 0, ki18n("Ark"),
-                         "2.13", ki18n("KDE Archiving tool"),
+                         "2.14", ki18n("KDE Archiving tool"),
                          KAboutData::License_GPL,
                          ki18n("(c) 1997-2008, The Various Ark Developers"),
                          KLocalizedString(),
--- trunk/KDE/kdeutils/kcalc/version.h #986333:986334
@@ -1,3 +1,3 @@
 #ifndef KCALCVERSION
-#define KCALCVERSION "2.5"
+#define KCALCVERSION "2.6"
 #endif // KCALCVERSION
--- trunk/KDE/kdeutils/kcharselect/main.cc #986333:986334
@@ -21,7 +21,7 @@
 #include <KApplication>
 #include <KCmdLineArgs>
 
-static const char *version = "v1.5";
+static const char *version = "v1.6";
 static const char description[] = I18N_NOOP("KDE character selection utility");
 static const char text[] = I18N_NOOP("A wrapper around the KCharSelect widget.");
 static const char homepageUrl[] = "http://utils.kde.org/projects/kcharselect";
--- trunk/KDE/kdeutils/kdelirc/irkick/main.cpp #986333:986334
@@ -33,7 +33,7 @@
 extern "C" KDE_EXPORT int kdemain(int argc, char *argv[])
 {
 
-    KAboutData *aboutData = new KAboutData("irkick", 0, ki18n("IRKick"), KDE::versionString(), ki18n("The KDE Infrared Remote Control Server"), KAboutData::License_GPL, ki18n("(c) 2003, Gav Wood"), ki18n("Control your desktop with your remote."), "http://utils.kde.org/projects/kdelirc");
+    KAboutData *aboutData = new KAboutData("irkick", 0, ki18n("IRKick"), KDE_VERSION_STRING, ki18n("The KDE Infrared Remote Control Server"), KAboutData::License_GPL, ki18n("(c) 2003, Gav Wood"), ki18n("Control your desktop with your remote."), "http://utils.kde.org/projects/kdelirc");
     aboutData->addAuthor(ki18n("Gav Wood"), ki18n("Author"), "gav at kde.org");
     aboutData->addCredit(ki18n("Malte Starostik"), ki18n("Original LIRC interface code"), "malte.starostik at t-online.de");
     aboutData->addCredit(ki18n("Dirk Ziegelmeier"), ki18n("Ideas, concept code"), "dirk at ziegelmeier.net");
--- trunk/KDE/kdeutils/kdf/kdf.cpp #986333:986334
@@ -37,7 +37,7 @@
 static const char description[] =
     I18N_NOOP("KDE free disk space utility");
 
-static const char version[] = "v0.9"; //bump version ?
+static const char version[] = "v0.10"; //bump version ?
 
 
 /***************************************************************/
--- trunk/KDE/kdeutils/kgpg/main.cpp #986333:986334
@@ -27,7 +27,7 @@
 static const char description[] =
         I18N_NOOP("KGpg - simple gui for gpg\n\nKGpg was designed to make gpg very easy to use.\nI tried to make it as secure as possible.\nHope you enjoy it.");
 
-static const char version[] = "2.1.60";
+static const char version[] = "2.2.60";
 
 int main(int argc, char *argv[])
 {
--- trunk/KDE/kdeutils/ktimer/main.cpp #986333:986334
@@ -26,7 +26,7 @@
 static const char description[] =
         I18N_NOOP("KDE Timer");
 
-static const char version[] = "v0.4";
+static const char version[] = "v0.5";
 
 int main( int argc, char **argv )
 {
--- trunk/KDE/kdeutils/kwallet/main.cpp #986333:986334
@@ -41,7 +41,7 @@
 };
 
 int main(int argc, char **argv) {
-	KAboutData about("kwalletmanager", 0, ki18n("KDE Wallet Manager"), "1.4",
+	KAboutData about("kwalletmanager", 0, ki18n("KDE Wallet Manager"), "1.5",
 		ki18n("KDE Wallet Management Tool"),
 		KAboutData::License_GPL,
 		ki18n("(c) 2003,2004 George Staikos"), KLocalizedString(),
--- trunk/KDE/kdeutils/okteta/program/about.cpp #986333:986334
@@ -25,12 +25,10 @@
 // KDE
 #include <KLocale>
 
-#include <kdeversion.h>
 
-
 // Program
 static const char ProgramId[] =          "okteta";
-static const char ProgramVersion[] =     "0.3.0";
+static const char ProgramVersion[] =     "0.3.90";
 static const char ProgramHomepage[] =    "http://utils.kde.org/projects/okteta";
 // Author
 static const char FWHKEmailAddress[] =   "kossebau at kde.org";
--- trunk/KDE/kdeutils/printer-applet/printer-applet.py #986333:986334
@@ -1132,7 +1132,7 @@
     appName     = "printer-applet"
     catalogue   = "printer-applet"
     programName = ki18n("Printer Applet")
-    version     = "1.3"
+    version     = "1.4"
     description = ki18n("Applet to view current print jobs and configure new printers")
     license     = KAboutData.License_GPL
     copyright   = ki18n("2007-2008 Canonical Ltd")
--- trunk/KDE/kdeutils/superkaramba/src/main.cpp #986333:986334
@@ -41,7 +41,7 @@
 static const char *description =
     I18N_NOOP("A KDE Eye-candy Application");
 
-static const char *version = "0.53";
+static const char *version = "0.54";
 
 int main(int argc, char **argv)
 {
--- trunk/KDE/kdeutils/sweeper/main.cpp #986333:986334
@@ -25,7 +25,7 @@
 
 int main(int argc, char *argv[])
 {
-   KAboutData aboutData("sweeper", 0, ki18n("Sweeper"), "1.3",
+   KAboutData aboutData("sweeper", 0, ki18n("Sweeper"), "1.4",
                         ki18n("Helps clean unwanted traces the user leaves on the system."),
                         KAboutData::License_LGPL, ki18n("(c) 2003-2005, Ralf Hoelzer"), KLocalizedString(),
                         "http://utils.kde.org/projects/sweeper");
--- trunk/www/sites/utils/includes/class_websvnlinks.inc #986333:986334
@@ -20,7 +20,8 @@
         global $versionStateTexts;
 
         $kdeVersionPathList = array(
-        "4.3" => "trunk/KDE/",
+        "4.4" => "trunk/KDE/",
+        "4.3" => "branches/KDE/4.3/",
         "4.2" => "branches/KDE/4.2/",
         "4.1" => "branches/KDE/4.1/",
         "4.0" => "branches/KDE/4.0/",
--- trunk/www/sites/utils/projects/ark/project.inc #986333:986334
@@ -1,3 +1,3 @@
 <?php
-    $project = new Project("ark","Ark",array("4.3"=>"2.13","4.2"=>"2.12","4.1"=>"2.10","4.0"=>"2.9","3.5"=>"2.6"));
+    $project = new Project("ark","Ark",array("4.4"=>"2.14","4.3"=>"2.13","4.2"=>"2.12","4.1"=>"2.10","4.0"=>"2.9","3.5"=>"2.6"));
 ?>
--- trunk/www/sites/utils/projects/kcalc/project.inc #986333:986334
@@ -1,4 +1,4 @@
 <?php
-    $project = new Project("kcalc","KCalc",array("4.3"=>"2.5","4.2"=>"2.4","4.1"=>"2.3","4.0"=>"2.2","3.5"=>"2.0"));
+    $project = new Project("kcalc","KCalc",array("4.4"=>"2.6","4.3"=>"2.5","4.2"=>"2.4","4.1"=>"2.3","4.0"=>"2.2","3.5"=>"2.0"));
     $project->setDocPoFileNameList(new VersionedArrayOfArray(array("kcalc","kcalc_commands")));
 ?>
--- trunk/www/sites/utils/projects/kcharselect/project.inc #986333:986334
@@ -20,7 +20,7 @@
     }
 }
 
-    $project = new Project("kcharselect","KCharSelect",array("4.3"=>"1.5","4.2"=>"1.4","4.1"=>"1.3","4.0"=>"1.2","3.5"=>"1.1"));
+    $project = new Project("kcharselect","KCharSelect",array("4.4"=>"1.6","4.3"=>"1.5","4.2"=>"1.4","4.1"=>"1.3","4.0"=>"1.2","3.5"=>"1.1"));
     $project->setDocPoFileNameList(null);
     $project->setManualList(null);
     $project->setOtherSourcesList(
--- trunk/www/sites/utils/projects/kdelirc/project.inc #986333:986334
@@ -1,5 +1,5 @@
 <?php
-    $project = new Project("kdelirc","KDELirc",array("4.3"=>"4.3","3.5"=>"3.5"));
+    $project = new Project("kdelirc","KDELirc",array("4.4"=>"4.4","4.3"=>"4.3","3.5"=>"3.5"));
 
     $irkickManual = new Manual("IRKick",        "kdelirc/irkick");
     $kcmManual =    new Manual("Control module","kdelirc/kcmlirc");
--- trunk/www/sites/utils/projects/kdessh/project.inc #986333:986334
@@ -1,5 +1,5 @@
 <?php
-    $project = new Project("kdessh","KDE ssh",array("4.3"=>"4.3","4.2"=>"4.2","4.1"=>"4.1","4.0"=>"4.0","3.5"=>"3.5"));
+    $project = new Project("kdessh","KDE ssh",array("4.4"=>"4.4","4.3"=>"4.3","4.2"=>"4.2","4.1"=>"4.1","4.0"=>"4.0","3.5"=>"3.5"));
     $project->setDocPoFileNameList(null);
     $project->setManualList(null);
 ?>
--- trunk/www/sites/utils/projects/kdf/project.inc #986333:986334
@@ -1,3 +1,3 @@
 <?php
-    $project = new Project("kdf","KDiskFree",array("4.3"=>"0.8","4.2"=>"0.7","4.1"=>"0.6","4.0"=>"0.5","3.5"=>"0.5"));
+    $project = new Project("kdf","KDiskFree",array("4.4"=>"0.10","4.3"=>"0.9","4.2"=>"0.7","4.1"=>"0.6","4.0"=>"0.5","3.5"=>"0.5"));
 ?>
--- trunk/www/sites/utils/projects/kfloppy/project.inc #986333:986334
@@ -1,3 +1,3 @@
 <?php
-    $project = new Project("kfloppy","KFloppy",array("4.3"=>"4.3","4.2"=>"4.2","4.1"=>"4.1","4.0"=>"4.0","3.5"=>"3.5"));
+    $project = new Project("kfloppy","KFloppy",array("4.4"=>"4.4","4.3"=>"4.3","4.2"=>"4.2","4.1"=>"4.1","4.0"=>"4.0","3.5"=>"3.5"));
 ?>
--- trunk/www/sites/utils/projects/kgpg/project.inc #986333:986334
@@ -1,3 +1,3 @@
 <?php
-    $project = new Project("kgpg","KGpg",array("4.3"=>"2.2","4.2"=>"2.1","4.1"=>"2.0","4.0"=>"1.7","3.5"=>"1.2"));
+    $project = new Project("kgpg","KGpg",array("4.4"=>"2.3","4.3"=>"2.2","4.2"=>"2.1","4.1"=>"2.0","4.0"=>"1.7","3.5"=>"1.2"));
 ?>
--- trunk/www/sites/utils/projects/ktimer/project.inc #986333:986334
@@ -1,5 +1,5 @@
 <?php
-    $project = new Project("ktimer","KTimer",array("4.3"=>"0.4","4.2"=>"0.3","4.1"=>"0.2","4.0"=>"0.1","3.5"=>"0.1"));
+    $project = new Project("ktimer","KTimer",array("4.4"=>"0.5","4.3"=>"0.4","4.2"=>"0.3","4.1"=>"0.2","4.0"=>"0.1","3.5"=>"0.1"));
     $project->setDocPoFileNameList(null);
     $project->setManualList(null);
 ?>
--- trunk/www/sites/utils/projects/kwalletmanager/project.inc #986333:986334
@@ -1,5 +1,5 @@
 <?php
-    $project = new Project("kwallet","KDE Wallet Manager",array("4.3"=>"1.4","4.2"=>"1.3","4.1"=>"1.2","4.0"=>"1.1","3.5"=>"1.1"));
+    $project = new Project("kwallet","KDE Wallet Manager",array("4.4"=>"1.5","4.3"=>"1.4","4.2"=>"1.3","4.1"=>"1.2","4.0"=>"1.1","3.5"=>"1.1"));
     $project->setGuiPoFileNameList(new VersionedArrayOfArray(array("kwalletmanager","kcmkwallet")));
     $project->setOtherSourcesList(array("Library"=>new VersionedPath("kdelibs/kwallet","kdelibs/kdeui/")));
     $project->setOtherAPIList(
--- trunk/www/sites/utils/projects/okteta/project.inc #986333:986334
@@ -1,5 +1,5 @@
 <?php
-    $project = new Project("okteta","Okteta",array("4.3"=>"0.3","4.2"=>"0.2","4.1"=>"0.1"));
+    $project = new Project("okteta","Okteta",array("4.4"=>"0.4","4.3"=>"0.3","4.2"=>"0.2","4.1"=>"0.1"));
     $project->setGuiPoFileNameList(new VersionedArrayOfArray(array("okteta","oktetapart","liboktetacore")));
     $project->setDocPoFileNameList(new VersionedArrayOfArray(array("okteta","okteta_basics","okteta_credits","okteta_introduction","okteta_menu","okteta_tools")));
 ?>
--- trunk/www/sites/utils/projects/printer-applet/project.inc #986333:986334
@@ -1,5 +1,5 @@
 <?php
-    $project = new Project("printer-applet","Printer Applet",array("4.3"=>"1.3","4.2"=>"1.2","4.1"=>"1.0"));
+    $project = new Project("printer-applet","Printer Applet",array("4.4"=>"1.4","4.3"=>"1.3","4.2"=>"1.2","4.1"=>"1.0"));
     $project->setDocPoFileNameList(null);
     $project->setManualList(null);
 ?>
--- trunk/www/sites/utils/projects/superkaramba/project.inc #986333:986334
@@ -21,7 +21,7 @@
     }
 }
 
-    $project = new Project("superkaramba","SuperKaramba",array("4.3"=>"0.53","4.2"=>"0.52","4.1"=>"0.51","4.0"=>"0.50","3.5"=>"0.42"));
+    $project = new Project("superkaramba","SuperKaramba",array("4.4"=>"0.54","4.3"=>"0.53","4.2"=>"0.52","4.1"=>"0.51","4.0"=>"0.50","3.5"=>"0.42"));
     $project->setGuiPoFileNameList(
         new VersionedArrayOfArrayWith3dot5(array("superkaramba","plasma_applet_skapplet"),array("superkaramba")));
 ?>
--- trunk/www/sites/utils/projects/sweeper/project.inc #986333:986334
@@ -1,5 +1,5 @@
 <?php
-    $project = new Project("sweeper","Sweeper",array("4.3"=>"1.3","4.2"=>"1.2","4.1"=>"1.1","4.0"=>"1.0"));
+    $project = new Project("sweeper","Sweeper",array("4.4"=>"1.4","4.3"=>"1.3","4.2"=>"1.2","4.1"=>"1.1","4.0"=>"1.0"));
     $project->setDocPoFileNameList(null);
     $project->setManualList(null);
 ?>
--- trunk/www/sites/utils/site.inc #986333:986334
@@ -7,9 +7,10 @@
 $showedit = true;
 
 // trunk first, oldest last
-$kdeActiveVersions = array("4.3","4.2","4.1","4.0","3.5");
+$kdeActiveVersions = array("4.4","4.3","4.2","4.1","4.0","3.5");
 $kdeVersionStateTags = array(
-  "4.3" => "D",
+  "4.4" => "D",
+  "4.3" => "P",
   "4.2" => "R",
   "4.1" => "R",
   "4.0" => "R",


More information about the Kde-utils-devel mailing list