Update
Showing
2 changed files
with
9 additions
and
1 deletions
1 | 2007-10-12 Sergey Poznyakoff <gray@gnu.org.ua> | 1 | 2007-10-12 Sergey Poznyakoff <gray@gnu.org.ua> |
2 | 2 | ||
3 | * NEWS: Update | ||
3 | * mailbox/url.c (url_parse0): The notation proto:///file means | 4 | * mailbox/url.c (url_parse0): The notation proto:///file means |
4 | absolute file name. | 5 | absolute file name. |
5 | * mailbox/testsuite/Urls: Likewise | 6 | * mailbox/testsuite/Urls: Likewise | ... | ... |
1 | GNU mailutils NEWS -- history of user-visible changes. 2007-07-05 | 1 | GNU mailutils NEWS -- history of user-visible changes. 2007-10-12 |
2 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. | 2 | Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. |
3 | See the end of file for copying conditions. | 3 | See the end of file for copying conditions. |
4 | 4 | ||
... | @@ -38,6 +38,13 @@ Any mu_url_get_.* accessors return MU_ERR_ENOENT if the corresponding | ... | @@ -38,6 +38,13 @@ Any mu_url_get_.* accessors return MU_ERR_ENOENT if the corresponding |
38 | field is not present in the object. Previous versions in that case | 38 | field is not present in the object. Previous versions in that case |
39 | returned 0 and stored empty string in the output buffer. | 39 | returned 0 and stored empty string in the output buffer. |
40 | 40 | ||
41 | * Fixed parsing of URLs similar to file:///a/b. | ||
42 | |||
43 | It is parsed as an absolute file name `a/b'. | ||
44 | |||
45 | Previous versions incorrectly understood such an URL as `a/b' | ||
46 | (relative file name). | ||
47 | |||
41 | 48 | ||
42 | Version 1.2: | 49 | Version 1.2: |
43 | 50 | ... | ... |
-
Please register or sign in to post a comment