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

File libapr-util1.changes of Package libapr-util1 (Revision 3)

Currently displaying revision 3, show latest

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