Changeset 14677
- Timestamp:
- 04/17/14 11:00:30 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3.1/CHANGES
r14640 r14677 1 Version 1.4.0-dev 2 ================= 3 http://abcl.org/svn/trunk/ 4 Unreleased. 5 6 Version 1.3.1 7 ============= 8 http://abcl.org/svn/tags/1.3.1/ 9 20-APR-2014 10 11 ## Fixed 12 13 * Update to ASDF 3.1.0.103. 14 r14661 15 16 Fixes loading of Ironclad and other Quicklisp systems. 17 18 * Fix Uniform Naming Convention (aka "UNC" or "network") paths under Windows. 19 r14659 20 21 DIRECTORY now works again on UNC paths. 22 23 UNC paths may be either specified with either back slash (#\\) or 24 forward slash (#\/) doubled as the first character in a Pathname 25 namestring. 26 27 The patterns in 28 29 //<server>/<share>/[directories-and-files] 30 31 are parsed as 32 33 <server> is stored as HOST. 34 35 <share> is stored as DEVICE. 36 37 [directories-and-files] gets parsed as per the normal rules under 38 Windows. 39 40 Mixing namestrings with both backslash and slash characters can 41 lead to unpredictable results. It is recommended not to use 42 backslash characters in namestrings if it can be avoided. The 43 pathname printed representation is always normalized to using 44 forward slash delimiters. 45 46 47 * Find contrib based on system jar name. 48 r14657 49 50 From Olof-Joachim Frahm. 51 52 1 53 Version 1.3.0 2 54 =============
Note: See TracChangeset
for help on using the changeset viewer.