* Small Device C Compiler 2.7.0 released
authorborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 31 May 2007 20:45:20 +0000 (20:45 +0000)
committerborutr <borutr@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 31 May 2007 20:45:20 +0000 (20:45 +0000)
* .version, sdcc.spec, doc/sdccman.lyx, doc/INSTALL.txt:
  changed sdcc version to 2.7.1
* support/scripts/sdcc.nsi: added How to create WIN32 release setup.exe package

git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@4820 4a8a32a2-be11-0410-ad9d-d568d2c75423

.version
ChangeLog
doc/INSTALL.txt
doc/sdccman.lyx
sdcc.spec
support/scripts/sdcc.nsi

index 24ba9a38de68d00674ec97b283a967699716b9f4..860487ca19cedeaf219ae3caca5e14df61c44f18 100644 (file)
--- a/.version
+++ b/.version
@@ -1 +1 @@
-2.7.0
+2.7.1
index a5663054a8a275156696a6c77d92c90f51e5484c..5ca141b0ab63bb3340f831d858937e26b7b1b6fb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-05-31 Borut Razem <borut.razem AT siol.net>
+
+       * Small Device C Compiler 2.7.0 released
+       * .version, sdcc.spec, doc/sdccman.lyx, doc/INSTALL.txt:
+         changed sdcc version to 2.7.1
+       * support/scripts/sdcc.nsi: added How to create WIN32 release
+         setup.exe package
+
 2007-05-29 Maarten Brock <sourceforge.brock AT dse.nl>
 
        * doc/sdccman.lyx: documented initialization and allocation of absolute
index 0c0ad419790af63354bb286561c07a82fb15d161..28ff816b9b1e8b1373b64016a496ba0914716aff 100644 (file)
@@ -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.7.1-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.7.1-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.7.1-ppc-apple-macosx.tar.gz
 
 * Change to the sdcc directory and copy all files to /Developer/sdcc
     cp -r sdcc /Developer/sdcc
index a4be8f0a2e87cb27c64ff0e863375bf94ac2b334..d4618487e64f2df89f8fe33c012d584f7158b49f 100644 (file)
@@ -1,4 +1,4 @@
-#LyX 1.4.3 created this file. For more info see http://www.lyx.org/
+#LyX 1.4.4 created this file. For more info see http://www.lyx.org/
 \lyxformat 245
 \begin_document
 \begin_header
@@ -104,7 +104,7 @@ SDCC Compiler User Guide
 \begin_layout Date
 
 \size normal
-SDCC 2.7.0
+SDCC 2.7.1
 \size footnotesize
 
 \newline
index f72caf2605040264deb7134b10e1157a886661d4..389b7720cdfdf03ddeedca5e7c0921489ffe2234 100644 (file)
--- a/sdcc.spec
+++ b/sdcc.spec
@@ -8,7 +8,7 @@ License:       GPL
 Group:         Applications/Engineering
 Summary:       Small Device C Compiler
 Requires:      sdcc-common
-Version:       2.7.0
+Version:       2.7.1
 Release:       2
 Source:        %{name}-src-%{version}.tar.gz
 URL:           http://sdcc.sourceforge.net/
index 442b0259e21c3b31d602d5c5b0666c70b128c632..9900562fe365289c642ea3e2f453203058826532 100644 (file)
@@ -25,7 +25,7 @@
 
 # How to create WIN32 setup.exe
 #
-# - unpack WIN32 mingw daily snapshot sdcc-snapshot-i586-mingw32msvc-yyyymmdd.zip
+# - unpack WIN32 mingw daily snapshot sdcc-snapshot-i586-mingw32msvc-yyyymmdd-rrrr.zip
 #   to a clean directory (the option to create directories should be enabled).
 #   A sub directory sdcc is created (referenced as PKGDIR in continuation).
 # - copy files sdcc/support/scripts/sdcc.ico and sdcc/support/scripts/sdcc.nsi
 # - copy file COPYING from the sdcc Subversion snapshot to the PKGDIR directory,
 #   rename it to COPYING.TXT and convert file COPYING to DOS format:
 #   unix2dos COPYING.TXT
+# - copy readline5.dll to PKGDIR/bin/readline5.dll
 # - run NSIS installer from PKGDIR directory:
 #   "c:\Program Files\NSIS\makensis.exe" sdcc.nsi
 # - A setup file setup.exe is created in PKGDIR directory.
-#   Rename it to sdcc_yyyymmdd_setup.exe and upload it
+#   Rename it to sdcc-yyyymmdd-rrrr-setup.exe and upload it
 #   to sdcc download repository at sourceforge.net
 #
 #
+# How to create WIN32 release setup.exe package
+#
+# - unpack WIN32 mingw daily snapshot sdcc-snapshot-i586-mingw32msvc-yyyymmdd-rrrr.zip
+#   to a clean directory (the option to create directories should be enabled).
+#   A sub directory sdcc is created (referenced as PKGDIR in continuation).
+# - remove the PKGDIR/doc/README.TXT file
+# - unpack sdcc-doc-yyyymmdd-rrrr.zip to the PKGDIR/doc directory
+# - copy files sdcc/support/scripts/sdcc.ico and sdcc/support/scripts/sdcc.nsi
+#   (this file) from the sdcc Subversion snapshot to the PKGDIR directory
+# - copy file COPYING from the sdcc Subversion snapshot to the PKGDIR directory,
+#   rename it to COPYING.TXT and convert file COPYING to DOS format:
+#   unix2dos COPYING.TXT
+# - copy readline5.dll to PKGDIR/bin/readline5.dll
+# - run NSIS installer from PKGDIR directory:
+#   "c:\Program Files\NSIS\makensis.exe" -DFULL_DOC sdcc.nsi
+# - A setup file setup.exe is created in PKGDIR directory.
+#   Rename it to sdcc-x.x.x-setup.exe and upload it
+#   to sdcc download repository at sourceforge.net
+#
 # How to upload secc setup.exe tosourceforge.net
 #
 # Execute following commands from the cmd prompt: