Logoj0ke.net Open Build Service > Projects > Apache > libapr1 > libapr1.changes
Sign Up | Log In

File libapr1.changes of Package libapr1 (Revision dbbd0c932d0dee6bd7ab7009789e79c2)

Currently displaying revision dbbd0c932d0dee6bd7ab7009789e79c2, show latest

 
1
-------------------------------------------------------------------
2
Mon Nov 17 15:30:42 CET 2008 - ro@suse.de
3
4
- SLE-11 uses PPC64 instead of PPC, adapt baselibs.conf
5
6
-------------------------------------------------------------------
7
Fri Nov 14 17:43:46 CET 2008 - poeml@suse.de
8
9
- simplify the usage of the sles_version macro
10
11
-------------------------------------------------------------------
12
Thu Oct 30 14:20:27 CET 2008 - skh@suse.de
13
14
- obsolete old -XXbit packages (bnc#437293) (olh@suse.de)
15
16
-------------------------------------------------------------------
17
Tue Aug 19 11:22:44 CEST 2008 - poeml@suse.de
18
19
- update to 1.3.3 final
20
  (updating to the release tarball, which has all the patches.)
21
22
-------------------------------------------------------------------
23
Sat Aug  9 02:51:54 CEST 2008 - poeml@suse.de
24
25
- add apr-1.3.2-r684091.patch
26
  Backport r683771 from the trunk.
27
  Fix APR_PID_T_FMT detection on Solaris.
28
- rename apr-1.3.3-patch to apr-1.3.3.patch
29
30
-------------------------------------------------------------------
31
Thu Aug  7 23:57:14 CEST 2008 - poeml@suse.de
32
33
- add post-1.3.2 patches (backports from trunk committed to the
34
  1.3.x branch) 
35
  *) Rename apr_pool_create_core to apr_pool_create_unmanaged and
36
     deprecate the old API name. It better reflects the scope and usage
37
     of this function. [Mladen Turk]
38
  *) Use proper return code for fcntl-based apr_proc_mutex_trylock() 
39
     on platforms that return EACCES instead of EAGAIN when the lock
40
     is already held (AIX, HP-UX).  [Eric Covener]
41
42
-------------------------------------------------------------------
43
Thu Aug  7 15:06:49 CEST 2008 - poeml@suse.de
44
45
- update to 1.3.2. Changes:
46
  *) Fix getservbyname_r() detection.  [Ruediger Pluem]
47
  *) Fix win32 apr.hw to pick up XP/2003 TCP/IP multicast constants and
48
     revert to IPV6 disabled-by-default (a change present only in 1.3.0).
49
     [William Rowe]
50
  *) Fix autoconf cached detection of atomic builtins.  [Jim Jagielski]
51
  *) Use thread safe versions of getservbyname().  [Bojan Smojver]
52
  *) Use thread safe getpass_r on Netware.  [Guenter Knauf]
53
54
-------------------------------------------------------------------
55
Thu Jul 17 20:04:27 CEST 2008 - poeml@suse.de
56
57
- skip testatomic testcase on sles9-x86_64 for now
58
59
-------------------------------------------------------------------
60
Thu Jul 17 14:08:19 CEST 2008 - poeml@suse.de
61
62
- workaround for ugly bug [bnc#400488]
63
  Xen kernel on sles9 x86_64 is set up to behave different than all
64
  other kernels
65
66
-------------------------------------------------------------------
67
Sun Jun 15 16:52:51 CEST 2008 - poeml@suse.de
68
69
- update to 1.3.0. Changes, with non-Linux relevant portions
70
  omitted (see http://www.apache.org/dist/apr/CHANGES-APR-1.3 for
71
  complete list):
72
  *) apr_getservbyname(): Use proper method for converting port
73
     to host byte order.  PR 44903.
74
     [Chris Taylor <ctaylor wadeford.plus.com>]
75
  *) Use /dev/urandom in preference to /dev/random as entropy source
76
     for apr_generate_random_bytes.  PR 44881.  [Bojan Smojver]
77
  *) Introduce apr_pool_pre_cleanup_register() for registering
78
     a cleanup that is called before any subpool is destroyed
79
     within apr_pool_clear or apr_pool_destroy.
80
     This allows to register a cleanup that will notify subpools
81
     about its inevitable destruction.
82
     [Mladen Turk]
83
  *) Introduce apr_pool_create_core_ex() for creation of standalone
84
     pools without parent. This function should be used for short
85
     living pools, usually ones that are created and destroyed
86
     either in a loop or inside function call. Since the pools
87
     created with this function doesn't have a parent they must
88
     be explicitly destroyed when done.
89
     [Mladen Turk]
90
  *) Fix return value when apr_pollset_poll interrupted.
91
     PR 42580 [Basant Kumar Kukreja <basant.kukreja sun.com>]
92
  *) Fix the make test target in the spec file. [Graham Leggett]
93
  *) Introduce apr_file_pipe_create_ex() to portably permit one pipe
94
     end or another to be entirely blocking for non-APR applications
95
     (e.g. stdio streams) and the other (or both ends) non blocking,
96
     with a timeout of 0 by default.
97
     [William Rowe]
98
  *) Introduce APR_NO_FILE as an option to apr_procattr_io_set() for any 
99
     of the three stdio streams to cause the corresponding streams to be 
100
     closed to the child process.  This becomes effective in 1.3.0 across
101
     platforms (equivilant to APR_NO_PIPE in 1.2.x except on Win32.)
102
     [William Rowe]
103
  *) Add table cloning (deep copy) convenience function.
104
     [Davi Arnaut]
105
  *) Stop invoking the testshm* helpers upon 'make test' invocation.
106
     [Kurt Miller <kurt intricatesoftware.com>]
107
  *) Register a cleanup only if APR_FILE_NOCLEANUP was not flagged in
108
     apr_file_mktemp. [Brian J. France <list firehawksystems.com>]
109
  *) Discard file buffers when running cleanups for exec.
110
     PR 41119.  [Davi Arnaut <davi haxent.com.br>, Bojan Smojver]
111
  *) Improve thread safety of assorted file_io functions.
112
     PR 42400.  [Davi Arnaut <davi haxent.com.br>]
113
  *) Add the apr_pollcb API as an alternative more efficient method
114
     of polling sockets, compared to apr_pollset. [Paul Querna]
115
  *) Fix possible crash in apr_pool_initialize() when built with 
116
     verbose pool debugging.  PR 41063.  
117
     [Peter Steiner <peter.steiner+apache hugwi.ch>]
118
  *) Fix --disable-ipv6 build on platforms with getifaddrs().
119
     PR 39199.  [Joe Orton]
120
  *) Portably check for EEXIST in mktemp code.  PR 40818
121
     [Kenneth Golomb <KGolomb TradeCard.com>]
122
  *) Fix apr_socket_recvfrom() to ensure the peer's address is returned
123
     through the "from" parameter.  [Joe Orton]
124
  *) Fix error checking in kqueue, epoll and event port versions of
125
     apr_pollset_create.  PR 40660, 40661, 40662
126
     [Larry Cipriani <lvc lucent.com>]
127
  *) Add some documentation on the format matched by apr_fnmatch.
128
     [David Glasser <glasser mit.edu>]
129
  *) Add apr_hash_clear.  [Daniel L. Rall <dlr apache.org>]
130
  *) Don't try to build apr_app.c on MinGW.
131
     [Matthias Miller <Blog outofhanwell.com>]
132
  *) Fix the timeout converstion in apr_pollset with the KQueue
133
     backend. [Marco Molteni <mmolteni cisco.com>]
134
  *) Support MinGW.  [John Vandenberg, Justin Erenkrantz]
135
  *) Implement apr_thread_yield on Unix in terms of pthread_yield or
136
     sched_yield. [Keisuke Nishida <keisuke.nishida gmail.com>]
137
  *) Make apr_socket_recvfrom initialize the port field in the from
138
     sockaddr.  PR 39325 [Anthony Minessale <anthmct yahoo.com>]
139
  *) NetBSD: Avoid leaving zombie process when using apr_signal() 
140
     to ignore SIGCHLD.  PR 36750.  [Todd Vierling <tv pobox.com>]
141
  *) Implement support for apr_proc_mutex_trylock() on Unix platforms.
142
     PR 38785.  [Chris Darroch <chrisd pearsoncmg.com>]
143
  *) APR_FIND_APR macro now supports customisable detailed checks on
