Skip to content

Commit

Permalink
Announce release of 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Dec 30, 2013
1 parent 9d034d0 commit 9dc05b5
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 13 deletions.
16 changes: 16 additions & 0 deletions download.phtml
Expand Up @@ -57,6 +57,22 @@ if ($latest_unstable) { ?>
</ul>
<?php } ?>

<?php
# Only show old stable download options if there really is an active unstable release
if ($old_stable) { ?>
<div class="featureborder">
<h2 class="featuretitle"><?php printf (T_("Old Stable release (%s)"), $old_stable)?></h2>
</div>
<p class="justify"><?php echo T_("This old stable release is the final version of the previous stable series. It's available for users who aren't ready for a major upgrade but want to make sure that they have all of the bugfixes from the old series.")?></p>
<p class="justify"><?php printf (T_("The last old stable release of <span class=\"gnucash\">GnuCash</span> is %s. Choose the download for your operating system below."), $old_stable)?></p>

<ul>
<li><?php printf (T_("GnuCash %s for"), $old_stable)?> <a href="<?php echo $download_path.$old_stable_win;?>">Microsoft Windows XP/Vista/7</a></li>
<li><?php printf (T_("GnuCash %s for"), $old_stable)?> Mac OS X <a href="<?php echo $download_path.$old_stable_mac_intel;?>">Intel</a> | <a href="<?php echo $download_path.$old_stable_mac_ppc;?>">PPC</a> | <a href="http://wiki.gnucash.org/wiki/MacOSX/<?php echo $old_stable;?>/Readme">Readme</a></li>
<li><a href="<?php echo $download_path.$old_stable_source;?>">bzip2 compressed tarball</a> <?php printf (T_("for GnuCash %s"), $old_stable)?></li>
</ul>
<?php } ?>

<div class="featureborder">
<h2 class="featuretitle"><?php echo T_("Other")?></h2>
</div>
Expand Down
13 changes: 10 additions & 3 deletions externals/global_params.php
Expand Up @@ -2,21 +2,28 @@
// This section defines the most recent version numbers for all platforms.
// Each platform can define its own latest version or follow the default.
// Both a latest stable version and a latest unstable version are defined.
$latest_stable = "2.4.13";
$latest_stable = "2.6.0";
# $latest_stable_win = $latest_stable."-1";
$latest_stable_win = $latest_stable;
# $latest_stable_mac_ppc = $latest_stable."-2";
$latest_stable_mac_ppc = $latest_stable;
# $latest_stable_mac_intel = $latest_stable."-2";
$latest_stable_mac_intel = $latest_stable;

$latest_unstable = "2.5.10";
# $latest_unstable = "2.5.10";
// There's currently no unstable release being worked on, so disable it
# $latest_unstable = False;
$latest_unstable = False;
$latest_unstable_win = $latest_unstable;
$latest_unstable_mac_ppc = $latest_unstable."-1";
$latest_unstable_mac_intel = $latest_unstable."-1";

$old_stable = "2.4.14";
// There's currently no unstable release being worked on, so disable it
# $old_stable = False;
$old_stable_win = $old_stable;
$old_stable_mac_ppc = $old_stable."-1";
$old_stable_mac_intel = $old_stable."-1";

// The definitions below use the latest version definitions above
// to define several paths that will be used on several pages
// on the website.
Expand Down
19 changes: 9 additions & 10 deletions news/130421-2.4.13.news
@@ -1,21 +1,21 @@
<b>Announcement:</b> GnuCash 2.4.13 Release
<b>Announcement:</b> GnuCash 2.4.14 Release
2013-04-21

<h2>GnuCash 2.4.13 released</h2>
<h2>GnuCash 2.4.14 released</h2>

<p>The GnuCash development team proudly announces GnuCash 2.4.13, another bug fix release in a series of stable of the GnuCash Free Accounting Software. With this release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX.</p>
<p>The GnuCash development team proudly announces GnuCash 2.4.14, another bug fix release in a series of stable of the GnuCash Free Accounting Software. With this release series, GnuCash can use an SQL database using SQLite3, MySQL or PostgreSQL. It runs on GNU/Linux, *BSD, Solaris, Microsoft Windows and Mac OSX.</p>

<h3>Getting GnuCash for Windows (Win32 binary)</h3>
<p>The <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.13-setup.exe">Gnucash 2.4.13 Win32 setup executable</a> can be downloaded from Sourceforge. It will install everything needed to run GnuCash.</p>
<p>The <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.14-setup.exe">Gnucash 2.4.14 Win32 setup executable</a> can be downloaded from Sourceforge. It will install everything needed to run GnuCash.</p>

<h3>Mac OSX binary</h3>
<p>The <a href="http://downloads.sourceforge.net/sourceforge/gnucash/Gnucash-Intel-2.4.13.dmg">Gnucash 2.4.13 MacOSX package</a> can be downloaded from Sourceforge as well.</p>
<p>The <a href="http://downloads.sourceforge.net/sourceforge/gnucash/Gnucash-Intel-2.4.14.dmg">Gnucash 2.4.14 MacOSX package</a> can be downloaded from Sourceforge as well.</p>

<h3>Getting GnuCash as source code</h3>
<p>If you want to compile GnuCash 2.4.13 for yourself, the source code can be downloaded from:</p>
<p>If you want to compile GnuCash 2.4.14 for yourself, the source code can be downloaded from:</p>
<ul>

<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.13.tar.bz2">bzip2</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.4.13/">all files</a>.</li>
<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.4.14.tar.bz2">bzip2</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.4.14/">all files</a>.</li>

<li>You can also checkout the sources directly from the subversion repository as <a href="http://wiki.gnucash.org/wiki/Subversion">described here.</a></li>
</ul>
Expand All @@ -24,12 +24,11 @@

<h3>Changes</h3>

<p>Between 2.4.12 and 2.4.13, the following bugfixes was included:</p>
<p>Between 2.4.13 and 2.4.14, the following bugfixes was included:</p>
<ul>
<li>Bug #697133: OFX file handling was broken in the Windows versions</li>
</ul>
<p>In 2.4.13, the following languages had their translations updated:
Danish, Dutch, German</p>
<p>In 2.4.14, the Danish translation was updated and a new Arabic translation was added.</p>

<h3>About the Program</h3>

Expand Down
30 changes: 30 additions & 0 deletions news/131230-2.6.0.news
@@ -0,0 +1,30 @@
<b>Announcement:</b> GnuCash 2.6.0 Release
2013-12-30

<h2>GnuCash 2.6.0 released</h2>

<p>The GnuCash development team proudly announces GnuCash 2.6.0, the first release in our new 2.6-stable series. Please <a href="http://gnucash.org/2.6-release-tour.phtml">take the tour</a> of all the new features. Details of the changes from the last unstable version can be found in <a href="https://github.com/Gnucash/gnucash/blob/38a0d336186caf67d89f30b57d4769c1f99cb7c1/NEWS">NEWS</a>.</p>

<h3>Getting GnuCash for Windows (Win32 binary)</h3>
<p>The <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.6.0-setup.exe">Gnucash 2.6.0 Win32 setup executable</a> can be downloaded from Sourceforge. It will install everything needed to run GnuCash.</p>

<h3>Mac OSX binary</h3>
<p>The <a href="http://downloads.sourceforge.net/sourceforge/gnucash/Gnucash-Intel-2.6.0.dmg">Gnucash 2.6.0 MacOSX package</a> can be downloaded from Sourceforge as well.</p>

<h3>Getting GnuCash as source code</h3>
<p>If you want to compile GnuCash 2.6.0 for yourself, the source code can be downloaded from:</p>
<ul>

<li>Sourceforge: <a href="http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.6.0.tar.bz2">bzip2</a>, <a href="http://sourceforge.net/projects/gnucash/files/gnucash%20(stable)/2.6.0/">all files</a>.</li>

<li>You can also checkout the sources directly from the git repository as <a href="http://wiki.gnucash.org/wiki/Git">described here.</a></li>
</ul>

<p>To compile GnuCash from the source code by yourself, you will need at least Gnome 2, Guile, and slib. In addition you will need swig if compiling from git. Please consult the README file in the sources for the exact list of dependencies and versions.</p>

<h3>About the Program</h3>

<p>GnuCash is a free, open source accounting program released under
the GNU General Public License (GPL) and available for GNU/Linux,
*BSD, Solaris, Mac OSX and Microsoft Windows. Programming on GnuCash
began in 1997, and its first stable release was in 1998.</p>

0 comments on commit 9dc05b5

Please sign in to comment.