Logoj0ke.net Open Build Service > Projects > Apache > libapr-util1 > libapr-util1.changes
Sign Up | Log In

File libapr-util1.changes of Package libapr-util1

 
1
-------------------------------------------------------------------
2
Sun Apr 10 08:34:16 UTC 2011 - cs@linux-administrator.com
3
4
- update to release 1.3.10 
5
6
-------------------------------------------------------------------
7
Thu Oct 30 14:37:34 CET 2008 - skh@suse.de
8
9
- obsolete old -XXbit packages (bnc#437293) (olh@suse.de)
10
11
-------------------------------------------------------------------
12
Tue Aug 19 11:34:28 CEST 2008 - poeml@suse.de
13
14
- update to 1.3.4 final
15
  (updating to the release tarball, which has all the patches.)
16
17
-------------------------------------------------------------------
18
Fri Aug 15 12:47:05 CEST 2008 - poeml@suse.de
19
20
- remove the incremental patches 
21
     apr-util-1.3.2-r672712-pg-counting.patch 
22
     apr-util-1.3.2-r673300-pgconfig.patch 
23
     apr-util-1.3.2-r676473-reslist-doc.patch 
24
     apr-util-1.3.2-r676801-mutex-destroy.patch 
25
     apr-util-1.3.2-r679235-mysql-reconnect.patch 
26
     apr-util-1.3.2-r679638-memcache-rusage.patch 
27
     apr-util-1.3.2-r680529-reslist-limits.patch 
28
  since they are included in apr-util-1.3.3.patch
29
30
-------------------------------------------------------------------
31
Fri Aug 15 10:47:09 CEST 2008 - poeml@suse.de
32
33
- add apr-1.3.2-r685262.patch to memcache client
34
  * Fix a memory leak introduced in r683756 and a free call to a 
35
    non malloced pointer in the case that the platform has no threads.
36
37
-------------------------------------------------------------------
38
Fri Aug  8 02:08:22 CEST 2008 - poeml@suse.de
39
40
- the libapr_memcache0 package can be considered obsolete now,
41
  since apr 1.3.x has apr_memcache integrated; I removed it and
42
  added an Obsoletes tag here.
43
44
-------------------------------------------------------------------
45
Fri Aug  8 01:32:03 CEST 2008 - poeml@suse.de
46
47
- add pre-1.3.3 patch with all other backports, in preparation to
48
  1.3.3 release. Plus latest version of 1.3.x non-pre_cleanup patch
49
  (apu-memcache_leak.patch)
50
51
-------------------------------------------------------------------
52
Thu Aug  7 21:39:32 CEST 2008 - poeml@suse.de
53
54
- add post-1.3.2 patches (backports from trunk committed to the
55
  1.3.x branch)
56
         apr-util-1.3.2-r672712-pg-counting.patch
57
         apr-util-1.3.2-r673299-pgconfig.patch
58
         apr-util-1.3.2-r676473-reslist-doc.patch
59
         apr-util-1.3.2-r676801-mutex-destroy.patch
60
         apr-util-1.3.2-r679235-mysql-reconnect.patch
61
         apr-util-1.3.2-r679638-memcache-rusage.patch
62
         apr-util-1.3.2-r680529-reslist-limits.patch
63
         # to be discussed - but seems to work
64
         apr-util-trunk-r678323-memcache-memleak.patch
65
- drop obsolete workaround about pg_config
66
67
-------------------------------------------------------------------
68
Thu Aug  7 16:00:26 CEST 2008 - poeml@suse.de
69
70
- update to 1.3.2
71
  *) Fix parameter parsing error in ODBC DBD driver.  [Tom Donovan]
72
  *) Older OpenLDAP implementations may have ldap_set_rebind_proc() with two
73
     args. Provide detection code and alternative implementation.
74
     [Ruediger Pluem]
75
  *) Use pool memory when setting DBD driver name into the hash.
76
     [Bojan Smojver]
77
  *) Add ODBC DBD Driver.  [Tom Donovan]
78
  *) Fix build of the FreeTDS and MySQL drivers.  [Bojan Smojver]
79
  *) Fix build failure for no modules (--disable-dso).  [Jean-Frederic Clere]
80
  *) Fix win32 build failure for no modules (empty DBD_LIST).  [William Rowe]
81
82
-------------------------------------------------------------------
83
Thu Jul 17 12:30:50 CEST 2008 - poeml@suse.de
84
85
- add /usr/lib/apr-util-1 directory to RPM filelist.
86
87
-------------------------------------------------------------------
88
Tue Jun 17 00:38:50 CEST 2008 - poeml@suse.de
89
90
- pg_config is evil. Make sure it is not used to find PostgreSQL
91
  header files. Fixing build of of the PostgreSQL DBD adapter
