diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2012-04-05 13:41:49 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2012-04-05 13:41:49 +0000 |
commit | 260738bd33d8f56861b6a4dd5bf12bc611068a5f (patch) | |
tree | 07800195793f7d621fd3e592e8e5525416ca0ad6 | |
parent | ba17d0ed883875f15d02c0764e7c7ed3685f4ecc (diff) | |
download | cygnal-260738bd33d8f56861b6a4dd5bf12bc611068a5f.tar.gz cygnal-260738bd33d8f56861b6a4dd5bf12bc611068a5f.tar.bz2 cygnal-260738bd33d8f56861b6a4dd5bf12bc611068a5f.zip |
* new-features.sgml (ov-new1.7.13): New section. Add entry for
mkpasswd/mkgroup change to print TrustedInstaller account.
-rw-r--r-- | winsup/doc/ChangeLog | 5 | ||||
-rw-r--r-- | winsup/doc/new-features.sgml | 13 |
2 files changed, 18 insertions, 0 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog index abec3b319..456ed9d7d 100644 --- a/winsup/doc/ChangeLog +++ b/winsup/doc/ChangeLog @@ -1,3 +1,8 @@ +2012-04-05 Corinna Vinschen <corinna@vinschen.de> + + * new-features.sgml (ov-new1.7.13): New section. Add entry for + mkpasswd/mkgroup change to print TrustedInstaller account. + 2012-04-03 Corinna Vinschen <corinna@vinschen.de> * new-features.sgml (ov-new1.7.12): Fix layout of flock example. diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml index b1f907f87..58417451a 100644 --- a/winsup/doc/new-features.sgml +++ b/winsup/doc/new-features.sgml @@ -1,5 +1,18 @@ <sect1 id="ov-new1.7"><title>What's new and what changed in Cygwin 1.7</title> +<sect2 id="ov-new1.7.13"><title>What's new and what changed from 1.7.12 to 1.7.13</title> + +<itemizedlist mark="bullet"> + +<listitem><para> +mkpasswd and mkgroup now try to print an entry for the TrustedInstaller +account existing since Windows Vista/Server 2008. +</para></listitem> + +</itemizedlist> + +</sect2> + <sect2 id="ov-new1.7.12"><title>What's new and what changed from 1.7.11 to 1.7.12</title> <itemizedlist mark="bullet"> |