changeset 7db0ed55c216 in /home/hg/repos/gajim-website

author: Yann Leboulanger <[email protected]>
details:http://hg.gajim.org/gajim-website?cmd=changeset;node=7db0ed55c216
description: announce beta2 release
diffstat:

 downloads.php |  14 ++++++------
 index.php     |  62 +++++++++++++++++++++++++++++++++++-----------------------
 2 files changed, 44 insertions(+), 32 deletions(-)

diffs (159 lines):

diff -r b20fbcb989ab -r 7db0ed55c216 downloads.php
--- a/downloads.php     Tue Sep 03 20:44:16 2013 +0200
+++ b/downloads.php     Mon Dec 16 16:04:39 2013 +0100
@@ -8,7 +8,7 @@
 $last_version = "0.15.4";
 print ("   <br/>\n");
 print _("    Latest version of Gajim is")."  
<strong>".$last_version."</strong><br/>\n";
-printf(_("    A %s version is in test"), "<strong>0.16-beta1</strong>");
+printf(_("    A %s version is in test"), "<strong>0.16-beta2</strong>");
 print ("<br/>\n");
 print _("If your distribution doesn't have the latest version ");
 print _("you are advised to use the ")."<a 
href=\"#autopackage\">autopackage</a> "._("or the ")."<a 
href=\"#tarball\">"._("source tarball")."</a>\n";
@@ -20,8 +20,8 @@
 print ("</a>\n");
 print _("    If you use Debian unstable do")." <i>apt-get install gajim</i>\n";
 print ("    <br/>\n");
-printf(_("   The Debian package of %s is "), "0.16-beta1");
-print "<a 
href=\"ftp://ftp.gajim.org/debian/dists/unstable/main/binary-all/gajim_0.16~beta1-1_all.deb\";>"._("here")."</a>.<br
 />\n";
