- updated newrelease to produce the correct log-entry format and

fixed the existing 9.4.1 log entry
    newrelease, LOG
- replaced a couple of tabs
    number.c

original commit: 0f0468ffd26fcd08c052df484e651ac042d93b74
This commit is contained in:
dybvig 2016-05-18 23:48:37 -04:00
parent aa62ffb153
commit e7852b36e5
3 changed files with 14 additions and 9 deletions

7
LOG
View File

@ -168,8 +168,13 @@
pdhtml.ss
9.4.1 changes:
* updated version to 9.4.1
- updated version to 9.4.1
bintar BUILDING NOTICE makefiles/Mf-install.in scheme.1.in
c/Makefile.i3nt c/Makefile.a6nt c/Makefile.ti3nt c/Makefile.ta6nt
mats/bldnt.bat workarea c/scheme.rc s/7.ss s/cmacros.ss
release_notes/release_notes.stex csug/csug.stex
- updated newrelease to produce the correct log-entry format and
fixed the existing 9.4.1 log entry
newrelease, LOG
- replaced a couple of tabs
number.c

View File

@ -141,7 +141,7 @@ set updatedfiles = ($updatedfiles csug/csug.stex)
cat ../LOG > LOG
echo "" >> LOG
echo "$R changes:" >> LOG
echo " * updated version to $R" >> LOG
echo "- updated version to $R" >> LOG
echo $updatedfiles | sed -e 's/^/ /' | fmt >> LOG
exit 0