92
  onopenSUSE 11.0.
93
94
-------------------------------------------------------------------
95
Sun Jun 15 17:27:46 CEST 2008 - poeml@suse.de
96
97
- update to 1.3.0
98
  *) apr_reslist: destroy all resources in apr_cleanup (don't give up on error).
99
     PR 45086 [Nick Kew]
100
  *) Add apr_brigade_split_ex for reusing existing brigades in situation where
101
     brigades need to be split often during the lifetime of a pool.
102
     [Ruediger Pluem]
103
  *) Amend apr_reslist to expire resources whose idle time exceeds ttl.
104
     PR 42841 [Tom Donovan, Nick Kew, Ruediger Pluem]
105
  *) Modularize ldap's stub with the dbd dso modular structure, and teach
106
     the apu dso's to respect the system specific shared lib path var.
107
     To link to an application without ldap libs, query 
108
     `apu-1-config --avoid-ldap --libs` (in addition to the usual linker
109
     queries for compiling and linking).  [William Rowe]
110
  *) Support building DBD drivers as DSOs by default; use --disable-util-dso
111
     flag to configure to use static link.  [Joe Orton, Bojan Smojver]
112
  *) All DBD drivers now count rows from 1, which affects PostgreSQL and MySQL
113
     drivers in particular. Using row number zero is an error.
114
     [Bojan Smojver]
115
  *) Add support for OpenLDAP's ability to support a directory of
116
     certificate authorities. [Eric Covener]
117
  *) Better error detection for bucket allocation failures.
118
     [Jim Jagielski]
119
  *) Ensure that the LDAP code can compile cleanly on platforms that do
120
     not define the LDAP_OPT_REFHOPLIMIT symbol, most specifically Windows.
121
     [Victor <victorjss@gmail.com>, Graham Leggett]
122
  *) Fix the setting of LDAP_OPT_SSL on Win2k, which expects a pointer to
123
     the value LDAP_OPT_ON, and not the value itself. XP works with both.
124
     [Victor <victorjss@gmail.com>]
125
  *) Fix a regression in apr_brigade_partition that causes integer overflows
126
     on systems where apr_off_t > apr_size_t.  [Ruediger Pluem]
127
  *) Ensure that apr_uri_unparse does not add scheme to URI if
128
     APR_URI_UNP_OMITSITEPART flag is set. PR 44044
129
     [Michael Clark <michael metaparadigm.com>]
130
  *) Add an LDAP rebind implementation so that authentication can be
131
     carried through referrals. [Paul J. Reder]
132
  *) Fix the make test target in the spec file. [Graham Leggett]
133
  *) Introduce apr_dbd_open_ex() [Bojan Smojver]
134
  *) Make md5 hash files portable between EBCDIC and ASCII platforms  
135
     [David Jones]
136
  *) Add limited apr_dbd_freetds driver (MSSQL and Sybase) [Nick Kew]
137
  *) Commit relicensed apr_dbd_mysql driver to /trunk/  [Nick Kew]
138
  *) Support BerkeleyDB 4.6.  [Arfrever Frehtes Taifersar Arahesis]
139
  *) Support Tivoli ITDS LDAP client library.  [Paul Reder]
140
  *) Portably implement testdate's long-time constants to solve
141
     compilation faults where #LL isn't valid.  [Curt Arnold]
142
  *) Use buffered I/O with SDBM.  [Joe Schaefer]
143
  *) Unify parsing of prepared statements and add binary argument functions
144
     to DBD [Bojan Smojver with help from many on the APR list]
145
  *) Rewrite detection of expat in configure to fix build on e.g. biarch
146
     Linux platforms.  PR 28205.  [Joe Orton]
147
  *) Add apr_thread_pool implementation.  [Henry Jen <henryjen ztune.net>]
148
  *) Add support for Berkeley DB 4.5 to the configure scripts.
149
     [Garrett Rooney]
150
  *) Allow apr_queue.h to be included before other APR headers.
151
     PR 40891 [Henry Jen <henryjen ztune.net>]
152
  *) Fix precedence problem in error checking for sdbm dbm back end.
153
     PR 40659 [Larry Cipriani <lvc lucent.com>]
154
  *) Add an apr_reslist_acquired_count, for determining how many outstanding
155
     resources there are in a reslist.  [Ryan Phillips <ryan trolocsis.com>]
