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

Changes of Revision 3

[-] Added libapr-util1.changes
x
 
1
@@ -0,0 +1,427 @@
2
+-------------------------------------------------------------------
3
+Thu Oct 30 14:37:34 CET 2008 - skh@suse.de
4
+
5
+- obsolete old -XXbit packages (bnc#437293) (olh@suse.de)
6
+
7
+-------------------------------------------------------------------
8
+Tue Aug 19 11:34:28 CEST 2008 - poeml@suse.de
9
+
10
+- update to 1.3.4 final
11
+  (updating to the release tarball, which has all the patches.)
12
+
13
+-------------------------------------------------------------------
14
+Fri Aug 15 12:47:05 CEST 2008 - poeml@suse.de
15
+
16
+- remove the incremental patches 
17
+     apr-util-1.3.2-r672712-pg-counting.patch 
18
+     apr-util-1.3.2-r673300-pgconfig.patch 
19
+     apr-util-1.3.2-r676473-reslist-doc.patch 
20
+     apr-util-1.3.2-r676801-mutex-destroy.patch 
21
+     apr-util-1.3.2-r679235-mysql-reconnect.patch 
22
+     apr-util-1.3.2-r679638-memcache-rusage.patch 
23
+     apr-util-1.3.2-r680529-reslist-limits.patch 
24
+  since they are included in apr-util-1.3.3.patch
25
+
26
+-------------------------------------------------------------------
27
+Fri Aug 15 10:47:09 CEST 2008 - poeml@suse.de
28
+
29
+- add apr-1.3.2-r685262.patch to memcache client
30
+  * Fix a memory leak introduced in r683756 and a free call to a 
31
+    non malloced pointer in the case that the platform has no threads.
32
+
33
+-------------------------------------------------------------------
34
+Fri Aug  8 02:08:22 CEST 2008 - poeml@suse.de
35
+
36
+- the libapr_memcache0 package can be considered obsolete now,
37
+  since apr 1.3.x has apr_memcache integrated; I removed it and
38
+  added an Obsoletes tag here.
39
+
40
+-------------------------------------------------------------------
41
+Fri Aug  8 01:32:03 CEST 2008 - poeml@suse.de
42
+
43
+- add pre-1.3.3 patch with all other backports, in preparation to
44
+  1.3.3 release. Plus latest version of 1.3.x non-pre_cleanup patch
45
+  (apu-memcache_leak.patch)
46
+
47
+-------------------------------------------------------------------
48
+Thu Aug  7 21:39:32 CEST 2008 - poeml@suse.de
49
+
50
+- add post-1.3.2 patches (backports from trunk committed to the
51
+  1.3.x branch)
52
+         apr-util-1.3.2-r672712-pg-counting.patch
53
+         apr-util-1.3.2-r673299-pgconfig.patch
54
+         apr-util-1.3.2-r676473-reslist-doc.patch
55
+         apr-util-1.3.2-r676801-mutex-destroy.patch
56
+         apr-util-1.3.2-r679235-mysql-reconnect.patch
57
+         apr-util-1.3.2-r679638-memcache-rusage.patch
58
+         apr-util-1.3.2-r680529-reslist-limits.patch
59
+         # to be discussed - but seems to work
60
+         apr-util-trunk-r678323-memcache-memleak.patch
61
+- drop obsolete workaround about pg_config
62
+
63
+-------------------------------------------------------------------
64
+Thu Aug  7 16:00:26 CEST 2008 - poeml@suse.de
65
+
66
+- update to 1.3.2
67
+  *) Fix parameter parsing error in ODBC DBD driver.  [Tom Donovan]
68
+  *) Older OpenLDAP implementations may have ldap_set_rebind_proc() with two
69
+     args. Provide detection code and alternative implementation.
70
+     [Ruediger Pluem]
71
+  *) Use pool memory when setting DBD driver name into the hash.
72
+     [Bojan Smojver]
73
+  *) Add ODBC DBD Driver.  [Tom Donovan]
74
+  *) Fix build of the FreeTDS and MySQL drivers.  [Bojan Smojver]
75
+  *) Fix build failure for no modules (--disable-dso).  [Jean-Frederic Clere]
76
+  *) Fix win32 build failure for no modules (empty DBD_LIST).  [William Rowe]
77
+
78
+-------------------------------------------------------------------
79
+Thu Jul 17 12:30:50 CEST 2008 - poeml@suse.de
80
+
81
+- add /usr/lib/apr-util-1 directory to RPM filelist.
82
+
83
+-------------------------------------------------------------------
84
+Tue Jun 17 00:38:50 CEST 2008 - poeml@suse.de
85
+
86
+- pg_config is evil. Make sure it is not used to find PostgreSQL
87
+  header files. Fixing build of of the PostgreSQL DBD adapter
88
+  onopenSUSE 11.0.
89
+
90
+-------------------------------------------------------------------
91
+Sun Jun 15 17:27:46 CEST 2008 - poeml@suse.de
92
+
93
+- update to 1.3.0
94
+  *) apr_reslist: destroy all resources in apr_cleanup (don't give up on error).
95
+     PR 45086 [Nick Kew]
96
+  *) Add apr_brigade_split_ex for reusing existing brigades in situation where
97
+     brigades need to be split often during the lifetime of a pool.
98
+     [Ruediger Pluem]
99
+  *) Amend apr_reslist to expire resources whose idle time exceeds ttl.
100
+     PR 42841 [Tom Donovan, Nick Kew, Ruediger Pluem]
101
+  *) Modularize ldap's stub with the dbd dso modular structure, and teach
102
+     the apu dso's to respect the system specific shared lib path var.
103
+     To link to an application without ldap libs, query 
104
+     `apu-1-config --avoid-ldap --libs` (in addition to the usual linker
105
+     queries for compiling and linking).  [William Rowe]
106
+  *) Support building DBD drivers as DSOs by default; use --disable-util-dso
107
+     flag to configure to use static link.  [Joe Orton, Bojan Smojver]
108
+  *) All DBD drivers now count rows from 1, which affects PostgreSQL and MySQL
109
+     drivers in particular. Using row number zero is an error.
110
+     [Bojan Smojver]
111
+  *) Add support for OpenLDAP's ability to support a directory of
112
+     certificate authorities. [Eric Covener]
113
+  *) Better error detection for bucket allocation failures.
114
+     [Jim Jagielski]
115
+  *) Ensure that the LDAP code can compile cleanly on platforms that do
116
+     not define the LDAP_OPT_REFHOPLIMIT symbol, most specifically Windows.
117
+     [Victor <victorjss@gmail.com>, Graham Leggett]
118
+  *) Fix the setting of LDAP_OPT_SSL on Win2k, which expects a pointer to
119
+     the value LDAP_OPT_ON, and not the value itself. XP works with both.
120
+     [Victor <victorjss@gmail.com>]
121
+  *) Fix a regression in apr_brigade_partition that causes integer overflows
122
+     on systems where apr_off_t > apr_size_t.  [Ruediger Pluem]
123
+  *) Ensure that apr_uri_unparse does not add scheme to URI if
124
+     APR_URI_UNP_OMITSITEPART flag is set. PR 44044
125
+     [Michael Clark <michael metaparadigm.com>]
126
+  *) Add an LDAP rebind implementation so that authentication can be
127
+     carried through referrals. [Paul J. Reder]
128
+  *) Fix the make test target in the spec file. [Graham Leggett]
129
+  *) Introduce apr_dbd_open_ex() [Bojan Smojver]
130
+  *) Make md5 hash files portable between EBCDIC and ASCII platforms  
131
+     [David Jones]
132
+  *) Add limited apr_dbd_freetds driver (MSSQL and Sybase) [Nick Kew]
133
+  *) Commit relicensed apr_dbd_mysql driver to /trunk/  [Nick Kew]
134
+  *) Support BerkeleyDB 4.6.  [Arfrever Frehtes Taifersar Arahesis]
135
+  *) Support Tivoli ITDS LDAP client library.  [Paul Reder]
136
+  *) Portably implement testdate's long-time constants to solve
137
+     compilation faults where #LL isn't valid.  [Curt Arnold]
138
+  *) Use buffered I/O with SDBM.  [Joe Schaefer]
139
+  *) Unify parsing of prepared statements and add binary argument functions
140
+     to DBD [Bojan Smojver with help from many on the APR list]
141
+  *) Rewrite detection of expat in configure to fix build on e.g. biarch
142
+     Linux platforms.  PR 28205.  [Joe Orton]
143
+  *) Add apr_thread_pool implementation.  [Henry Jen <henryjen ztune.net>]
144
+  *) Add support for Berkeley DB 4.5 to the configure scripts.
145
+     [Garrett Rooney]
146
+  *) Allow apr_queue.h to be included before other APR headers.
147
+     PR 40891 [Henry Jen <henryjen ztune.net>]
148
+  *) Fix precedence problem in error checking for sdbm dbm back end.
149
+     PR 40659 [Larry Cipriani <lvc lucent.com>]
150
+  *) Add an apr_reslist_acquired_count, for determining how many outstanding
151
+     resources there are in a reslist.  [Ryan Phillips <ryan trolocsis.com>]
152
+  *) Provide folding in autogenerated .manifest files for Win32 builders
153
+     using VisualStudio 2005  [William Rowe]
154
+  *) Implement DBD transaction modes
155
+     [Bojan Smojver with help from many on the APR list]
156
+  *) Implement prepared statement support in SQLite3 DBD driver
157
+     [Bojan Smojver]
158
+  *) Add get (column) name to apr_dbd API
159
+     [Bojan Smojver <bojan rexursive.com>] and
160
+     [Chris Darroch <chrisd pearsoncmg com>]
161
+  *) Make the DBD autoconf-glue use LDFLAGS instead of LIBS in several
162
+     places, fixing some configure issues on Solaris.
163
+     [Henry Jen <henryjen ztune.net>]
164
+  *) Make apr_dbd.h work as a stand alone header, without needing other
165
+     files to be included before it. [Henry Jen <henryjen ztune.net>]
166
+  *) On platforms that use autoconf stop automatically linking against
167
+     apr-iconv when an apr-iconv source dir is found in ../apr-iconv.
168
+     Instead, add a --with-apr-iconv option to configure that lets you
169
+     specify the relative path to your apr-iconv source directory.
170
+     [Garrett Rooney]
171
+  *) APR_FIND_APU macro now supports customisable detailed checks on
172
+     each installed apr-util. [Justin Erenkrantz, Colm MacCarthaigh]
173
+  *) APR_FIND_APU macro no longer checks /usr/local/apache2/
174
+     [Colm MacCarthaigh]
175
+  *) Add apr_dbd_oracle driver [Nick Kew and Chris Darroch]
176
+- remove obsolete patches:
177
+  apr-util-1.2.12-ac_configure_args.patch
178
+  apr-util-1.2.12-no_linkage.patch
179
+  apr-util-1.2.12-dso.patch
180
+  apr-util-1.2.12-link.patch
181
+  apr-util-1.2.8-r521327.patch
182
+  DSO build is now handled by the build system and it is also the
183
+  default now.
184
+- remove manual run of the testsuite, this has also been fixed
185
+  upstreams.
186
+- the DBD dsos now live in /usr/lib*/apr-util-1. 
187
+
188
+-------------------------------------------------------------------
189
+Mon Jun  9 17:17:20 CEST 2008 - poeml@suse.de
190
+
191
+- build service supports the debuginfo flag in metadata now; remove
192
+  debug_package macro from the specfile therefore.
193
+
194
+-------------------------------------------------------------------
195
+Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
196
+
197
+- added baselibs.conf file to build xxbit packages
198
+  for multilib support
199
+
200
+-------------------------------------------------------------------
201