144
     each installed apr. [Justin Erenkrantz, Colm MacCarthaigh]
145
  *) APR_FIND_APR macro no longer checks /usr/local/apache2/
146
     [Colm MacCarthaigh]
147
  *) Add APR_POLLSET_NOCOPY option to apr_pollset API to eliminate
148
     O(n)-time lookup in apr_pollset_remove() (currently implemented
149
     only for epoll).  [Brian Pane]
150
  *) Add apr_file_buffer_set() and apr_file_buffer_size_get() functions
151
     to support variable buffer sizes with APR file handles.
152
     [Colm MacCarthaigh]
153
  *) Add apr_file_open_flags_std[err|out|in]() functions.
154
     [Colm MacCarthaigh]
155
  *) stdio: apr_file_open_std[err|out|in]() functions now set the APR_WRITE
156
     or APR_READ flag as appropriate. [Colm MacCarthaigh]
157
  *) multicast: apr_mcast_*() no longer return APR_ENOTIMPL when invoked
158
     for non-UDP/RAW sockets. The caller is expected to ensure that the
159
     socket-type is suitable for multicast. [Colm MacCarthaigh]
160
  *) Add apr_sockaddr_ip_getbuf() function.  [Joe Orton]
161
  *) Fix handling of %pI in apr_psprintf.  [Joe Orton]
162
  *) Provide APR_VERSION_AT_LEAST() macro for applications which 
163
     want to enable features based on a required level of APR.
164
     [Jeff Trawick]
165
  *) jlibtool: Teach to use static libraries with -static.
166
     [Justin Erenkrantz]
167
  *) Fix checks for alloca() support in configure.  PR 13037.
168
     [Noah Misch <noah cs.caltech.edu>]
169
  *) Add %pm support to apr_snprintf() for printing the error string
170
     corresponding to an apr_status_t value.  [Joe Orton]
171
  *) Add APR_ARRAY_IDX() and APR_ARRAY_PUSH() convenience macros to
172
     apr_tables.h.  [Garrett Rooney]
173
- fix testshm testcase
174
- remove manual addition of -g, since the OBS takes care of it now.
175
176
-------------------------------------------------------------------
177
Mon Jun  9 17:15:18 CEST 2008 - poeml@suse.de
178
179
- build service supports the debuginfo flag in metadata now; remove
180
  debug_package macro from the specfile therefore.
181
182
-------------------------------------------------------------------
183
Tue Apr 15 16:36:44 CEST 2008 - schwab@suse.de
184
185
- Don't use autoreconf.
186
187
-------------------------------------------------------------------
188
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
189
190
- added baselibs.conf file to build xxbit packages
191
  for multilib support
192
193
-------------------------------------------------------------------
194
Tue Nov 27 00:55:05 CET 2007 - poeml@suse.de
195
196
- update to 1.2.12 (only changes relevant on Linux listed here):
197
    *) Numerous fixes to the test/ framework, including better handling of
198
     long size_t comparisons and more consistent Makefile.(in|win) setup
199
     for authoring new tests.  [William Rowe]
200
  *) Fix --disable-ipv6 build on platforms with getifaddrs().
201
     PR 39199.  [Joe Orton]
202
  *) Define apr_ino_t in such a way that it doesn't change definition
203
     based on the library consumer's -D'efines to the filesystem.
204
     [Lucian Adrian Grijincu <lucian.grijincu gmail.com>]
205
  *) Fill in apr_fileinfo_t member st_csize on Netware and Unix (PR 41678),
206
     and refine the file times down to apr_time_t resolution if supported
207
     by a st_atimensec or st_atim.tv_nsec value by the OS.  Additional
208
     msec implementations are possible if exposed through autoconf.
209
     [William Rowe, Nicklas Edmundsson <nikke acc.umu.se>]
210
  *) Fix apr_socket_recvfrom() to ensure the peer's port and address
211
     is returned through the "from" parameter on Unix and Win32.  
212
     [Joe Orton, William Rowe]
213
214
-------------------------------------------------------------------
215
Wed Sep 12 15:17:53 CEST 2007 - poeml@suse.de
216
217
- fix missing endif in build section, fixing build on Mandriva
218
  (went unnoticed on openSUSE)
219
- use debug_package macro only on suse, because it breaks the build
220
  on Mandriva
