/[Apache-SVN]/apr/apr/branches/1.4.x/CHANGES
ViewVC logotype

Contents of /apr/apr/branches/1.4.x/CHANGES

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1560015 - (show annotations) (download)
Tue Jan 21 14:00:48 2014 UTC (9 years, 5 months ago) by trawick
File size: 10051 byte(s)
fix bug number on 

     Avoid a redundant fcntl() call in apr_file_open() where O_CLOEXEC
     is supported.  PR 48557.

(was 46297)

1 -*- coding: utf-8 -*-
2 Changes for APR 1.4.9
3
4 *) Fix race condition when calling apr_dir_make_recursive from
5 multiple threads on Windows.
6 [Bert Huijben]
7
8 *) Add experimental cmake-based build system for Windows. Refer to
9 README.cmake for more information. [Jeff Trawick, Tom Donovan]
10
11 *) configure: Fix detection of O_NONBLOCK inheritance broken in
12 1.4.7. [Rainer Jung]
13
14 *) Improve platform detection by updating config.guess and config.sub.
15 [Rainer Jung]
16
17 Changes for APR 1.4.8
18
19 *) Fix compilation with FreeBSD on ARM. [Olli Hauer <ohauer gmx.de>]
20
21 *) Fix 1.4.7 regression in apr_mcast_hops() and apr_mcast_loopback()
22 for AF_INET (IPv4) sockets on most Unix platforms. [Joe Orton]
23
24 *) Fix the return value of apr_threadattr_detach_get() on some
25 platforms like OS X and Solaris. [Rainer Jung, <dusanv gmail com>]
26
27 Changes for APR 1.4.7
28
29 *) Fix apr_sockaddr_info_get() not returning an error in some cases.
30 PR 54779. [Jan Kaluža <jkaluza redhat com>]
31
32 *) Fix amd64 assembler version of apr_atomic_xchgptr(). PR 51851. [Mattias
33 Engdegård <mattiase acm org>]
34
35 *) Fix PPC atomics to work with gcc 4.0. PR 54840. [Mattias Engdegård
36 <mattiase acm org>]
37
38 *) configure: Fix detection of O_NONBLOCK inheritance on busy
39 systems. [Rainer Jung]
40
41 *) Remove unused code, fix strict C compliance bug in SHA-256
42 implementation. [Jan Kaluza <jkaluza redhat.com>]
43
44 *) Fix apr_ipsubnet_test() false positives when comparing IPv4
45 subnet representation against an IPv6 address. PR 54047. [Joe Orton]
46
47 *) apr_socket_accept_filter: Return success when trying to again set
48 the filter to the same value as before, avoiding an unhelpful
49 APR_EINVAL. PR 37863. [Jeff Trawick]
50
51 *) configure: Fix Linux 3.x detection. PR 54001. [Gilles Espinasse
52 <g esp free fr>]
53
54 *) apr_time_exp_*() on Windows: Fix error in the tm_yday field of
55 apr_time_exp_t for times within leap years. PR 53175.
56 [Jeff Trawick]
57
58 *) Improve platform detection by updating config.guess and config.sub.
59 [Rainer Jung]
60
61 *) Add support for OSX Mountain Lion (10.8) [Jim Jagielski]
62
63 *) Add various gcc function attributes. [Stefan Fritsch]
64
65 *) Fix some problems in apr_sockaddr_info_get() when trying to resolve
66 the loopback addresses of a protocol family that is not otherwise
67 configured on the system. PR 52709. [Nirgal Vourgère
68 <jmv_deb nirgal com>, Stefan Fritsch]
69
70 *) Fix file not being unlocked if truncate call on a file fails.
71 [Mladen Turk]
72
73 *) apr_mcast_hops: Fix EINVAL for IPv6 sockets caused by using byte
74 instead integer for setsockopt. [Mladen Turk]
75
76 *) Windows: Fix compile-time checks for 64-bit builds, resolving a
77 crash in httpd's mod_rewrite. PR 49155. [<anindyabaruah gmail.com>]
78
79 Changes for APR 1.4.6
80
81 *) Flush write buffer before truncate call on a file.
82 [Mladen Turk]
83
84 *) Randomise hashes by providing a seed.
85 Assigned CVE-2012-0840, oCERT-2011-003, but not known to be exploitable.
86 [Bojan Smojver, Branko Čibej, Ruediger Pluem et al.]
87
88 *) apr_random: Prevent segfault if pool used to initialize apr_random is
89 destroyed before forking. [Stefan Fritsch]
90
91 *) testrand: Improve child randomness test case. [Rainer Jung]
92
93 *) apr_proc_fork, apr_random_after_fork: disambiguate what happens to the
94 proc structure passed in, and ensure that the pid is set correctly in
95 a newly created child; note that merely mixing a PID into the random
96 seed of a new child doesn't markedly increase entropy. [Sander Temme]
97
98 *) apr_file_open: Avoid fcntl() calls if support for O_CLOEXEC works.
99 PR 48557. [Mike Frysinger <vapier gentoo org>]
100
101 *) apr_dir_make_recursive: Fix race condition that could lead to EEXIST
102 being returned. PR 51254. [William Lee <william lee rainstor com>,
103 Wim Lewis <wiml omnigroup com>]
104
105 *) configure: Fix APR_RESTORE_THE_ENVIRONMENT if the original variable was
106 a single space. PR 50334. [Nathan Phillip Brink <binki gentoo org>]
107
108 *) apr_proc_create: Don't close any of the new stdin/stdout/stderr in the
109 child if it already has the correct FD. PR 51995.
110 [Dan Ports <drkp csail mit edu>]
111
112 *) Fix flag character '#' in combination with format character 'x' in
113 apr snprintf implementations. [Rainer Jung]
114
115 *) Improve platform detection by updating config.guess and config.sub.
116 [Rainer Jung]
117
118 *) Add libtool2 files to extraclean make target. [Rainer Jung]
119
120 *) Don't overwrite our config.guess and config.sub
121 when running buildconf. [Rainer Jung]
122
123 *) Silence autoconf 2.68 warnings. [Rainer Jung]
124
125 Changes for APR 1.4.5
126
127 *) Security: CVE-2011-1928
128 apr_fnmatch(): Fix high CPU loop. [William Rowe]
129
130 *) Fix top_builddir in installed apr_rules.mk. [Bojan Smojver]
131
132 Changes for APR 1.4.4
133
134 *) Windows: Fix command-line builds. [William Rowe]
135
136 Changes for APR 1.4.3
137
138 *) Security: CVE-2011-0419
139 Reimplement apr_fnmatch() from scratch using a non-recursive
140 algorithm; now has improved compliance with the fnmatch() spec.
141 [William Rowe]
142
143 *) Fix environment-related crash using some non-standard builds on
144 Windows 7/Server 2008. [Steve Hay <SteveHay planit.com>]
145
146 *) poll, pollset, pollcb on Windows: Handle calls with no file/socket
147 descriptors. PR 49882. [Stefan Ruppert <sr myarm.com>, Jeff Trawick]
148
149 *) Fix APR_IPV6_V6ONLY issues on Windows related to run-time behavior
150 on Windows older than Vista and SDK/MinGW levels without IPV6_V6ONLY.
151 PR 45321. [Sob <sob hisoftware.cz>]
152
153 *) Fix address handling when accepting an AF_INET socket from a socket
154 bound as AF_INET6. PR 49678. [Joe Orton]
155
156 *) Fix error return values from apr_sockaddr_info_get() on Windows for
157 IPv6 builds. [Ivan Zhakov <ivan visualsvn.com>]
158
159 *) Add new experimental configure option --enable-allocator-uses-mmap to
160 use mmap instead of malloc in apr_allocator_alloc(). This greatly reduces
161 memory fragmentation with malloc implementations (e.g. glibc) that
162 don't handle allocationss of a page-size-multiples in an efficient way.
163 It also makes apr_allocator_max_free_set() actually have some effect
164 on such platforms. [Stefan Fritsch]
165
166 *) configure: Support 64 and 32 bit universal builds for Darwin/
167 OS X 10.6+. [Jim Jagielski]
168
169 *) apr_sockaddr_info_get() on AIX: Fix a problem which could set
170 the port field in the native socket address to 1 when 0 was
171 specified. PR 46964. [Jeff Trawick]
172
173 *) configure: Make definition of apr_ino_t independent of
174 _FILE_OFFSET_BITS even on platforms where ino_t is 'unsigned int'.
175 [Stefan Fritsch]
176
177 *) apr_ring: Workaround for aliasing problem that causes gcc 4.5 to
178 miscompile some brigade related code. PR 50190. [Stefan Fritsch]
179
180 *) apr_file_flush_locked(): Handle short writes. [Stefan Fritsch]
181
182 *) apr_pollset_create_ex(): Trap errors from pollset providers.
183 PR 49094. [Sami Tolvanen <sami.tolvanen mywot.com>]
184
185 *) apr_pollset_create*(): Fix memory lifetime problem with the wakeup
186 pipe when the pollset was created with APR_POLLSET_NOCOPY.
187 [Neil Conway <nrc cs.berkeley.edu>]
188
189 *) Fix detection of some Linux variants when configure is built with
190 recent GNU tools. [Eric Covener]
191
192 *) Avoid a redundant fcntl() call in apr_file_open() where O_CLOEXEC
193 is supported. PR 48557. [Joe Orton]
194
195 *) Improve platform detection by updating config.guess and config.sub.
196 [Rainer Jung]
197
198 Changes for APR 1.4.2
199
200 *) Undo a crash-bug introduced in 1.4.1 affecting some applications of
201 the apr hash and table structures, reported to affect Subversion
202 by Bert Huijben <bert qqmail.nl>. [Graham Leggett]
203
204 Changes for APR 1.4.1
205
206 *) Win32: Properly handle the ERROR_DIRECTORY system error code.
207 [Brane Čibej]
208
209 Changes for APR 1.4.0
210
211 *) Windows: Default build configurations assume NT or higher at run-time.
212
213 *) Add apr_global_mutex_lockfile() for retrieving the file, if any,
214 associated with the mutex. Add apr_global_mutex_name() for retrieving
215 the name of the lock mechanism used by the underlying proc mutex.
216 [Jeff Trawick]
217
218 *) Add apr_socket_atreadeof to determine whether the receive part of the
219 socket has been closed by the peer.
220 [Ruediger Pluem, Mladen Turk, Joe Orton]
221
222 *) Make apr_pollset and apr_pollcb implementations using providers.
223 Added apr_pollset_create_ex and apr_pollcb_create_ex that allows
224 choosing non-default providers.
225 [Mladen Turk]
226
227 *) Win32: Use WSAPoll as default pollset method if supported and found
228 inside winsock dll. [Mladen Turk]
229
230 *) apr_temp_dir_get() now checks the TMPDIR environment variable first,
231 instead of third. [Jim Jagielski]
232
233 *) Add apr_file_sync() and apr_file_datasync() calls. [Bojan Smojver]
234
235 *) apr_pollset_wakeup() on Windows: Fix core caused by closing the
236 file_socket_pipe with standard file_close.
237 [Arsen Chaloyan, Mladen Turk]
238
239 *) Introduce apr_hash_do() for iterating over a hash table. [Mladen Turk]
240
241 *) Make sure WIN32 behaves the same as posix for file-backed shared memory
242 by removing the file on cleanup/remove. [Mladen Turk]
243
244 *) Introduce apr_pollset_wakeup() for interrupting the blocking
245 apr_pollset_poll() call. [Mladen Turk]
246
247 *) Add apr_file_link() function. PR 44841. [Mark Heily <mark heily.com>]
248
249 Changes for APR 1.3.x and later:
250
251 *) http://svn.apache.org/viewvc/apr/apr/branches/1.3.x/CHANGES?view=markup
252
253 Changes for APR 1.2.x and later:
254
255 *) http://svn.apache.org/viewvc/apr/apr/branches/1.2.x/CHANGES?view=markup
256
257 Changes for APR 1.1.x and later:
258
259 *) http://svn.apache.org/viewvc/apr/apr/branches/1.1.x/CHANGES?view=markup
260
261 Changes for APR 1.0.x and later:
262
263 *) http://svn.apache.org/viewvc/apr/apr/branches/1.0.x/CHANGES?view=markup
264
265 Changes for APR 0.9.x and later/earlier:
266
267 *) http://svn.apache.org/viewvc/apr/apr/branches/0.9.x/CHANGES?view=markup

Properties

Name Value
svn:eol-style native
svnmailer:content-charset utf-8

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26