Update of /cvsroot/mingw/mingw-get
In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv31176
Modified Files:
ChangeLog README
Log Message:
Add rudimentary help option.
Index: README
===================================================================
RCS file: /cvsroot/mingw/mingw-get/README,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** README 10 Sep 2010 01:44:24 -0000 1.4
--- README 10 Sep 2010 02:15:57 -0000 1.5
***************
*** 31,34 ****
--- 31,35 ----
mv libexec/mingw-get/mingw-get-0.dll~ libexec/mingw-get/mingw-get-0.dll
+ - Add --help|-h option
===============================================
Index: ChangeLog
===================================================================
RCS file: /cvsroot/mingw/mingw-get/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -C2 -d -r1.62 -r1.63
*** ChangeLog 10 Sep 2010 01:44:24 -0000 1.62
--- ChangeLog 10 Sep 2010 02:15:57 -0000 1.63
***************
*** 1,4 ****
--- 1,12 ----
2010-09-10 Charles Wilson <mingw@...>
+ Add rudimentary help option.
+
+ * README: Update release notes.
+
+ * src/clistub.c: Add --help option.
+
+ 2010-09-10 Charles Wilson <mingw@...>
+
Fix "mingw-get deletes itself" bug in last rites handling.
|