221
222
-------------------------------------------------------------------
223
Wed Sep 12 11:41:19 CEST 2007 - poeml@suse.de
224
225
- don't run autoreconf -fi on build platforms older than 10.3. The
226
  'i' in that replaces config.guess, config.sub, ltmain.sh (dated
227
  2007) with versions from, say, 2005. This will lead to a
228
  miscompile on SLE10 for instance (segfault in apr_initialize())
229
- don't apply the cleanup apr-1.2.8-pool-cleanups.patch when built
230
  with build_with_memory_pool_debug for now
231
232
-------------------------------------------------------------------
233
Mon Sep 10 14:30:44 CEST 2007 - poeml@suse.de
234
235
- update to 1.2.11:
236
  *) Win32 apr_file_read; Correctly handle completion-based read-to-EOF.
237
     [Steven Naim <steven.naim googlemail.com>]
238
  *) Fixed Win32 regression of stdout inheritance in apr_proc_create.
239
     [William Rowe]
240
  *) Solve winNT inherited pipe leaks by mutexing apr_proc_create calls,
241
     on WinNT (not WinCE, nor 9x) so that we toggle the inherited state 
242
     of the stdin/out/err pipes.  All other file handles are treated as
243
     not-inherited until apr_file_dup2'ed a std handle of this process, 
244
     or while they are used by apr_proc_create.  [William Rowe]
245
  *) Define the Mac OS/X filesystem_encoding as utf-8 (in previous
246
     releases the interpretation would vary).  [Erik Huelsmann
247
     <ehuels gmail.com>]
248
  *) Fix day of year (tm_day) calculation for July. The bug only affects
249
     Windows builds.  PR 42953.  [Davi Arnaut]
250
  *) Fix LFS detection when building over NFS. The mode must be
251
     specified when O_CREAT is in the flags to open().
252
     PR 42821.  [Rainer Jung <rainer.jung kippdata.de>]
253
  *) Avoid overwriting the hash_mutex table for applications that
254
     incorrectly calls apr_atomic_init().  PR 42760.  [Davi Arnaut]
255
  *) Allow IPv6 connectivity test to fail, avoiding a potentially fatal
256
     error.  [Davi Arnaut]
257
  *) The MinGW Windows headers effectively redefines WINADVAPI from
258
     __stdcall to empty which results in a link failure when wincrypt.h
259
     is placed after an include to apr_private.h.
260
     PR 42293.  [Curt Arnold]
261
  *) Define SEM_FAILED if it isn't already defined, as the proc mutex
262
     code already does it. Also search for the sem_open function in
263
     the realtime library. (This fixes HP-UX sem_open detection).
264
     [Davi Arnaut]
265
  *) Define the _HPUX_SOURCE feature test macro to obtain maximum
266
     functionality. Fixes broken sendfile with LFS support on HP-UX.
267
     PR 42261.  [Davi Arnaut]
268
269
-------------------------------------------------------------------
270
Tue Aug 21 06:32:00 CEST 2007 - crrodriguez@suse.de
271
272
- first attempt to remove static libraries and libtool crap. 
273
274
-------------------------------------------------------------------
275
Mon Aug 20 15:49:06 CEST 2007 - poeml@suse.de
276
277
- on SLES9, use 'autoheader; autoconf' to configure, as before,
278
  instead of autoreconf -fi, which won't work
279
280
-------------------------------------------------------------------
281
Mon Aug 13 01:56:32 CEST 2007 - crrodriguez@suse.de
282
283
- apr 1.2.9
284
    *) Stop invoking the testshm* helpers upon 'make test' invocation.
285
    *) Register a cleanup only if APR_FILE_NOCLEANUP was not flagged in
286
     apr_file_mktemp.
287
    *) Discard file buffers when running cleanups for exec.
288
     PR 41119.
289
    *) If apr_proc_create() fails to exec in the fork()ed child, call
290
     _exit() not exit() to avoid running atexit()-registered functions
291
     in the child.
292
    *) Improve thread safety of assorted file_io functions.
293
    *) Fix file pointer position calculation in apr_file_writev() on
294
     buffered file.
295
    *) Fix formatting of unsigned integers larger than 2^63 in the
296
     vformatter/apr_*printf.
297
    *) Fix possible EFAULT failures in apr_socket_sendfile() on 32-bit
