]> cygwin.com Git - cygwin-apps/cygutils.git/commitdiff
Prep for release
authorCharles Wilson <cygwin@cwilson.fastmail.fm>
Sat, 27 Apr 2013 23:05:17 +0000 (23:05 +0000)
committerCharles Wilson <cygwin@cwilson.fastmail.fm>
Sat, 27 Apr 2013 23:05:17 +0000 (23:05 +0000)
AUTHORS
ChangeLog
NEWS
README

diff --git a/AUTHORS b/AUTHORS
index d4496019140b4f85dbc6a2336050ae71ee2b5a4c..2e950b2c38ca4c8e7a2f58dc5ebdf803606734b1 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -68,3 +68,7 @@ Christopher Faylor <....>
   rename.c, rename.1 (taken from util-linux)
   (GPL)
 
+Daniel Colascione
+  winln.c, winln.1
+  (GPLv3)
+
index 83ffbf2229d8ad62194a2059e607b9256a00b11b..b9c9bd42c0b39e9073d9c4de6cd0bd0b910a6cd8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2013-04-27  Charles Wilson  <cwilson@...>
+
+       Prep for release.
+       * AUTHORS: Add Daniel Colascione.
+       * README: Add winln.
+       * NEWS: Update documentation.
+
+2013-04-02  Daniel Colascione <dancol@...>
+
+       Add winln, a ln(1) workalike that generates Windows
+       symbolic links instead of Cygwin ones.
+
+       * configure.ac: Require $AR program.
+       * Makefile.am: Add winln to program list.
+       * src/winln/winln.c: New.
+       * src/winln/winln.1: New.
+       * PROGLIST: Describe winln.
+
 2013-02-20  Yaakov Selkowitz  <yselkowitz@...>
 
        New w32api and cross build fixes
diff --git a/NEWS b/NEWS
index a1ec4e5c36509ccf8c8f3c01b3d715ed3aae47c5..8ab28e05ec962e9a661627ed67b3ddd59f51ad7e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+1.4.12
+  * winln: new ln workalike that produces "native" windows
+    shortcuts. Daniel Colascione.
+  * Build fixes adapting to new w32api.
+  * Bugfixes for lpr and readshortcut (already present in
+    1.4.10-2 cygwin release).
+
 1.4.10
   * getclip and putclip now support new cygwin-1.7.13+ clipboard format.
   * cygstart now supports file:// and mailto: URLs (Yaakov Selkowitz)
diff --git a/README b/README
index 25bd83fd2c8f6bf78221916ac2e489dfff7fadfb..cec64a9f8b10a1c35cfe9acc6f6c74f854a2b64a 100644 (file)
--- a/README
+++ b/README
@@ -48,7 +48,7 @@ What's in this package:
 -------------------------------
 GPLv3+:
  banner     cygdrop       cygicons.dll   cygstart    dump
- lpr        mkshortcut    readshortcut
+ lpr        mkshortcut    readshortcut   winln
 
  Clipboard:
  putclip   getclip
This page took 0.034721 seconds and 5 git commands to generate.