+printf(_("   The Debian package of %s is "), "0.16-beta2");
+print "<a 
href=\"ftp://ftp.gajim.org/debian/dists/unstable/main/binary-all/gajim_0.16~beta2-1_all.deb\";>"._("here")."</a>.<br
 />\n";
 print _("    A daily package from mercurial is also built. To use it, remove 
gajim")." (<i>apt-get remove gajim</i>), "._("add this line to your")." 
/etc/apt/sources.list:\n";
 print ("    <br/>\n");
 print ("    <i>deb ftp://ftp.gajim.org/debian unstable main</i>\n");
@@ -147,8 +147,8 @@
 print _("    There is a ")." <a 
href=\"downloads/".$download_folder."/gajim-".$last_version."-3.exe\">"._("Gajim
 installer")."</a>.\n";
 #print _("The installer doesn't contain translations because of a") . " <a 
href=\"https://bugzilla.gnome.org/show_bug.cgi?id=574520\";>" . _("GTK bug") . 
"</a>.\n";
 print ("    <br/>\n");
-print _("    Here is a")." <a 
href=\"downloads/0.16/gajim-0.16-beta1-1.exe\">"._("Gajim installer")."</a> ";
-printf(_("for %s version "), "0.16-beta1");
+print _("    Here is a")." <a 
href=\"downloads/0.16/gajim-0.16-beta2-1.exe\">"._("Gajim installer")."</a> ";
+printf(_("for %s version "), "0.16-beta2");
 print (".\n");
 print ("    <br/>\n");
 
@@ -159,8 +159,8 @@
 print ("   </h2>\n");
 print ("</a>\n");
 print _("    The tarball version of Gajim is ")."<a 
href=\"downloads/".$download_folder."/gajim-".$last_version.".tar.bz2\">"._("here")."</a>.
 "._("For information on how to build Gajim,")." <a 
href=\"http://hg.gajim.org/gajim/raw-file/tip/README.html\";>"._("see the 
<tt>README</tt>")."</a> ("._("in English").").<br />\n";
-printf(_("   The tarball version of %s is "), "0.16-beta1");
-print "<a 
href=\"downloads/0.16/gajim-0.16-beta1.tar.gz\">"._("here")."</a>.<br />\n";
+printf(_("   The tarball version of %s is "), "0.16-beta2");
+print "<a 
href=\"downloads/0.16/gajim-0.16-beta2.tar.gz\">"._("here")."</a>.<br />\n";
 print _("If you want to use the last unstable development version, then you 
should checkout the mercurial repository.\n");
 
 
diff -r b20fbcb989ab -r 7db0ed55c216 index.php
--- a/index.php Tue Sep 03 20:44:16 2013 +0200
+++ b/index.php Mon Dec 16 16:04:39 2013 +0100
@@ -50,52 +50,64 @@
 $tpl->set_var("NEWS_MAIN", _("NEWS"));
 
 $array_news_title = array(
-    0 => sprintf(_("Gajim %s is here!"), "0.15.4"),
-    1 => sprintf(_("Gajim %s is here!"), "0.15.3"),
-    2 => sprintf(_("Gajim %s is here!"), "0.15.2"),
-    3 => sprintf(_("Gajim %s is here!"), "0.15.1"),
-    4 => sprintf(_("Gajim %s is here!"), "0.15"),
+       0 => sprintf(_("Beta-release of Gajim %s"), "0.16"),
+    1 => sprintf(_("Gajim %s is here!"), "0.15.4"),
+    2 => sprintf(_("Gajim %s is here!"), "0.15.3"),
+    3 => sprintf(_("Gajim %s is here!"), "0.15.2"),
+    4 => sprintf(_("Gajim %s is here!"), "0.15.1"),
+    5 => sprintf(_("Gajim %s is here!"), "0.15"),
 );
 //     5 => sprintf(_("Release candidate 5 of Gajim %s"), "0.13"),
-//     6 => sprintf(_("Beta-release of Gajim %s"), "0.12"),
 //     7 => sprintf(_("Alpha-release of Gajim %s"), "0.12"));
 //     3 => sprintf(_("New windows installer")),
 $array_news_date = array(
-       0 => _("25 May 2013"),
-       1 => _("17 March 2013"),
-       2 => _("30 October 2012"),
-       3 => _("29 August 2012"),
-       4 => _("18 March 2012"),
+       0 => _("16 December 2013"),
+       1 => _("25 May 2013"),
+       2 => _("17 March 2013"),
+       3 => _("30 October 2012"),
+       4 => _("29 August 2012"),
+       5 => _("18 March 2012"),
 );
 
 $array_news_desc = array(
-    0 => sprintf(_("Version %s of Gajim has been released."), "0.15.4"),
-    1 => sprintf(_("Version %s of Gajim has been released."), "0.15.3"),
-    2 => sprintf(_("Version %s of Gajim has been released."), "0.15.2"),
-    3 => sprintf(_("Version %s of Gajim has been released."), "0.15.1"),
-    4 => sprintf(_("Version %s of Gajim has been released."), "0.15"),
+       0 => sprintf(_("Version %s will arrive soon."), "0.16"));
+    1 => sprintf(_("Version %s of Gajim has been released."), "0.15.4"),
+    2 => sprintf(_("Version %s of Gajim has been released."), "0.15.3"),
+    3 => sprintf(_("Version %s of Gajim has been released."), "0.15.2"),
+    4 => sprintf(_("Version %s of Gajim has been released."), "0.15.1"),
+    5 => sprintf(_("Version %s of Gajim has been released."), "0.15"),
 );
 //     6 => sprintf(_("Version %s will arrive very soon."), "0.12"),
 //     7 => sprintf(_("Version %s will arrive soon."), "0.12"));
 //     3 => sprintf(_("New Windows Installer with GTK+ included.")),
 
 $array_news_whats_new = array(
-       0 => sprintf(_("What's new since %s:"), "0.15.3"),
-       1 => sprintf(_("What's new since %s:"), "0.15.2"),
-       2 => sprintf(_("What's new since %s:"), "0.15.1"),
-       3 => sprintf(_("What's new since %s:"), "0.15"),
-       4 => sprintf(_("What's new since %s:"), "0.14.4"),
+       0 => sprintf(_("What's new since %s:"), "0.15.4"),
+       1 => sprintf(_("What's new since %s:"), "0.15.3"),
+       2 => sprintf(_("What's new since %s:"), "0.15.2"),
+       3 => sprintf(_("What's new since %s:"), "0.15.1"),
+       4 => sprintf(_("What's new since %s:"), "0.15"),
+       5 => sprintf(_("What's new since %s:"), "0.14.4"),
 );
 //     3 => sprintf(_("What's new in it:")),
 
 $array_news_items[0] = array(
+    0 => _("Improve File transfer"),
+    1 => _("Improve security"),
+    2 => _("Improve audio / video calls"),
+    3 => _("Last message correction"),
+    4 => _("Full changelog, see") . " <a href = 
\"http://hg.gajim.org/gajim/file/gajim-0.16-beta2/ChangeLog\";>"._("Full 
ChangeLog")."</a> ",
+    5 => "<a href = 
\"http://trac.gajim.org/query?status=closed&amp;milestone=0.16\";>"._("List of 
fixed bugs")."</a>",
+       );
+
+$array_news_items[1] = array(
     0 => _("Fix connection to non-SSL servers"),
     1 => _("Minor other fixes"),
     2 => _("Full changelog, see") . " <a href = 
\"http://hg.gajim.org/gajim/file/gajim-0.15.4/ChangeLog\";>"._("Full 
ChangeLog")."</a> ",
     3 => "<a href = 
\"http://trac.gajim.org/query?status=closed&amp;milestone=0.15.4\";>"._("List of 
fixed bugs")."</a>",
        );
 
-$array_news_items[1] = array(
+$array_news_items[2] = array(
     0 => _("Better handling of SSL errors"),
     1 => _("Better handling of canceling file transfer"),
     2 => _("Improve farstream calls"),
@@ -103,20 +115,20 @@
     4 => "<a href = 
\"http://trac.gajim.org/query?status=closed&amp;milestone=0.15.3\";>"._("List of 
fixed bugs")."</a>",
        );
 
-$array_news_items[2] = array(
+$array_news_items[3] = array(
     0 => _("Fix crash when pressing ESC in chat window"),
     1 => _("Full changelog, see") . " <a href = 
\"http://hg.gajim.org/gajim/file/gajim-0.15.2/ChangeLog\";>"._("Full 
ChangeLog")."</a> ",
     2 => "<a href = 
\"http://trac.gajim.org/query?status=closed&amp;milestone=0.15.2\";>"._("List of 
fixed bugs")."</a>",
        );
 
-$array_news_items[3] = array(
+$array_news_items[4] = array(
     0 => _("Switch to python-farstream"),
     1 => _("Fix several issues"),
     2 => _("Full changelog, see") . " <a href = 
\"http://hg.gajim.org/gajim/file/gajim-0.15.1/ChangeLog\";>"._("Full 
ChangeLog")."</a> ",
     3 => "<a href = 
\"http://trac.gajim.org/query?status=closed&amp;milestone=0.15.1\";>"._("List of 
fixed bugs")."</a>",
        );
 
-$array_news_items[4] = array(
+$array_news_items[5] = array(
     0 => _("Plugin system"),
     1 => _("Whiteboard (via a plugin)"),
     2 => _("Message archiving"),
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to