156
  *) Provide folding in autogenerated .manifest files for Win32 builders
157
     using VisualStudio 2005  [William Rowe]
158
  *) Implement DBD transaction modes
159
     [Bojan Smojver with help from many on the APR list]
160
  *) Implement prepared statement support in SQLite3 DBD driver
161
     [Bojan Smojver]
162
  *) Add get (column) name to apr_dbd API
163
     [Bojan Smojver <bojan rexursive.com>] and
164
     [Chris Darroch <chrisd pearsoncmg com>]
165
  *) Make the DBD autoconf-glue use LDFLAGS instead of LIBS in several
166
     places, fixing some configure issues on Solaris.
167
     [Henry Jen <henryjen ztune.net>]
168
  *) Make apr_dbd.h work as a stand alone header, without needing other
169
     files to be included before it. [Henry Jen <henryjen ztune.net>]
170
  *) On platforms that use autoconf stop automatically linking against
171
     apr-iconv when an apr-iconv source dir is found in ../apr-iconv.
172
     Instead, add a --with-apr-iconv option to configure that lets you
173
     specify the relative path to your apr-iconv source directory.
174
     [Garrett Rooney]
175
  *) APR_FIND_APU macro now supports customisable detailed checks on
176
     each installed apr-util. [Justin Erenkrantz, Colm MacCarthaigh]
177
  *) APR_FIND_APU macro no longer checks /usr/local/apache2/
178
     [Colm MacCarthaigh]
179
  *) Add apr_dbd_oracle driver [Nick Kew and Chris Darroch]
180
- remove obsolete patches:
181
  apr-util-1.2.12-ac_configure_args.patch
182
  apr-util-1.2.12-no_linkage.patch
183
  apr-util-1.2.12-dso.patch
184
  apr-util-1.2.12-link.patch
185
  apr-util-1.2.8-r521327.patch
186
  DSO build is now handled by the build system and it is also the
187
  default now.
188
- remove manual run of the testsuite, this has also been fixed
189
  upstreams.
190
- the DBD dsos now live in /usr/lib*/apr-util-1. 
191
192
-------------------------------------------------------------------
193
Mon Jun  9 17:17:20 CEST 2008 - poeml@suse.de
194
195
- build service supports the debuginfo flag in metadata now; remove
196
  debug_package macro from the specfile therefore.
197
198
-------------------------------------------------------------------
199
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
200
201
- added baselibs.conf file to build xxbit packages
202
  for multilib support
203
204
-------------------------------------------------------------------
205
Wed Jan 23 04:00:23 CET 2008 - poeml@suse.de
206
207
- re-fix build of apr_dbd_mysql module on SLES_9 (must have been
208
  broken on Tue Aug 21 2007)
209
210
-------------------------------------------------------------------
211
Wed Jan 23 02:43:43 CET 2008 - poeml@suse.de
212
213
- fix DSO build so it doesn't incur linkage to the database libs,
214
  which happened since the 1.2.12, and which I hadn't time to fix
215
  yet. Patches from PLD and Oden Eriksson (Mandrake) very much
216
  appreciated.
217
    +Patch10:        apr-util-1.2.12-no_linkage.patch
218
    +Patch11:        apr-util-1.2.12-dso.patch
219
    +Patch12:        apr-util-1.2.12-link.patch
220
- another patch was rebased and renamed:
221
    -Patch:          apr-util-1.2.7.diff
222
    +Patch:          apr-util-1.2.12-ac_configure_args.patch
223
- build DSOs manually (by changing build-outputs.mk to not make
224
  dbd/apr_dbd_[^ ]*\.lo. Thereby avoiding database symbols in
225
  the resulting libaprutil-1 shared object
226
- fix up apu-1-config LDFLAGS and INCLUDES in the end
227
- update the run of testcases
228
- remove openldap2 from BuildRequires, because that part is the
229
  server component which is never needed for building.
230
- added requires for openldap2-devel db-devel to the devel
231
  package as apu-1-config returns the libs (change from Factory)
232
233
-------------------------------------------------------------------
234
Tue Nov 27 02:48:11 CET 2007 - poeml@suse.de
235
236
- update to 1.2.12:
237
 *) Wakeup threads waiting for a reslist resource after a resource was
238
     invalidated. [Ruediger Pluem]
239
  *) Fix GMT offset for several date formats and add a new format.
240
     [Maxime Petazzoni <maxime.petazzoni bulix.org>]
241
  *) Numerous fixes to the test/ framework, including better handling of
242
     long size_t comparisons and more consistent Makefile.(in|win) setup
