From 3701534f4fc43dfdffddd514220f41d3006ad61c Mon Sep 17 00:00:00 2001 From: borutr Date: Sun, 9 Mar 2008 06:58:54 +0000 Subject: [PATCH] * .version, sdcc.spec, doc/sdccman.lyx, doc/INSTALL.txt: changed version to 2.8.0 * knownbugs.html: regenerated git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@5081 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- .version | 2 +- ChangeLog | 6 + doc/INSTALL.txt | 8 +- doc/knownbugs.html | 442 ++++++++++++++++++++++----------------------- doc/sdccman.lyx | 72 ++++++-- sdcc.spec | 2 +- 6 files changed, 283 insertions(+), 249 deletions(-) diff --git a/.version b/.version index a603bb50..834f2629 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.7.5 +2.8.0 diff --git a/ChangeLog b/ChangeLog index fd965578..92785000 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-03-09 Borut Razem + + * .version, sdcc.spec, doc/sdccman.lyx, doc/INSTALL.txt: + changed sdcc version to 2.8.0 + * knownbugs.html: regenerated + 2008-03-09 Raphael Neider * src/pic16/gen.c (pic16_mov2w_volatile): NEW, read volatile operands, diff --git a/doc/INSTALL.txt b/doc/INSTALL.txt index 0c0ad419..7eec776d 100644 --- a/doc/INSTALL.txt +++ b/doc/INSTALL.txt @@ -10,7 +10,7 @@ To install: cd ~ mkdir tmp cd tmp - tar xzf path/to/binary/kit/sdcc-2.7.0-i386-unknown-linux2.5.tar.gz + tar xzf path/to/binary/kit/sdcc-2.8.0-i386-unknown-linux2.5.tar.gz * Change to the sdcc directory and copy all files to /usr/local cd sdcc @@ -37,7 +37,7 @@ To install: * If you would like to keep a copy of your previous version, rename the directory where it's installed first -* Run sdcc-2.7.0-setup.exe +* Run sdcc-2.8.0-setup.exe By default this will install sdcc binaries into: C:\Program Files\SDCC\bin\ header files into: C:\Program Files\SDCC\include\ @@ -63,7 +63,7 @@ To install: cd ~ mkdir tmp cd tmp - tar xzf path/to/binary/kit/sdcc-2.7.0-ppc-apple-macosx.tar.gz + tar xzf path/to/binary/kit/sdcc-2.8.0-universal-apple-macosx.tar.gz * Change to the sdcc directory and copy all files to /Developer/sdcc cp -r sdcc /Developer/sdcc @@ -80,4 +80,4 @@ This should return sdcc's version number. Even if the default search paths look into /usr/local, sdcc is fully relocatable. Try `sdcc --print-search-dirs` if you have problems with header -or library files. See sdccman.[txt|pdf|html] for more detailed information. \ No newline at end of file +or library files. See sdccman.[txt|pdf|html] for more detailed information. diff --git a/doc/knownbugs.html b/doc/knownbugs.html index 00a88055..64392dcf 100644 --- a/doc/knownbugs.html +++ b/doc/knownbugs.html @@ -9,7 +9,7 @@ This file is generated automagicaly by gen_known_bugs.pl script. SourceForge.net: Known Bugs -

Small Device C Compiler - Release 2.7.0 Known Bug List

+

Small Device C Compiler - Release 2.8.0 Known Bug List