Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
1181f094
...
1181f094e065a5f3b72ca9628e8d779917e5d6bc
authored
2007-10-12 07:52:08 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Update
1 parent
afe261ea
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
ChangeLog
NEWS
ChangeLog
View file @
1181f09
2007-10-12 Sergey Poznyakoff <gray@gnu.org.ua>
* NEWS: Update
* mailbox/url.c (url_parse0): The notation proto:///file means
absolute file name.
* mailbox/testsuite/Urls: Likewise
...
...
NEWS
View file @
1181f09
GNU mailutils NEWS -- history of user-visible changes. 2007-
07-05
GNU mailutils NEWS -- history of user-visible changes. 2007-
10-12
Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
See the end of file for copying conditions.
...
...
@@ -38,6 +38,13 @@ Any mu_url_get_.* accessors return MU_ERR_ENOENT if the corresponding
field is not present in the object. Previous versions in that case
returned 0 and stored empty string in the output buffer.
* Fixed parsing of URLs similar to file:///a/b.
It is parsed as an absolute file name `a/b'.
Previous versions incorrectly understood such an URL as `a/b'
(relative file name).
Version 1.2:
...
...
Please
register
or
sign in
to post a comment