243
     for authoring new tests.  [William Rowe]
244
  *) Win32 build fixes including a Makefile.win scheme, fixes for 64P
245
     model x86_64 compiles and VC8 builds.  [William Rowe]
246
  *) Type mismatch between apr_datum_t and GDBM's datum type could
247
     yield a corrupt apr_datum_t when reading from a GDBM database.
248
     PR 43025.  [Björn Wiberg <Bjorn.Wiberg its.uu.se>, Davi Arnaut]
249
  *) Add the #define APR_LDAP_SIZELIMIT that is set appropriately
250
     for the LDAP SDK that is being used. Also include ZOS as an
251
     LDAP Platform.
252
     PR 37814.  [David Jones <oscaremma gmail com>, Davi Arnaut]
253
  *) Fix exported LDFLAGS with new expat detection.  PR 43337.
254
     [Justin Erenkrantz]
255
  *) Add MySQL DBD driver [Nick Kew, Bojan Smojver]
256
- drop source file apr_dbd_mysql.c, which was distributed
257
  separately until now. Functional changes to the previous version
258
  are: 
259
   * added mysql_thread_init() (see
260
     http://www.nabble.com/-PATCH--apr_dbd_mysql.c-t4314862.html)
261
   * allow groups=xyz in the DBDParams setting
262
- drop apr-util-1.2.8-dso.patch, apr-util-1.2.12-dbd.patch,
263
  apr-util-1.2.8_dbd_mysql_buildconf.patch
264
- adjust apr-util-1.2.8-dbd.patch
265
- fix empty rpm macro "helpdir", which lead to an error
266
267
-------------------------------------------------------------------
268
Wed Sep 12 15:48:44 CEST 2007 - poeml@suse.de
269
270
- use debug_package macro only on suse, because it breaks the build
271
  on Mandriva
272
273
-------------------------------------------------------------------
274
Mon Sep 10 14:50:10 CEST 2007 - poeml@suse.de
275
276
- update to 1.2.10:
277
  *) Support BerkeleyDB 4.6.  [Arfrever Frehtes Taifersar Arahesis]
278
  *) Test improvements to validate testmd4 and testdbm, unattended.
279
     [Bojan Smojver]
280
  *) Ensure that an apr_reslist shrinks back to SMAX via the TTL by
281
     reorganising the resource list from a queue to a stack.
282
     PR 40348.  [Christian BOITEL <christian_boitel yahoo.fr>]
283
  *) Fix Solaris 2.8+ fdatasync() detection. The fdatasync() function
284
     is marked as part of the Realtime library functions.
285
     PR 37343.  [Davi Arnaut]
286
  *) Change configure's expat detection to use standard linker-based
287
     tests, fixing build on e.g. biarch Linux systems.  PR 28205.
288
     [Joe Orton, Ruediger Pluem]     
289
  *) Portably implement testdate's long-time constants to solve
290
     compilation faults where #LL isn't valid.  [Curt Arnold]
291
  *) APR_FIND_APU macro no longer checks /usr/local/apache2/.
292
     PR 42089.  [Colm MacCárthaigh]
293
  *) Fix handling of attribute namespaces in apr_xml_to_text() when
294
     a namespace map is provided.  PR 41908.  [Joe Orton]
295
- update apr_dbd_mysql.c to r54
296
  - Rework for unified parsing of prepared statements
297
  - Add binary argument functions
298
  - Update Licensing
299
    http://bahumbug.wordpress.com/2007/01/09/re-licensing-apr_dbd_mysql/
300
301
-------------------------------------------------------------------
302
Mon Aug 27 17:39:34 CEST 2007 - poeml@suse.de
303
304
- add apr-util-1.2.8-r521327.patch:
305
  dbd/apr_dbd.c (apr_dbd_get_driver): Ensure driver DSOs have the
306
  same lifetime as the hash table. Backport from trunk (r521327)
307
308
-------------------------------------------------------------------
309
Tue Aug 21 06:40:48 CEST 2007 - crrodriguez@suse.de
310
311
- first attempt to remove static libraries and libtool crap 
312
313
-------------------------------------------------------------------
314
Wed Jul 18 20:59:27 CEST 2007 - poeml@suse.de
315
316
- fixed wrong rpm tag (Buildrequires -> Requires libexpat-devel)
317
318
-------------------------------------------------------------------
319
Wed Jul 18 19:37:05 CEST 2007 - poeml@suse.de
320
321
- make last fix buildservice compatible
322
- add debug_package macro in buildservice (will soon be obsolete)
323
324
-------------------------------------------------------------------
325
Sat Apr 28 10:09:54 CEST 2007 - aj@suse.de
326
327
- Add libexpat-devel to build requires.
328
329
-------------------------------------------------------------------
330
Wed Dec 20 12:59:16 CET 2006 - poeml@suse.de
331
332
- fix sqlite plugin building for sqlite2, it wasn't linked against
333
  the lib