298
     Solaris with LFS enabled
299
    *) Fix deadlock in apr_file_gets() for a file opened with both the
300
     APR_BUFFERED and APR_XTHREAD flags.
301
- run make ceck in the rpm check section
302
- add missing glibc-devel dependency to -devel package
303
-------------------------------------------------------------------
304
Wed Jul 18 19:53:51 CEST 2007 - poeml@suse.de
305
306
- if the rpm macro build_with_memory_pool_debug is defined, build
307
  with --enable-pool-debug=verbose-alloc. (This is the case in the
308
  Apache-Pool-Debug buildservice project.)
309
- add apr-1.2.8-pool-cleanups.patch: don't run cleanup handlers
310
  _after_ destroying subpools
311
- add debug_package macro in buildservice (will soon be obsolete)
312
313
-------------------------------------------------------------------
314
Wed May  2 14:05:42 CEST 2007 - dmueller@suse.de
315
316
- Fix comparison with string literal
317
318
-------------------------------------------------------------------
319
Mon Dec 11 15:54:14 CET 2006 - poeml@suse.de
320
321
- update to 1.2.8
322
  *) Correctly retrieve 'empty' environment values with apr_env_get
323
     on Win32 (e.g. "VAR="), and added validation to testall suite.
324
  *) APR_FIND_APR macro no longer checks /usr/local/apache2/.
325
  *) Portably check for EEXIST in mktemp code.  PR 40818
326
  *) Fix apr_snprintf/apr_vsnprintf return value to not count the
327
     NUL terminator in the overflow case.  PR 39996.
328
  *) Fix detection of pthread cross-process robust mutexes.
329
  *) NetBSD: Avoid leaving zombie process when using apr_signal()
330
     to ignore SIGCHLD.
331
  *) Fix apr_socket_sendv() for platforms without writev.
332
  *) Avoid issues using >2Gb of data per call with sendfile() on
333
     64-bit Linux platforms.
334
335
-------------------------------------------------------------------
336
Fri Oct 27 20:39:36 CEST 2006 - poeml@suse.de
337
338
- replace wrong configure switch --with-includedir with the correct
339
  one: --includedir. This fixes installation of the header files to
340
  /usr/include/apr-1 instead of /usr/include. [#164770]
341
342
-------------------------------------------------------------------
343
Thu Jun 22 12:12:55 CEST 2006 - schwab@suse.de
344
345
- Don't depend on configure args being preserved.
346
347
-------------------------------------------------------------------
348
Wed May 24 13:02:34 CEST 2006 - poeml@suse.de
349
350
- update to 1.2.7
351
  * fixes for netware and win32
352
- update to 1.2.6
353
  * bugfixes for libuuid, mutex, kqueue, ...
354
- use %suse_version to build doxygen documentation only on SUSE
355
356
-------------------------------------------------------------------
357
Wed Jan 25 21:37:22 CET 2006 - mls@suse.de
358
359
- converted neededforbuild to BuildRequires
360
361
-------------------------------------------------------------------
362
Mon Jan  9 12:50:36 CET 2006 - poeml@suse.de
363
364
- don't use pthread_mutexattr_setrobust_np() unless
365
  pthread_mutexattr_setprotocol() is available as well (the former
366
  is in glibc since 2005-12-26, but the latter not)
367
368
-------------------------------------------------------------------
369
Wed Oct 12 16:17:00 CEST 2005 - poeml@suse.de
370
371
- update to 1.2.2
372
373
-------------------------------------------------------------------
374
Thu Sep 29 15:23:04 CEST 2005 - poeml@suse.de
375
376
- update to 1.2.1
377
- add -fno-strict-aliasing to CFLAGS
378
- add -DLDAP_DEPRECATED to CFLAGS
379
380
-------------------------------------------------------------------
381
Fri Apr  8 11:39:46 CEST 2005 - uli@suse.de
382
383
- disabled test suite for ARM (may hang QEMU)
384
385
-------------------------------------------------------------------
386
Thu Mar 24 12:59:36 CET 2005 - poeml@suse.de
387
388
- update to 1.1.1
389
390
-------------------------------------------------------------------
391
Fri Feb 25 01:02:52 CET 2005 - poeml@suse.de
392
393
- package created (1.1.0)
394
395