www/sites/www

Albert Astals Cid aacid at kde.org
Wed Dec 18 16:59:39 UTC 2013


SVN commit 1373291 by aacid:

4.12.0 is out \o/

CCMAIL: release-team at kde.org
CCMAIL: kde-packager at kde.org
CCMAIL: kde-core-devel at kde.org4.12.0 is out \o/

CCMAIL: release-team at kde.org
CCMAIL: kde-packager at kde.org
CCMAIL: kde-core-devel at kde.org4.12.0 is out \o/

CCMAIL: release-team at kde.org
CCMAIL: kde-packager at kde.org
CCMAIL: kde-core-devel at kde.org4.12.0 is out \o/

CCMAIL: release-team at kde.org
CCMAIL: kde-packager at kde.org
CCMAIL: kde-core-devel at kde.org4.12.0 is out \o/

CCMAIL: release-team at kde.org
CCMAIL: kde-packager at kde.org
CCMAIL: kde-core-devel at kde.org4.12.0 is out \o/

CCMAIL: release-team at kde.org
CCMAIL: kde-packager at kde.org
CCMAIL: kde-core-devel at kde.org4.12.0 is out \o/

CCMAIL: release-team at kde.org
CCMAIL: kde-packager at kde.org
CCMAIL: kde-core-devel at kde.org4.12.0 is out \o/

CCMAIL: release-team at kde.org
CCMAIL: kde-packager at kde.org
CCMAIL: kde-core-devel at kde.org4.12.0 is out \o/

CCMAIL: release-team at kde.org
CCMAIL: kde-packager at kde.org
CCMAIL: kde-core-devel at kde.org4.12.0 is out \o/

CCMAIL: release-team at kde.org
CCMAIL: kde-packager at kde.org
CCMAIL: kde-core-devel at kde.org4.12.0 is out \o/

CCMAIL: release-team at kde.org
CCMAIL: kde-packager at kde.org
CCMAIL: kde-core-devel at kde.org4.12.0 is out \o/

CCMAIL: release-team at kde.org
CCMAIL: kde-packager at kde.org
CCMAIL: kde-core-devel at kde.org


 M  +6 -1      announcements/4.12/applications.php  
 M  +1 -1      announcements/4.12/boilerplate.inc  
 AM            announcements/4.12/images/join-the-game.png  
 AM            announcements/4.12/images/platform.png  
 M  +1 -1      announcements/4.12/index.php  
 AM            announcements/4.12/screenshots/dolphin.png  
 AM            announcements/4.12/screenshots/kate.png  
 AM            announcements/4.12/screenshots/okular.png  
 M             announcements/4.12/screenshots/plasma-4.12.png  
 A             announcements/4.12/screenshots/thumbs (directory)  
 AM            announcements/4.12/screenshots/thumbs/dolphin.png  
 AM            announcements/4.12/screenshots/thumbs/kate.png  
 AM            announcements/4.12/screenshots/thumbs/okular.png  
 M  +6 -0      announcements/index.php  
 M  +4 -4      download/index.php  
 M  +6 -4      index.php  
 A             info/4.12.0.php  
 M  +1 -1      info/releases.php  
 A             info/source-4.12.0.inc  


--- trunk/www/sites/www/announcements/4.12/applications.php #1373290:1373291
@@ -1,6 +1,5 @@
 <?php
 
-exit();
   include_once ("functions.inc");
   $translation_file = "www";
   $release = '4.12';
@@ -36,10 +35,14 @@
 <?php i18n("The KDE Community is proud to announce the latest major updates to the KDE Applications delivering new features and fixes. This release marks massive improvements in the KDE PIM stack, giving much better performance and many new features. Kate streamlined the integration of Python plugins and added initial Vim-macro support and the games and educational applications bring a variety of new features.");?>
 </p>
 
+<?php showscreenshotpng("kate.png", ""); ?>
+
 <p>
 <?php i18n("The most advanced Linux graphical text editor Kate has again received work on code completion, this time introducing <a href='http://scummos.blogspot.com/2013/10/advanced-code-completion-filtering-in.html'>advanced matching code, handling abbreviation and partial matching in classes</a>. For example, the new code would match a typed 'QualIdent' with 'QualifiedIdentifier'. Kate also gets <a href='http://dot.kde.org/2013/09/09/kde-commit-digest-18th-august-2013'>initial Vim macro support</a> and the <a href='http://lists.kde.org/?l=kwrite-devel&m=138463599529772&w=2'>integration of Python plugins has been streamlined</a>. Best of all, these improvements also trickle through to KDevelop and other applications using the Kate technology.");?>
 </p>
 
+<?php showscreenshotpng("okular.png", ""); ?>
+
 <p>
 <?php i18n("Document viewer Okular <a href='http://tsdgeos.blogspot.com/2013/10/changes-in-okular-printing-for-412.html'>now takes printer hardware margins into account</a>, has audio and video support for epub, better search and can now handle more transformations including those from Exif image metadata. In the UML diagram tool Umbrello, associations can now be <a href='http://dot.kde.org/2013/09/20/kde-commit-digest-1st-september-2013'>drawn with different layouts</a> and Umbrello <a href='http://dot.kde.org/2013/09/09/kde-commit-digest-25th-august-2013'>adds visual feedback if a widget is documented</a>.");?>
 </p>
@@ -48,6 +51,8 @@
 <?php i18n("Privacy guard KGpg shows more information to users and KWalletManager, the tool to save your passwords, can now <a href='http://www.rusu.info/wp/?p=248'>store them in GPG form</a>. Konsole introduces a new feature: Ctrl-click to directly launch URLs in console output. It can now also <a href='http://martinsandsmark.wordpress.com/2013/11/02/mangonel-1-1-and-more/'>list processes when warning about quit</a>.");?>
 </p>
 
