[Xfce4-commits] [www/www.xfce.org] 03/55: First draft of 4.14 release post
noreply at xfce.org
noreply at xfce.org
Mon Aug 12 02:52:25 CEST 2019
This is an automated email from the git hooks/post-receive script.
o c h o s i p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository www/www.xfce.org.
commit 6fc9985f0e8a231be574b0c53d97c46686bf0308
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Thu Aug 8 22:58:37 2019 +0200
First draft of 4.14 release post
---
pages/news-array.php | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/pages/news-array.php b/pages/news-array.php
index ca1b258..3d533d2 100644
--- a/pages/news-array.php
+++ b/pages/news-array.php
@@ -7,6 +7,28 @@
* */
$news = array (
+ array ('title' => R_('Xfce 4.14 released'),
+ 'version' => null,
+ 'date' => '12 aug 2019',
+ 'author' => 'Release Manager',
+ 'paragraphs' => array (
+ R_('Today, after 4 years and 5 months of work, we are pleased to announce the release of the Xfce desktop 4.14, a new stable version that supersedes Xfce 4.12.'),
+ R_('In this 4.14 cycle the main goal was to port all core components to Gtk3 (over Gtk2) and GDBus (over D-Bus GLib). Most components also received GObject Introspection support.'),
+ R_('Along the way we ended up polishing our user experience and introducing some new features (read below).'),
+ R_('The main highlights of this release are:'),
+ array(
+ '<ul>',
+ '<li>'.R_('').'</li>',
+ '</ul>'
+ ),
+ R_('An online tour of the changes in Xfce 4.14 can be viewed here:'),
+ '<a href="https://xfce.org/about/tour">https://xfce.org/about/tour</a>',
+ R_('A detailed overview of the changes between Xfce 4.12 and Xfce 4.14 releases can be found on the following page:'),
+ '<a href="https://xfce.org/download/changelogs">https://xfce.org/download/changelogs</a>',
+ R_('This release can be downloaded either as a set of individual packages or as a single fat tarball including all these individual versions:'),
+ '<a href="http://archive.xfce.org/xfce/4.14">http://archive.xfce.org/xfce/4.14</a>',
+ R_('Best regards,<br />The Xfce development team'))
+ ),
array ('title' => R_('Xfce 4.12 released'),
'version' => null,
'date' => '28 feb 2015',
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list