Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/utils/ChangeLog')
-rw-r--r--winsup/utils/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index b365b95a0..837534c4e 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,3 +1,13 @@
+2011-10-10 Corinna Vinschen <corinna@vinschen.de>
+
+ * Align usage output, version output, as well as usage and version
+ option handling to use the same style throughout all Cygwin utils.
+ Throughout use program_invocation_short_name to refer to current
+ process name in Cygwin executables.
+ * utils.sgml: Align documentation to above change. Add missing
+ sections for getconf, ldd, and setmetamode.
+ * strace.cc (proc_child): Avoid compiler warning.
+
2011-10-10 Andy Koppe <andy.koppe@gmail.com>
Corinna Vinschen <corinna@vinschen.de>