File commoncpp2.changes of Package commoncpp2
1
-------------------------------------------------------------------
2
Sat Apr 24 10:42:22 UTC 2010 - coolo@novell.com
3
4
- buildrequire pkg-config to fix provides
5
6
-------------------------------------------------------------------
7
Fri Feb 5 01:17:24 UTC 2010 - jengelh@medozas.de
8
9
- compile fix for mempager.cpp
10
11
-------------------------------------------------------------------
12
Tue Jun 9 00:52:12 CEST 2009 - ro@suse.de
13
14
- strchr now returns a const char*
15
16
-------------------------------------------------------------------
17
Mon May 12 01:19:14 CEST 2008 - crrodriguez@suse.de
18
19
- Correct dependency chain between commoncpp2->ccrtp->libzrtpcpp
20
- disable static libraries
21
22
-------------------------------------------------------------------
23
Mon Apr 14 15:16:05 CEST 2008 - schwab@suse.de
24
25
- Work around misuse of libtool.
26
27
-------------------------------------------------------------------
28
Mon Jan 14 17:01:16 CET 2008 - rhafer@suse.de
29
30
- update to 1.6.1
31
- some fixups for mingw32 based builds
32
- patch for ThreadQueue from Angelo Naselli
33
- patch for LinkedDouble from Sergio Repetto (changed abi)
34
- fixed buildfailures on 64bit Plattforms
35
36
-------------------------------------------------------------------
37
Thu Jan 10 14:34:47 CET 2008 - ro@suse.de
38
39
- remove make -j for now, makefile deps are broken
40
41
-------------------------------------------------------------------
42
Tue Nov 27 11:46:13 CET 2007 - rhafer@suse.de
43
44
- update to 1.5.9 (smaller changes in the build enviroment)
45
- fixed rpmlint warnings
46
- Updated library's SONAME as the ABI was changed with the 1.5.3
47
release. (Bug #343847, see also Debian Bug# 402009)
48
49
-------------------------------------------------------------------
50
Fri Aug 3 13:54:40 CEST 2007 - dmueller@suse.de
51
52
- update to 1.5.7
53
* downstream gcc 4.3 and isRunning fix from Mark Purcell
54
* sha digest cleanup
55
* visibility for shared library symbols
56
* hi resolution and monotonic timers for TimerPort
57
* TimerPort synchronized sleep
58
* Angelo Naselli's revised timed buffer thread queue
59
* other minor patches and fixes, code cleanup
60
61
-------------------------------------------------------------------
62
Sun Apr 29 01:09:26 CEST 2007 - dmueller@suse.de
63
64
- fix undefined references in libccext2
65
66
-------------------------------------------------------------------
67
Tue Jan 16 15:17:38 CET 2007 - rhafer@suse.de
68
69
- update to 1.5.3
70
* some code cleanup of operators and const members
71
* fix for include path passed in .pc files.
72
* added IPV4/V6Cidr objects for use in routing policies.
73
* removed libxml2 wrapper option so we can better focus on Common
74
C++'s built-in sax parser.
75
* addition of "clean" MemPager protected member, used by Keydata
76
to assure dynamic object behavior is correct and non-leaking.
77
* fix for getThread id if priv is NULL.
78
* fix for extern "C" of handlers and types.
79
* fix for keydata loadPrefix for w32.
80
* use readData/writeData for overflow/underflow in TCPStream to
81
allow override in SSLStream
82
* optional introduction of SSLStream class
83
* new SSLStream class cannot be built substituting gnutls yet
84
because openssl emulation is not thread-safe and so class must
85
be rewritten explicitly for gnutls. Hence for now ssl is
86
disabled by default
87
- Use RPM_OPT_FLAGS for CXXFLAGS
88
89
-------------------------------------------------------------------
90
Fri Nov 10 12:22:16 CET 2006 - ro@suse.de
91
92
- fix docu permissions
93
94
-------------------------------------------------------------------
95
Tue Jul 18 17:40:31 CEST 2006 - kkaempf@suse.de
96
97
- update to 1.4.2
98
Most notable changes since 1.3.1:
99
- include path rename from /usr/include/cc++2
100
to /usr/include/cc++
101
- RefPointer and RefObject classes for reference count managed
102
objects
103
- LinkedSingle and LinkedDouble self managing linked list classes
104
- MapTable and mapObject classes for managed hash indexes
105
- Some convenience functions for keydata
106
- conditional build for extras library
107
- isRealtime check for thread priority management
108
- moved templates into main header
109
- keydata uses bigger default paging for >32 bit pointers.
110
- new errLockFailure indicator for Thread shared files.
111
112
-------------------------------------------------------------------
113
Wed Jan 25 21:35:04 CET 2006 - mls@suse.de
114
115
- converted neededforbuild to BuildRequires
116
117
-------------------------------------------------------------------
118
Thu Apr 7 23:04:23 CEST 2005 - kkaempf@suse.de
119
120
- update to 1.3.1
121
- add virtual destructors to classes with virtual functions (will
122
keep gcc4 happy)
123
124
-------------------------------------------------------------------
125
Fri Jan 21 14:22:50 CET 2005 - rhafer@suse.de
126
127
- updated to 1.3.0
128
129
-------------------------------------------------------------------
130
Tue Aug 10 10:21:38 CEST 2004 - kkaempf@suse.de
131
132
- undef __DLLRTL since its used in windows only and triggers lots
133
of warnings in linux.
134
135
-------------------------------------------------------------------
136
Fri Aug 6 14:57:22 CEST 2004 - rhafer@suse.de
137
138
- updated to 1.2.4
139
140
-------------------------------------------------------------------
141
Sat Jan 10 12:02:33 CET 2004 - adrian@suse.de
142
143
- let -devel package also require libstdc++-devel
144
- fix build as user
145
146
-------------------------------------------------------------------
147
Mon Jul 28 11:06:43 CEST 2003 - rhafer@suse.de
148
149
- updated to 1.0.13
150
- use prebuilt documentation to drop "doxygen" from neededforbuild
151
152
-------------------------------------------------------------------
153
Wed May 14 13:42:54 CEST 2003 - rhafer@suse.de
154
155
- updated to 1.0.9
156
- remove uneeded files from BuildRoot
157
158
-------------------------------------------------------------------
159
Sat Jan 4 18:29:04 CET 2003 - kkaempf@suse.de
160
161
- fix assignment ambiguity.
162
163
-------------------------------------------------------------------
164
Thu Nov 28 15:10:53 CET 2002 - rhafer@suse.de
165
166
- Updated to 1.0.7
167
168
-------------------------------------------------------------------
169
Sun Nov 3 23:52:23 CET 2002 - ro@suse.de
170
171
- comment out unused function on alpha
172
173
-------------------------------------------------------------------
174
Thu Oct 24 18:01:43 CEST 2002 - rhafer@suse.de
175
176
- Updated to 1.0.3
177
- moved html docs to /usr/share/doc/packages/CommonC++ (#20551)
178
- added libxml2-devel to Requires for -devel (#20552)
179
- small fix in Makefile.am (CommonC++-.dif)
180
181
-------------------------------------------------------------------
182
Thu Aug 8 10:27:44 CEST 2002 - rhafer@suse.de
183
184
- Updated to 0.99.7
185
186
-------------------------------------------------------------------
187
Thu Jun 6 16:57:40 CEST 2002 - rhafer@suse.de
188
189
- updated to version 0.99.4
190
- included libxml2 in neededforbuild to build with XML support
191
- new subpackage -doc which contains HTML documentation
192
193
-------------------------------------------------------------------
194
Thu Apr 25 16:27:49 CEST 2002 - sf@suse.de
195
196
- added %{_libdir} to configure to compile on lib64-archs
197
198
-------------------------------------------------------------------
199
Mon Apr 22 16:38:24 CEST 2002 - ro@suse.de
200
201
- update to commoncpp2-0.99.3
202
- package should probably be renamed
203
204
-------------------------------------------------------------------
205
Thu Apr 11 15:15:25 CEST 2002 - coolo@suse.de
206
207
- patch for gcc 3.1
208
209
-------------------------------------------------------------------
210
Wed Apr 3 01:45:19 CEST 2002 - ro@suse.de
211
212
- fixed for automake/autoconf
213
214
-------------------------------------------------------------------
215
Thu Feb 21 17:43:45 CET 2002 - schwab@suse.de
216
217
- Fix configure check for <exception> header.
218
219
-------------------------------------------------------------------
220
Mon Feb 11 16:12:52 CET 2002 - rhafer@suse.de
221
222
- updated to 1.9.5
223
- Cleanup in .spec (removed calls to ldconfig and strip)
224
225
-------------------------------------------------------------------
226
Fri Jan 11 15:51:46 CET 2002 - schwab@suse.de
227
228
- Fix missing namespace prefix.
229
230
-------------------------------------------------------------------
231
Thu Jan 10 17:49:36 CET 2002 - rhafer@suse.de
232
233
- Update to version 1.9.4
234
235
-------------------------------------------------------------------
236
Thu Jan 3 17:03:48 CET 2002 - schwab@suse.de
237
238
- Provide atomic operations for ia64.
239
240
-------------------------------------------------------------------
241
Thu Dec 13 09:21:58 CET 2001 - kkaempf@suse.de
242
243
- update to 1.9.2
244
245
-------------------------------------------------------------------
246
Wed Dec 5 10:17:45 CET 2001 - kkaempf@suse.de
247
248
- Update to version 1.9.1
249
- Rename to CommonC++ (as specified in original .spec file)
250
- Clean up .spec file, adapt filelist to original .spec file
251
252
-------------------------------------------------------------------
253
Tue Oct 16 10:59:21 CEST 2001 - kkaempf@suse.de
254
255
- Update to version 1.6.1
256
257
-------------------------------------------------------------------
258
Wed Jul 4 13:58:49 CEST 2001 - rhafer@suse.de
259
260
- Updated to version 1.5.0
261
- some changes for gcc3.0
262
263
-------------------------------------------------------------------
264
Wed Jun 6 13:34:14 CEST 2001 - rhafer@suse.de
265
266
- Updated to version 1.4.3
267
- workaround for problem with pthread_delay_np()
268
269
-------------------------------------------------------------------
270
Wed May 9 22:53:26 CEST 2001 - mfabian@suse.de
271
272
- bzip2 sources
273
274
-------------------------------------------------------------------
275
Thu Apr 19 14:52:24 CEST 2001 - rhafer@suse.de
276
277
- Updated to version 1.4.1
278
279
-------------------------------------------------------------------
280
Thu Mar 29 17:12:43 CEST 2001 - schwab@suse.de
281
282
- Don't include kernel headers.
283
- Fix use of %suse_update_config.
284
- Move *.so to devel package.
285
286
-------------------------------------------------------------------
287
Tue Mar 6 13:21:51 CET 2001 - rhafer@suse.de
288
289
- renamed development package to commonc++-devel
290
- replaced static compiler flags with $RPM_OPT_FLAGS
291
292
-------------------------------------------------------------------
293
Mon Mar 5 17:25:45 CET 2001 - rhafer@suse.de
294
295
- initial Version
296
297