Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
abcl
abcl
Commits
0d729f70
Commit
0d729f70
authored
Apr 17, 2014
by
mevenson@1c010e3e-69d0-11dd-93a8-456734b0d56f
Browse files
Note changes for 1.3.1.
parent
9a535701
Changes
1
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
0d729f70
...
...
@@ -3,6 +3,52 @@ Version 1.4.0-dev
http://abcl.org/svn/trunk/
Unreleased.
Version 1.3.1
=============
http://abcl.org/svn/tags/1.3.1/
20-APR-2014
## Fixed
* Update to ASDF 3.1.0.103.
r14661
Fixes loading of Ironclad and other Quicklisp systems.
* Fix Uniform Naming Convention (aka "UNC" or "network") paths under Windows.
r14659
DIRECTORY now works again on UNC paths.
UNC paths may be either specified with either back slash (#\\) or
forward slash (#\/) doubled as the first character in a Pathname
namestring.
The patterns in
//<server>/<share>/[directories-and-files]
are parsed as
<server> is stored as HOST.
<share> is stored as DEVICE.
[directories-and-files] gets parsed as per the normal rules under
Windows.
Mixing namestrings with both backslash and slash characters can
lead to unpredictable results. It is recommended not to use
backslash characters in namestrings if it can be avoided. The
pathname printed representation is always normalized to using
forward slash delimiters.
* Find contrib based on system jar name.
r14657
From Olof-Joachim Frahm.
Version 1.3.0
=============
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment