summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-10-12 07:52:08 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-10-12 07:52:08 +0000
commit1181f094e065a5f3b72ca9628e8d779917e5d6bc (patch)
treea06ac4714c1a92a9e6715436f38007e027803cee
parentafe261ea835f6f439ae1ed75a841884780895ad1 (diff)
downloadmailutils-1181f094e065a5f3b72ca9628e8d779917e5d6bc.tar.gz
mailutils-1181f094e065a5f3b72ca9628e8d779917e5d6bc.tar.bz2
Update
-rw-r--r--ChangeLog1
-rw-r--r--NEWS9
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0356636c9..45bbf8fc3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,15 @@
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
2007-09-04 Sergey Poznyakoff <gray@gnu.org.ua>
* README: Reword yesterdays changing by pointing to the
documentation, instead of the raw texi file.
* doc/texinfo/Makefile.am (master-menu, untabify, final): New
goals.
* doc/texinfo/mastermenu.el, doc/texinfo/untabify.el: New files
* doc/texinfo/mailutils.texi: Rebuild master menu.
diff --git a/NEWS b/NEWS
index 48b1fa1f1..4fff2eac9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,13 @@
-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.
Please send mailutils bug reports to <bug-mailutils@gnu.org>.
Version 1.2.1:
* New `aget' and `sget' accessors for mu_url_t
The following new accessors are provided:
@@ -29,24 +29,31 @@ extern int mu_url_aget_host (const mu_url_t, char **);
extern int mu_url_sget_path (const mu_url_t, const char **);
extern int mu_url_aget_path (const mu_url_t, char **);
extern int mu_url_sget_query (const mu_url_t, const char **);
extern int mu_url_aget_query (const mu_url_t, char **);
* Incompatible change in mu_url_get_.* return value
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:
* GPLv3
The programs in this release are licensed under the GNU General Public License
version 3. The libraries are covered by the GNU Lesser General Public License
version 3.
* `libmailbox' library
** mu_stream_wait and mu_fd_wait allow to wait for exceptional conditions.

Return to:

Send suggestions and report system problems to the System administrator.