r738 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Jul 23 18:22:47 EDT 2005


Author: icculus
Date: 2005-07-23 18:22:47 -0400 (Sat, 23 Jul 2005)
New Revision: 738

Modified:
   trunk/CHANGELOG
   trunk/Makefile.am.newautomake
   trunk/Makefile.am.oldautomake
Log:
Remove .svn dirs from release tarball.


Modified: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	2005-07-23 22:19:01 UTC (rev 737)
+++ trunk/CHANGELOG	2005-07-23 22:22:47 UTC (rev 738)
@@ -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

Modified: trunk/Makefile.am.newautomake
===================================================================
--- trunk/Makefile.am.newautomake	2005-07-23 22:19:01 UTC (rev 737)
+++ trunk/Makefile.am.newautomake	2005-07-23 22:22:47 UTC (rev 738)
@@ -156,4 +156,5 @@
 	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`
 

Modified: trunk/Makefile.am.oldautomake
===================================================================
--- trunk/Makefile.am.oldautomake	2005-07-23 22:19:01 UTC (rev 737)
+++ trunk/Makefile.am.oldautomake	2005-07-23 22:22:47 UTC (rev 738)
@@ -51,3 +51,4 @@
 	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`




More information about the physfs-commits mailing list