334
- work around mysql plugin build on SLES9 with a kludge
335
  (libmysqlclient_r was missing the .so link at SLES9 time
336
337
-------------------------------------------------------------------
338
Thu Dec 14 15:55:39 CET 2006 - poeml@suse.de
339
340
- DSO-ify the build of dbd backends
341
342
-------------------------------------------------------------------
343
Thu Dec 14 01:24:32 CET 2006 - poeml@suse.de
344
345
- add sqlite and pgsql support, and rpm-macroize it
346
347
-------------------------------------------------------------------
348
Wed Dec 13 17:32:04 CET 2006 - mrueckert@suse.de
349
350
- added apr-util-1.2.8_dbd_mysql_buildconf.patch and
351
  http://apache.webthing.com/svn/apache/apr/apr_dbd_mysql.c:
352
  the patch and the additional .c file add mysql support to apr-dbd
353
354
-------------------------------------------------------------------
355
Mon Dec 11 16:00:37 CET 2006 - poeml@suse.de
356
357
- update to 1.2.8
358
  *) Add support for Berkeley DB 4.5 to the configure scripts.
359
  *) Allow apr_queue.h to be included before other APR headers.
360
  *) Implement prepared statement support in SQLite3 DBD driver
361
  *) Fix to ensure that "deprecated" LDAP interfaces are still
362
     exposed if using OpenLDAP 2.3.
363
  *) Fix incorrect byte order and incorrect timestamp type
364
     in the fallback UUID generator used when no external UUID
365
     generator is detected by APR.
366
367
-------------------------------------------------------------------
368
Sat Oct 21 14:23:46 CEST 2006 - olh@suse.de
369
370
- libexpat.la was removed, look for libexpat.a also in lib64 (214240)
371
  build parallel
372
373
-------------------------------------------------------------------
374
Mon Sep 18 11:44:04 CEST 2006 - poeml@suse.de
375
376
- fix Buildrequires on FC and Mandriva
377
378
-------------------------------------------------------------------
379
Thu Jun 22 13:51:12 CEST 2006 - schwab@suse.de
380
381
- Don't depend on configure args being preserved.
382
383
-------------------------------------------------------------------
384
Tue May 30 14:35:24 CEST 2006 - poeml@suse.de
385
386
- fix BuildRequires for Fedora Core
387
- ditch krb5 from BuildRequires, since it doesn't seem to be needed
388
- use --with-berkeley-db
389
390
-------------------------------------------------------------------
391
Tue Apr 25 13:04:38 CEST 2006 - poeml@suse.de
392
393
- upstream 1.2.7. relevant changes:
394
  *) Fix apr_dbd_init to be safe to call multiple times
395
  *) Stop trying to link against Berkeley DB by default.  
396
     (use --with-berkeley-db)
397
  *) Stop trying to link against GDBM by default. (use --with-gdbm)
398
  *) Fix the escape implementations for the sqlite2 and sqlite3 dbd
399
     back ends.
400
  *) Add support for Berkeley DB 4.4 to the configure scripts.
401
402
-------------------------------------------------------------------
403
Wed Jan 25 21:37:22 CET 2006 - mls@suse.de
404
405
- converted neededforbuild to BuildRequires
406
407
-------------------------------------------------------------------
408
Wed Oct 12 16:18:00 CEST 2005 - poeml@suse.de
409
410
- update to 1.2.2
411
412
-------------------------------------------------------------------
413
Thu Sep 29 17:51:17 CEST 2005 - poeml@suse.de
414
415
- update to 1.2.1
416
- remove -DLDAP_DEPRECATED: all CFLAGS are derived from apr-config
417
418
-------------------------------------------------------------------
419
Mon Sep 26 01:44:52 CEST 2005 - ro@suse.de
420
421
- added LDAP_DEPRECATED to CFLAGS 
422
423
-------------------------------------------------------------------
424
Thu Mar 24 13:02:36 CET 2005 - poeml@suse.de
425
426
- update to 1.1.2
427
428
-------------------------------------------------------------------
429
Fri Feb 25 01:02:52 CET 2005 - poeml@suse.de
430
431
- package created (1.1.0)
432
433