patch leading up to ivtools-1.1.2
[email protected] Mon, 8 Dec 2003 11:28:31 -0800
| Newsgroups | gmane.comp.lib.ivtools.patches |
|---|---|
| Message-ID | <a04320403bbfa811ab9fe@[68.125.197.60]> |
Patch: ivtools-031208-johnston-004 For: ivtools-1.1.1 Author: [email protected] Subject: patch leading up to ivtools-1.1.2 Requires: This is an intermediate patch to ivtools-1.1.1. To apply, cd to the top-level directory of the ivtools source tree (the directory with src and config subdirs), and apply like this: patch -p0 <ThisFile Summary of Changes: Index: config_ivtools/params.def diff -c config_ivtools/params.def:1.2 config_ivtools/params.def:1.3 *** config_ivtools/params.def:1.2 Mon Nov 17 22:24:27 2003 --- config/params.def Mon Dec 8 11:21:44 2003 *************** *** 27,33 **** * Name of the software release */ #ifndef Release ! #define Release ivtools-1.1.1 #endif RELEASE = Release --- 27,33 ---- * Name of the software release */ #ifndef Release ! #define Release ivtools-1.1.2 #endif RELEASE = Release *************** *** 36,42 **** * VersionNumber */ #ifndef Version ! #define Version 1.1.1 #endif VERSION = Version --- 36,42 ---- * VersionNumber */ #ifndef Version ! #define Version 1.1.2 #endif VERSION = Version Index: include_std/version.h diff -c include_std/version.h:1.1 include_std/version.h:1.2 *** include_std/version.h:1.1 Wed Oct 29 13:44:18 2003 --- src/include/ivstd/version.h Mon Dec 8 11:21:30 2003 *************** *** 1,3 **** ! #define IvtoolsVersion 1.1.0 ! #define VersionString "1.1.0" ! #define ReleaseString "ivtools-1.1.0" --- 1,3 ---- ! #define IvtoolsVersion 1.1.2 ! #define VersionString "1.1.2" ! #define ReleaseString "ivtools-1.1.2" Index: top_ivtools/CHANGES diff -c top_ivtools/CHANGES:1.2 top_ivtools/CHANGES:1.3 *** top_ivtools/CHANGES:1.2 Mon Dec 8 11:09:29 2003 --- ./CHANGES Mon Dec 8 11:20:21 2003 *************** *** 1,3 **** --- 1,12 ---- + December December 8th, 2003 ivtools-1.1.2 + + - fixes a problem with using gcc-2.95 to compile ivtools-1.1.*. It + avoids the use of a local copy of strstream.h, which worked fine for + gcc-3.3, but not for gcc-2.9.5. Instead it uses strstream directly, + and appends istrstream and ostrstream with the std:: using prefix. + Fix contributed by Mark Davies. + + November 16th, 2003 ivtools-1.1.1 - add missing src/include/ivstd/strstream.h to MANIFEST file and tar file Index: top_ivtools/INSTALL diff -c top_ivtools/INSTALL:1.2 top_ivtools/INSTALL:1.3 *** top_ivtools/INSTALL:1.2 Mon Dec 8 11:09:29 2003 --- ./INSTALL Mon Dec 8 11:20:21 2003 *************** *** 1,7 **** ! INSTALL for ivtools-1.1.1 ! Instructions for building ivtools-1.1 from source, the short version: ./configure make --- 1,7 ---- ! INSTALL for ivtools-1.1 ! Instructions for building ivtools-1.1.2 from source, the short version: ./configure make *************** *** 10,16 **** And if that doesn't work... ! Instructions for building ivtools-1.1 from source, the long version: 0. Compilation Environment --- 10,16 ---- And if that doesn't work... ! Instructions for building ivtools-1.1.2 from source, the long version: 0. Compilation Environment Index: top_ivtools/README diff -c top_ivtools/README:1.2 top_ivtools/README:1.3 *** top_ivtools/README:1.2 Mon Dec 8 11:09:29 2003 --- ./README Mon Dec 8 11:20:21 2003 *************** *** 2,8 **** README for ivtools 1.1 ! This directory contains a release of ivtools 1.1.1. You should read the rest of this file for information on what ivtools is and the INSTALL file for instructions on how to build it. --- 2,8 ---- README for ivtools 1.1 ! This directory contains a release of ivtools 1.1.2. You should read the rest of this file for information on what ivtools is and the INSTALL file for instructions on how to build it. Index: top_ivtools/VERSION diff -c top_ivtools/VERSION:1.2 top_ivtools/VERSION:1.3 *** top_ivtools/VERSION:1.2 Mon Dec 8 11:09:29 2003 --- ./VERSION Mon Dec 8 11:20:22 2003 *************** *** 1 **** ! Release 1.1.1 --- 1 ---- ! Release 1.1.2 *** /dev/null Mon Dec 8 11:21:57 PST 2003 --- patches/ivtools-031208-johnston-004 *************** patches/ivtools-031208-johnston-004 *** 0 **** --- 1 ---- + ivtools-031208-johnston-004 ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/