diff --git a/externals/global_params.php b/externals/global_params.php index dc6722ea..674a16f6 100644 --- a/externals/global_params.php +++ b/externals/global_params.php @@ -10,12 +10,12 @@ # $latest_stable_mac_intel = $latest_stable."-2"; $latest_stable_mac_intel = $latest_stable; - $latest_unstable = "2.5.6"; + $latest_unstable = "2.5.7"; // There's currently no unstable release being worked on, so disable it # $latest_unstable = False; $latest_unstable_win = $latest_unstable; $latest_unstable_mac_ppc = $latest_unstable."-1"; - $latest_unstable_mac_intel = $latest_unstable."-3"; + $latest_unstable_mac_intel = $latest_unstable."-1"; // The definitions below use the latest version definitions above // to define several paths that will be used on several pages diff --git a/news/131104-announce-2.5.7.news b/news/131104-announce-2.5.7.news new file mode 100644 index 00000000..8d42fa5b --- /dev/null +++ b/news/131104-announce-2.5.7.news @@ -0,0 +1,209 @@ +Announcement: GnuCash 2.5.7 (Unstable) Release +2013-11-04 + +

GnuCash 2.5.7 (Unstable) released

+ +

The GnuCash development team proudly announces GnuCash 2.5.7, +the eighth release in the 2.5.x series of the GnuCash +Free Accounting Software which will eventually lead to the stable +version 2.6.0. It runs on GNU/Linux, *BSD, Solaris and Mac OSX.

+ +
+

WARNING: This is an UNSTABLE version of GnuCash.

+ +

This release is intended for developers and testers who want to +help find bugs and other problems to make the eventual stable release +better.

+ +

Make sure you make backups of any files used in testing versions +of GnuCash in the 2.5.x series. Although the developers go to great +lengths to ensure that no data will be lost we cannot guarantee that +your data will not be affected if for some reason GnuCash crashes in +testing these releases.

+ +
+ +
+

NOTE: The latest stable version is 2.4.13.

+
+ +

Please TEST, TEST, and TEST some more any and all features important to you. +Then post any bugs you find to Bugzilla

+

Major changes in the 2.5 series

+ + + +

Changes Since the Last Unstable Release

+ + +

Caveats for Testers

+

Any 2.5.x version might crash unexpectedly. If you must test +with important data in a 2.5.x release and are using the XML file +backend for data storage, be sure to save the file frequently. If you +are using the SQL backend, this is not required as every change is +saved immediately to the database.

+ +

Although the screenshots have been updated in the documentation, +much of the wording still describes GnuCash-2.4. Please help update +the documentation: See the development wiki +page on how to get involved.

+ +

How can you help?

+ + + +

Getting GnuCash

+

Source code for GnuCash 2.5.7 can be downloaded from multiple locations:

+ + +

To install GnuCash, you will need Gnome 2 and guile 1.8 or 2.0, +including devel packages. In addition you will need swig (swig-2.0.10 +for guile 2.0, see the note at the top) if compiling from subversion +or git.

+ +

Win32 and MacOSX binary

+

The following pre-compiled application packages are also available:

+ + +

About the Program

+

GnuCash is a free, open source accounting program released under +the GNU General Public License (GPL) Version 2 or Version 3 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.