+<?php showscreenshotpng("dolphin.png", ""); ?>
+
 <p>
 <?php i18n("KWebKit adds the ability to <a href='http://dot.kde.org/2013/08/09/kde-commit-digest-7th-july-2013'>automatically scale content to match desktop resolution</a>. File manager Dolphin introduced a number of performance improvements in sorting and showing files, reducing memory usage and speeding things up. KRDC introduced automatic reconnecting in VNC and KDialog now provides access to 'detailedsorry' and 'detailederror' message boxes for more informative console scripts. Kopete updated its OTR plugin and the Jabber protocol has support for XEP-0264: File Transfer Thumbnails. Besides these features the main focus was on cleaning code up and fixing compile warnings.
 ");?>
--- trunk/www/sites/www/announcements/4.12/boilerplate.inc #1373290:1373291
@@ -15,7 +15,7 @@
 have done so.", $release_full);?> <br />
 <a name="package_locations"><em><?php i18n("Package Locations");?></em></a>.
 <?php print i18n_var("For a current list of available binary packages of which the KDE's Release Team has
-been informed, please visit the <a href='http://community.kde.org/KDE_SC/Binary_Packages#KDE_%1'>Community Wiki</a>.", $release_full);?>
+been informed, please visit the <a href='http://community.kde.org/KDE_SC/Binary_Packages#KDE_%1'>Community Wiki</a>.", "SC_".$release_full);?>
 </p>
 <p align="justify">
   <a name="source_code"></a>
--- trunk/www/sites/www/announcements/4.12/index.php #1373290:1373291
@@ -1,5 +1,5 @@
 <?php
-exit();
+
   include_once ("functions.inc");
   $translation_file = "www";
   $release = '4.12';
--- trunk/www/sites/www/announcements/index.php #1373290:1373291
@@ -10,6 +10,12 @@
 </p>
 <p />
 
+<!-- 4.12.0 released -->
+<strong>18th December 2013</strong> - <a href="4.12">KDE Announces 4.12</a>
+<br />
+"<em>KDE Ships Applications and Platform 4.12.</em>"
+<p />
+
 <!-- 4.11.4 released -->
 <strong>3th December 2013</strong> - <a href="announce-4.11.4.php">KDE Announces 4.11.4</a>
 <br />
--- trunk/www/sites/www/download/index.php #1373290:1373291
@@ -14,7 +14,7 @@
 <ul>
 <li><a href="#general">General Information</a></li>
 <li><a href="#try">Trying the KDE Software Compilation</a></li>
-<li><a href="#v4.11">KDE SC 4.11 (recommended for end users)</a></li>
+<li><a href="#v4.12">KDE SC 4.12 (recommended for end users)</a></li>
 <li><a href="#v3.5">KDE 3.5 (previous major version)</a></li>
 <li><a href="#winmac">KDE SC on Windows and Mac OS X</a></li>
 </ul>
@@ -82,11 +82,11 @@
 </p>
 
 
-<a name="v4.11"></a><h3>KDE SC 4.11</h3>
+<a name="v4.12"></a><h3>KDE SC 4.12</h3>
 <p>
-KDE SC 4.11 is the version for the majority of end users that look
+KDE SC 4.12 is the version for the majority of end users that look
 for the latest stable KDE software release. Please see the
-<a href="/info/4.11.4.php">4.11.4 Info Page</a> for details.
+<a href="/info/4.12.0.php">4.12.0 Info Page</a> for details.
 </p>
 
 <a name="v3.5"></a><h3>KDE 3 series</h3>
--- trunk/www/sites/www/index.php #1373290:1373291
@@ -42,6 +42,12 @@
 
 <h2><a name="announcements">Latest Announcements</a></h2>
 
+<p><b><a href="announcements/4.12">KDE Announces Applications and Platform 4.12</a></b><br/>
+December 18, 2013. KDE is delighted to announce its latest set of releases, providing major updates to
+<a href="announcements/4.12/applications.php">KDE Applications</a>, and the KDE Platform.
+Version 4.12.0 provides many new features, along with improved stability and performance. Find out more about 4.12's improvements in our <a href="announcements/4.12">visual feature guide</a>.
+</p>
+
 <p><b><a href="announcements/announce-4.11.4.php">KDE Ships December Updates to Plasma Workspaces, Applications and Platform</a></b><br/>
 December 3, 2013. Today KDE released updates for its Workspaces, Applications and Development Platform.
 These updates continue the series of monthly stabilization updates to the 4.11 series.
@@ -49,10 +55,6 @@
 As this release only contains bugfixes and translation updates, it will be a safe and pleasant update for everyone.
 </p>
 
-<p><b><a href="announcements/announce-4.12-rc.php">KDE Ships Release Candidate of Applications and Platform 4.12</a></b><br/>
-November 28, 2013. Today KDE released the release candidate of KDE Applications and Platform 4.12. 
-</p>
-
 <p><b><a href="announcements/announce-4.11.3.php">KDE Ships November Updates to Plasma Workspaces, Applications and Platform</a></b><br/>
 November 5, 2013. Today KDE released updates for its Workspaces, Applications and Development Platform.
 These updates continue the series of monthly stabilization updates to the 4.11 series.
--- trunk/www/sites/www/info/releases.php #1373290:1373291
@@ -8,7 +8,7 @@
 <h2>Current KDE SC Releases</h2>
 
 <p>
-<a href="4.11.4.php">KDE SC 4.11.4</a> (stable version)
+<a href="4.12.0.php">KDE SC 4.12.0</a> (stable version)
 </p>
 
 <p>


More information about the release-team mailing list