Update of /cvsroot/mingw/mingw-get
In directory vz-cvs-4.sog:/tmp/cvs-serv19846
Modified Files:
ChangeLog
Log Message:
Establish cache directory for source archive downloads.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/mingw/mingw-get/ChangeLog,v
retrieving revision 1.115
retrieving revision 1.116
diff -C2 -d -r1.115 -r1.116
*** ChangeLog 30 Aug 2011 18:04:06 -0000 1.115
--- ChangeLog 2 Oct 2011 06:35:48 -0000 1.116
***************
*** 1,2 ****
--- 1,9 ----
+ 2011-10-02 Keith Marshall <keithmarshall@...>
+
+ Establish cache directory for source archive downloads.
+
+ * src/mkpath.h (pkgSourceArchivePath): New function; declare it.
+ * src/mkpath.c (pkgSourceArchivePath): Implement it.
+
2011-08-30 Keith Marshall <keithmarshall@...>
|