Initial packaging of apr-1.5.0.
[profile/ivi/apr.git] / CHANGES
1                                                      -*- coding: utf-8 -*-
2 Changes for APR 1.5.0
3
4   *) Fix Linux kernel version check to recognize more versions,
5      including versions 3.10 and later.  PR 55690.  [Joe Orton,
6      Arfrever Frehtes Taifersar Arahesis <arfrever.fta gmail.com>]
7
8   *) Add apr_sockaddr_is_wildcard() to check if a socket address
9      refers to the wildcard address for the protocol family (e.g.,
10      0.0.0.0/INADDR_ANY for IPv4).  [Jeff Trawick]
11
12   *) apr_file_dup2() on Windows: Fix debug RTL assertion in when 
13      attempting to _commit(stdout) or _commit(stderr).  [Mike Rumph
14      <mike.rumph oracle.com>]
15
16   *) apr_socket_connect() on Windows: Handle WSAEISCONN.  PR 48736.
17      [<inoue ariel-networks.com>, Jeff Trawick]
18
19   *) z/OS: threadsafe apr_pollset_poll support for sockets [Greg Ames]
20
21   *) Windows:  Don't obtain a mutex for buffered file I/O unless the
22      file was opened with the APR_FOPEN_XTHREAD flag.  [Ivan Zhakov
23      <ivan visualsvn.com>]
24
25   *) Windows:  Create named shared memory segments under the "Local"
26      namespace if the caller is unprivileged, fixing an inability of
27      unprivileged callers to use apr_shm_create() with named shared
28      memory segments under recent Windows.  As before, shared memory
29      segments are created under the "Global" namespace for privileged
30      callers.  Add apr_shm_create_ex() and apr_shm_attach_ex(), which
31      provide the ability to override the normal namespace selection.
32      [Jeff Trawick]
33
34   *) Update compile settings for MINT OS.  PR 47181. [Alan Hourihane
35      <alanh fairlite.co.uk>]
36
37   *) Files and pipes on Windows:  Don't create an unused pollset when
38      files and pipes are opened.  [Mladen Turk]
39
40   *) apr_socket_timeout_set() on Windows: If the socket was in a non-
41      blocking state before, disable that setting so that timeouts work.
42      [Jeff Trawick]
43
44   *) File info APIs: Fix calculation of atime and mtime on AIX. PR 51146.
45      [Ruediger Pluem]
46
47   *) Add the apr_escape interface. [Graham Leggett]
48
49   *) Cygwin build fixes.  PRs 51016 and 55586.  [Carlo Bramini
50      <carlo.bramix libero.it>] 
51
52   *) Add apr_skiplist family. [Jim Jagielski]
53
54   *) Add experimental cmake-based build system for Windows.  Refer to 
55      README.cmake for more information.  [Jeff Trawick, Tom Donovan]
56
57   *) Add the apr_table_getm() call, which transparently handles the
58      merging of keys with multiple values. [Graham Leggett]
59
60   *) Add apr_hash_this_key(), apr_hash_this_key_len(), and 
61      apr_hash_this_val() for easier access to those attributes from
62      a hash iterator.  [Hyrum K. Wright <hyrum_wright mail.utexas.edu>]
63
64   *) MinGW/MSYS:  Support shared builds of APR, other general improvements
65      to support of this toolchain.  PR 46175.  [Carlo Bramini 
66      <carlo.bramix libero.it>]  
67
68   *) Improve platform detection by updating config.guess and config.sub.
69      [Rainer Jung]
70
71   *) apr_socket_opt_set: Add support for APR_SO_BROADCAST. PR 46389.
72      [Armin Müller <mueller itestra com>]
73
74   *) Enable platform specific support for the opening of a file or
75      pipe in non-blocking mode through the APR_FOPEN_NONBLOCK flag.
76      [Graham Leggett]
77
78 Changes for APR 1.4.x and later:
79
80   *) http://svn.apache.org/viewvc/apr/apr/branches/1.4.x/CHANGES?view=markup
81
82 Changes for APR 1.3.x and later:
83
84   *) http://svn.apache.org/viewvc/apr/apr/branches/1.3.x/CHANGES?view=markup
85
86 Changes for APR 1.2.x and later:
87
88   *) http://svn.apache.org/viewvc/apr/apr/branches/1.2.x/CHANGES?view=markup
89
90 Changes for APR 1.1.x and later:
91
92   *) http://svn.apache.org/viewvc/apr/apr/branches/1.1.x/CHANGES?view=markup
93
94 Changes for APR 1.0.x and later:
95
96   *) http://svn.apache.org/viewvc/apr/apr/branches/1.0.x/CHANGES?view=markup
97
98 Changes for APR 0.9.x and later/earlier:
99
100   *) http://svn.apache.org/viewvc/apr/apr/branches/0.9.x/CHANGES?view=markup