fixed welcome text and copyright year in macOS package
original commit: 30076521c9216a8978f0b3c1369c74d28404418a
This commit is contained in:
parent
3761d229a1
commit
21043fb950
2
LOG
2
LOG
|
@ -1243,3 +1243,5 @@
|
||||||
bintar/Makefile rpm/Makefile pkg/Makefile wininstall/Makefile
|
bintar/Makefile rpm/Makefile pkg/Makefile wininstall/Makefile
|
||||||
wininstall/a6nt.wxs wininstall/i3nt.wxs wininstall/ta6nt.wxs
|
wininstall/a6nt.wxs wininstall/i3nt.wxs wininstall/ta6nt.wxs
|
||||||
wininstall/ti3nt.wxs
|
wininstall/ti3nt.wxs
|
||||||
|
- fixed welcome text and copyright year in macOS package
|
||||||
|
newrelease pkg/Makefile release_notes.stex
|
||||||
|
|
|
@ -156,7 +156,9 @@ sed -e "s/^version = .*/version = $R/" ../rpm/Makefile > rpm/Makefile
|
||||||
set updatedfiles = ($updatedfiles rpm/Makefile)
|
set updatedfiles = ($updatedfiles rpm/Makefile)
|
||||||
|
|
||||||
/bin/rm pkg/Makefile
|
/bin/rm pkg/Makefile
|
||||||
sed -e "s/^version = .*/version = $R/" ../pkg/Makefile > pkg/Makefile
|
sed -e "s/^version = .*/version = $R/" \
|
||||||
|
-e "s/© .* Cisco Systems/\© `date +%Y` Cisco Systems/" \
|
||||||
|
../pkg/Makefile > pkg/Makefile
|
||||||
set updatedfiles = ($updatedfiles pkg/Makefile)
|
set updatedfiles = ($updatedfiles pkg/Makefile)
|
||||||
|
|
||||||
mkdir wininstall
|
mkdir wininstall
|
||||||
|
|
|
@ -75,10 +75,9 @@ $(BUILDROOT)/Distribution: $(BUILDROOT)
|
||||||
chmod 644 $(BUILDROOT)/Distribution
|
chmod 644 $(BUILDROOT)/Distribution
|
||||||
|
|
||||||
$(BUILDROOT)/Resources/en.lproj/Welcome.html: $(BUILDROOT)/Resources/en.lproj
|
$(BUILDROOT)/Resources/en.lproj/Welcome.html: $(BUILDROOT)/Resources/en.lproj
|
||||||
echo 'cat << EOF > $(RESOURCES)/en.lproj/Welcome.html' >> $(BUILDROOT)/Resources/en.lproj/Welcome.html
|
echo '<html>' > $(BUILDROOT)/Resources/en.lproj/Welcome.html
|
||||||
echo '<html>' >> $(BUILDROOT)/Resources/en.lproj/Welcome.html
|
|
||||||
echo '<h3>Chez Scheme Version $(version)</h3>' >> $(BUILDROOT)/Resources/en.lproj/Welcome.html
|
echo '<h3>Chez Scheme Version $(version)</h3>' >> $(BUILDROOT)/Resources/en.lproj/Welcome.html
|
||||||
echo '<p>Copyright (c) 2017 Cisco Systems, Inc.</p>' >> $(BUILDROOT)/Resources/en.lproj/Welcome.html
|
echo '<p>Copyright © 2019 Cisco Systems, Inc.</p>' >> $(BUILDROOT)/Resources/en.lproj/Welcome.html
|
||||||
echo '<p>Chez Scheme is a programming language and an implementation of that language, with supporting tools and documentation.</p>' >> $(BUILDROOT)/Resources/en.lproj/Welcome.html
|
echo '<p>Chez Scheme is a programming language and an implementation of that language, with supporting tools and documentation.</p>' >> $(BUILDROOT)/Resources/en.lproj/Welcome.html
|
||||||
echo '</html>' >> $(BUILDROOT)/Resources/en.lproj/Welcome.html
|
echo '</html>' >> $(BUILDROOT)/Resources/en.lproj/Welcome.html
|
||||||
chmod 644 $(BUILDROOT)/Resources/en.lproj/Welcome.html
|
chmod 644 $(BUILDROOT)/Resources/en.lproj/Welcome.html
|
||||||
|
|
|
@ -1663,6 +1663,11 @@ in fasl files does not generally make sense.
|
||||||
%-----------------------------------------------------------------------------
|
%-----------------------------------------------------------------------------
|
||||||
\section{Bug Fixes}\label{section:bugfixes}
|
\section{Bug Fixes}\label{section:bugfixes}
|
||||||
|
|
||||||
|
\subsection{Welcome text in macOS package file (9.5.2)}
|
||||||
|
|
||||||
|
The welcome text and copyright year in the macOS package file was
|
||||||
|
corrected.
|
||||||
|
|
||||||
\subsection{Fasl representation change for recursive ftypes (9.5.2)}
|
\subsection{Fasl representation change for recursive ftypes (9.5.2)}
|
||||||
|
|
||||||
A bug in the reading of mutually recursive ftype definitions from
|
A bug in the reading of mutually recursive ftype definitions from
|
||||||
|
|
Loading…
Reference in New Issue
Block a user