Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove .svn dirs from release tarball.
  • Loading branch information
icculus committed Jul 23, 2005
1 parent 31443d2 commit 8365cbd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG
Expand Up @@ -4,8 +4,9 @@

07232005 - Fixed bug in zip archiver (thanks, J�rg Walter!).
More minor OS/2 tweaks. Updated zlib to 1.2.3, which properly
includes the security fix. Fixed "make dist".
Upped version to 1.1.0 ... first release of 1.1 dev branch!
includes the security fix. Fixed "make dist" to handle .svn dirs
and other file changes. Upped version to 1.1.0 ... first release
of 1.1 dev branch!
07212005 - Patched to compile on OS/2 again.
07132005 - Updated zlib to 1.2.2, and patched it for this security hole:
http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2096
Expand Down
1 change: 1 addition & 0 deletions Makefile.am.newautomake
Expand Up @@ -156,4 +156,5 @@ dist-hook:
echo " or can be read online at http://icculus.org/physfs/docs/" >> $(distdir)/docs/README
echo >> $(distdir)/docs/README
rm -rf `find $(distdir) -name "CVS" -type d`
rm -rf `find $(distdir) -name ".svn" -type d`

1 change: 1 addition & 0 deletions Makefile.am.oldautomake
Expand Up @@ -51,3 +51,4 @@ dist-hook:
echo " or can be read online at http://icculus.org/physfs/docs/" >> $(distdir)/docs/README
echo >> $(distdir)/docs/README
rm -rf `find $(distdir) -name "CVS" -type d`
rm -rf `find $(distdir) -name ".svn" -type d`

0 comments on commit 8365cbd

Please sign in to comment.