Version 0.18.5b released

Announcements about new releases and updates.
Post Reply
coderJeff
Site Admin
Posts: 4313
Joined: Nov 04, 2005 14:23
Location: Ontario, Canada
Contact:

Version 0.18.5b released

Post by coderJeff »

This is a maintenance release for the 0.18 development branch. Specific issues related to packaging, installation, and running FreeBASIC have been addressed in this release. This is likely to be the last release in the 0.18 series as development continues on in version 0.20.

The v0.18.5b changelog is available here: http://www.freebasic.net/index.php/deta ... =rls&id=12

Most important changes:

Linux:
We offer two packages: A "native" package (as in the previous release 0.18.4) that is preconfigured for installation at /usr/local, and a "standalone" package that can be installed to /usr/share/freebasic (and like in earlier versions, it can be run directly from the package/development tree).
- use install.sh for the "prefixed" version (installs to /usr/local by default)
- use install-standalone.sh for the "standalone" version (installs to /usr/share/freebasic by default)
- target directories have been added to the prefixed version. ( i.e. /usr/local/lib/freebasic/<target>. The 0.18.4 release did not use <target> directories making it difficult/impossible to set-up a cross compiler. )

Windows:
- fixed a serious bug in the win32 graphics driver where cleanup routines were being called twice. If you installed 0.18.4, you should install 0.18.5 or at least get the updated graphics library here: FreeBASIC-v0.18.5b-win32-libfbgfx.zip
- a few pre-built import libraries were missing and are now included in the installer

DOS:
- changed to gdb 6.4 - i386 (gdb.exe in the last several versions was built for i786 making it impossible to use on older architectures)


DOWNLOADS:

Windows v0.18.5b (2008-04-17):
http://downloads.sourceforge.net/fbc/Fr ... e?download
http://downloads.sourceforge.net/fbc/Fr ... p?download

Linux v0.18.5b (2008-04-17):
- preconfigured for installation at /usr/local
http://downloads.sourceforge.net/fbc/Fr ... z?download

Linux v0.18.5b standalone (2008-04-17):
http://downloads.sourceforge.net/fbc/Fr ... z?download

DOS v0.18.5b (2008-04-17):
http://downloads.sourceforge.net/fbc/Fr ... p?download

Source v0.18.5b (2008-04-17):
http://downloads.sourceforge.net/fbc/Fr ... z?download

Manual:
http://downloads.sourceforge.net/fbc/FB ... p?download
or
visit the online wiki at http://www.freebasic.net/wiki
Post Reply