File libdb-4_8.changes of Package libdb-4_8 (Revision 3b6b672368726d72f7e4a5a749cf16e1)
Currently displaying revision 3b6b672368726d72f7e4a5a749cf16e1 , Show latest
770
1
-------------------------------------------------------------------
2
Tue Aug 27 00:06:09 UTC 2019 - William Brown <william.brown@suse.com>
3
4
- Add opd deadlock patch as found and documented by Red Hat.
5
(bsc#1148244)
6
* 0001-OPD-deadlock-RH-BZ-1349779.patch
7
8
-------------------------------------------------------------------
9
Mon Aug 19 06:59:04 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
10
11
- Remove the getpatches as it does not work at all, oracle
12
removed the pages
13
- Use spec-cleaner
14
- Fix stripped debuginfo to make sure we can debug with libdb
15
16
-------------------------------------------------------------------
17
Thu Dec 20 12:41:18 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
18
19
- Fix the license to match up really what is in there
20
21
-------------------------------------------------------------------
22
Tue Mar 13 08:59:56 UTC 2018 - rguenther@suse.com
23
24
- Add libdb-fix-atomic.patch to fix __atomic_compare_exchange clash
25
with GCCs builtin. Fixes build with GCC8 which now rejects this.
26
27
-------------------------------------------------------------------
28
Thu Mar 31 09:50:39 UTC 2016 - tchvatal@suse.com
29
30
- Use upstream tarball
31
- Cleanup a bit with spec-cleaner
32
- remove unused script check-build.sh
33
34
-------------------------------------------------------------------
35
Mon May 12 08:52:48 UTC 2014 - schwab@suse.de
36
37
- remove generation of unused tarball
38
- remove setting of unused variable
39
40
-------------------------------------------------------------------
41
Mon Oct 21 13:05:38 UTC 2013 - coolo@suse.com
42
43
- fix update-alternatives usage
44
45
-------------------------------------------------------------------
46
Tue Oct 8 16:27:57 UTC 2013 - jengelh@inai.de
47
48
- Add update-alternatives rules to db48-utils (bnc#840738)
49
50
-------------------------------------------------------------------
51
Tue Jul 23 07:30:46 UTC 2013 - coolo@suse.com
52
53
- readd the provides of db-*, we're not going to switch to db 6.0
54
too eagerly: http://lwn.net/Articles/557487/
55
56
-------------------------------------------------------------------
57
Wed Jun 19 11:13:31 UTC 2013 - werner@suse.de
58
59
- Explicit add a conflict to other providers of /usr/lib/libdb.so
60
and /usr/lib/libdb-4.so
61
62
-------------------------------------------------------------------
63
Tue Jun 18 11:48:48 UTC 2013 - werner@suse.de
64
65
- Try to change baselibs.conf to fit coolo's comment hopefully
66
67
-------------------------------------------------------------------
68
Thu Jun 13 23:11:33 UTC 2013 - jengelh@inai.de
69
70
- Rename db_ binaries to db48_ to make room for libdb-6_0
71
- Add conflict markers against libdb-4_5 (overlapping files)
72
73
-------------------------------------------------------------------
74
Sat Nov 17 12:01:29 CET 2012 - ro@suse.de
75
76
- fix check-build.sh for kernel > 3.0
77
78
-------------------------------------------------------------------
79
Mon Jan 9 12:08:10 UTC 2012 - aj@suse.de
80
81
- Do not use build date as version string.
82
83
-------------------------------------------------------------------
84
Thu Dec 22 01:11:27 UTC 2011 - jengelh@medozas.de
85
86
- Remove redundant/unwanted tags/section (cf. specfile guidelines)
87
88
-------------------------------------------------------------------
89
Tue Dec 20 11:20:14 UTC 2011 - coolo@suse.com
90
91
- add autoconf as buildrequire to avoid implicit dependency
92
93
-------------------------------------------------------------------
94
Wed Sep 28 18:46:43 UTC 2011 - adrian@suse.de
95
96
- fix arm build
97
98
-------------------------------------------------------------------
99
Tue Sep 27 16:39:10 UTC 2011 - prusnak@opensuse.org
100
101
- enable C++ bindings
102
- spec cleanup
103
104
-------------------------------------------------------------------
105
Fri Sep 16 17:00:33 UTC 2011 - jengelh@medozas.de
106
107
- Add libdb-devel to baselibs
108
109
-------------------------------------------------------------------
110
Sat Aug 13 03:41:05 UTC 2011 - crrodriguez@opensuse.org
111
112
- Do not build static libraries
113
114
-------------------------------------------------------------------
115
Mon May 23 15:02:16 UTC 2011 - rhafer@suse.de
116
117
- Fixed summary of the -devel subpackage (bnc#694826)
118
119
-------------------------------------------------------------------
120
Wed Sep 22 12:08:25 UTC 2010 - rhafer@novell.com
121
122
- Updated to db-4.8.30. Important changes since 4.7:
123
* Improved scalability and throughput when using BTree databases
124
especially when running with multiple threads that equal or
125
exceed the number of available CPUs.
126
* Berkeley DB has added database partitioning. BTree or Hash
127
databases may now be partitioned across multiple directories.
128
Partitioned databases can be used to increase concurrency and to
129
improve performance by spreading access across disk subsystems.
130
* Berkeley DB now supports bulk insertion and deletion of data.
131
Similar to the bulk get interface, the bulk put and bulk delete
132
allow the developer to populate a buffer of key-value pairs and
133
then pass it to the BDB library with a single API call.
134
* Berkeley DB now supports compression when using BTree.
135
* Berkeley DB introduces a new utility named db_sql which replaces
136
db_codegen. Similar to db_codegen, db_sql accepts an input file
137
with DDL statements and generates a Berkeley DB application
138
using the C API that creates and performs CRUD operations on
139
the defined tables. The developer can then use that code as a
140
basis for further application development.
141
* The Replication Manager now supports shared access to the Master
142
database environment from multiple processes. In earlier
143
versions, multiple process support on the Master required use
144
of the Base Replication API.
145
* Foreign Key Support has been added to Berkeley DB.
146
* for a more detailed changelog see the changelog_4_8.html file
147
in db-doc package.
148
- Removed db-utils-doc subpackage the utils documentation is now
149
integrated with the API documentation.
150
151
-------------------------------------------------------------------
152
Mon Jun 28 06:38:35 UTC 2010 - jengelh@medozas.de
153
154
- use %_smp_mflags
155
156
-------------------------------------------------------------------
157
Wed Dec 16 10:51:58 CET 2009 - jengelh@medozas.de
158
159
- Package documentation as noarch
160
161
-------------------------------------------------------------------
162
Sun Dec 6 14:22:39 CET 2009 - jengelh@medozas.de
163
164
- Enable parallel building for libdb-4_5 package
165
166
-------------------------------------------------------------------
167
Wed Aug 26 12:53:54 CEST 2009 - mls@suse.de
168
169
- make patch0 usage consistent
170
171
-------------------------------------------------------------------
172
Tue Jan 13 12:34:56 CET 2009 - olh@suse.de
173
174
- obsolete old -XXbit packages (bnc#437293)
175
176
-------------------------------------------------------------------
177
Fri Nov 21 16:39:20 CET 2008 - ro@suse.de
178
179
- update check-build.sh
180
181
-------------------------------------------------------------------
182
Fri Jun 27 11:44:14 CEST 2008 - schwab@suse.de
183
184
- Fix configure script.
185
186
-------------------------------------------------------------------
187
Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de
188
189
- added baselibs.conf file to build xxbit packages
190
for multilib support
191
192
-------------------------------------------------------------------
193
Tue May 15 12:17:19 CEST 2007 - kesselborn@suse.de
194
195
- copied spec file from db44
196
- changed package structure to:
197
db-doc
198
db-utils
199
db-utils-doc
200
libdb-4_5
201
libdb-4_5
202
- update to version 4.5:
203
204
Database or Log File On-Disk Format Changes:
205
206
None
207
208
New Features:
209
210
1. A new event style notification.
211
2. Multi-Version Concurrency Control for the Btree/Recno
212
access methods.
213
3. A new replication framework with a default TCP/IP setup.
214
4. A new port to the BREW platform (a cell phone OS), not
215
fully supported but ready for testing.
216
5. Several enhancements to the Java Collections API including
217
the implementation of the size() method.
218
6. Online replication upgrades for high availability replicated
219
24/7 systems.
220
221
Database Environment Changes:
222
223
1. Update the DB_ENV->failchk method to garbage collect
224
per-process mutexes stranded after unexpected process
225
failure. [#13964]
226
2. Fix a bug that could cause memory used to track threads
227
for DB_ENV->failchk to not be reused when a thread no longer
228
exists. [#14425]
229
3. Add set_event_notify behavior as part of new event
230
notification in Berkeley DB. [#14534]
231
4. Fix a bug so that we no longer panic on DB_ENV->close()
232
if a previous environment close failed to log. This condition
233
will now return an error. [#14693]
234
235
Concurrent Data Store Changes:
236
237
1. Fix a bug where renaming a subdatabase in a Concurrent
238
Data Store environment could fail. [#14185]
239
240
General Access Method Changes:
241
242
1. Fix a bug that could leave extra unallocated pages at the
243
end of a database file. [#14031]
244
2. Optimize secondary updates when overwriting primary
245
records. [#14075]
246
3. Fix a bug to prevent a trap when creating a named in-memory
247
database and there are already temporary files open. [#14133]
248
4. Fix a bug which caused a trap if the key parameter to
249
DBC->c_get was omitted with DB_CURRENT. [#14143]
250
5. Fix a bug with secondary cursors when the secondary has
251
off-page duplicates. This bug resulted in incorrect primary
252
data being returned. [#14240]
253
6. Fix a bug that would not properly upgrade database files
254
from releases 3.2.9 (and earlier) to releases 4.0 (and
255
greater). [#14461]
256
7. Fix a bug that could cause a DB_READ_UNCOMMITTED get through
257
a secondary index to return DB_SECONDARY_CORRUPT. [#14487]
258
8. Fix a bug so that non-transactional cursor updates of a
259
transactional database will generate an error. [#14519]
260
9. Add a message when the system panics due to a page in the
261
wrong state at its time of allocation. [#14527]
262
263
Btree Access Method Changes:
264
265
1. Fix a bug that could cause a diagnostic assertion by setting
266
the deleted bit on a record in an internal node. [#13944]
267
2. Fix 3 problems in BTREE compaction: [#14238]
268
1. When deleting a page don't check the next key in
269
the parent if we are going to delete the parent too.
270
2. Need to check that the tree has not collapsed between
271
dropping a read lock and getting the write lock. If it
272
has collapsed we will fetch the root of the tree.
273
3. Fix a case where we fail to lock the next page before
274
reading it.
275
3. Fix a bug that could cause the compaction of a Btree with
276
sorted duplicates to fail when attempting to compact an off
277
page duplicate tree if a key could not fit in an internal
278
node. [#14771]
279
4. Fix a bug that causes a loop if an empty Btree was
280
compacted. [#14493]
281
282
Hash Access Method Changes:
283
284
1. Fix a bug that could cause corruption in queue extent
285
files if multiple processes tried to open the same extent at
286
the same time. [#14438]
287
288
Queue Access Method Changes:
289
290
1. Fix a bug that caused locks not maintained where queue
291
records were read but not present in the queue at the end of
292
a transaction, therefore violating serializability. [#13719]
293
294
Recno Access Method Changes:
295
296
None
297
298
C++-specific API Changes:
299
300
1. C++ applications that check could the error code in
301
exceptions should note that DbMemoryException has been changed
302
to have the error code DB_BUFFER_SMALL rather than ENOMEM, to
303
match the error returned by the C API. DbMemoryException will
304
be thrown when a Dbt is too small to contain data returned
305
by Berkeley DB. When a call to malloc fails, or some other
306
resource is exhausted, a plain DbException will be thrown
307
with error code set to ENOMEM. [#13939]
308
309
Java-specific API Changes:
310
311
1. Database.verify may now be called. This method is now
312
static and takes a DatabaseConfig parameter. [#13971]
313
2. Add DB_ENV->{fileid_reset, lsn_reset} to the public
314
API. [#14076]
315
316
Java collections and bind API Changes:
317
318
1. The com.sleepycat.collections package is now fully
319
compatible with the Java Collections framework. [#14732]
320
321
Tcl-specific API Changes:
322
323
None
324
325
RPC-specific Client/Server Changes:
326
327
None
328
329
Replication Changes:
330
331
1. Fix a bug so that internal init will remove client databases
332
at the start of internal init. [#14147]
333
2. Fix a bug in replication internal init so that using
334
data_dir will be handled correctly. Make internal
335
init resilient to multiple data_dir calls with the same
336
directory. [#14489]
337
3. Fix a bug in the 4.2 sync-up algorithm that could result
338
in no open files. [#14552]
339
4. Fix a bug where a PERM bulk buffer could have a zero LSN
340
passed to the application callback. [#14675]
341
5. Change names of some existing replication API methods
342
as described in "Replication Method Naming" page of the
343
"Upgrading Berkeley DB Applications to Release 4.5" section
344
of Berkeley DB Reference Guide. [#14723]
345
6. Fix a bug which could cause an election to succeed only
346
after waiting for the timeout to expire, even when all sites
347
responded in a timely manner. The bug was most easily visible
348
in an election between 2 sites. [#14752]
349
350
XA Resource Manager Changes:
351
352
None
353
354
Locking Subsystem Changes:
355
356
1. Fix a bug that could cause a writer to hang if
357
readuncommitted is enabled and it tries to reacquire a write
358
lock. [#14919]
359
360
Logging Subsystem Changes:
361
362
1. Fix a bug so that log headers are now included in
363
the check sum. This avoids a possible race in doing hot
364
backups. [#11636].
365
2. Fix a bug where recovery fails if there is no disk space
366
for the forced checkpoint that occurs at the end of processing
367
the log. [#13986]
368
3. Fix a bug which could cause a page to be missing from
369
the end of a database file if the page at the end of the
370
file was freed while it contained data and the system was
371
restarted prior to the log record for that free was flushed
372
to disk. [#14090]
373
4. Fix a bug that could cause log files to be incorrectly
374
removed by log_archive if it was run immediately after
375
recovery. [#14874]
376
377
Memory Pool Subsystem Changes:
378
379
1. Fix a bug that could cause corruption to the buffer
380
pool cache if a race condition was hit while using
381
DB->Compact. [#14360]
382
2. Fix a bug where cache pages could be leaked in applications
383
creating temporary files for which the DB_MPOOL_NOFILE flag
384
was set. [#14544]
385
386
Transaction Subsystem Changes:
387
388
1. Fix a bug that could cause extra empty pages to appear in
389
a database file after recovery. [#11118]
390
2. Fix a bug triggered when running recovery with a feedback
391
function that could cause a NULL pointer dereference. [#13834]
392
3. Fix a bug where running recovery could create duplicate
393
entries in the data directory list. [#13884]
394
4. Fix a bug to not trade locks if a write lock is already
395
owned. [#13917]
396
5. Fix a bug that could cause traps or hangs if the
397
DB_TXN->set_name function is used in a multithreaded
398
application. [#14033]
399
6. Fix a bug so that a transaction can no longer be committed
400
after it had deadlocked. [#14037]
401
7. Fix a bug that could cause a trap during recovery if
402
multiple operations that could remove the same extent are
403
recovered. [#14061]
404
8. Fix a bug that could cause an extent file to be deleted
405
after the last record in the extent was consumed but the
406
consuming transaction was aborted. [#14179]
407
9. Fix a bug where the parent database would not use
408
DB_READ_UNCOMMITTED in certain cases when calling
409
DBC->c_pget. [#14361]
410
10. Fix a bug so that it is no longer possible to do a
411
non-transactional cursor update on a database that is opened
412
transactionally. [#14519]
413
11. Fix a bug that causes a sequence to ignore the
414
DB_AUTO_COMMIT settings. [#14582]
415
12. Fix a bug, change txn_recover so that multiple processes
416
will recover prepared transactions without requiring that the
417
first process stay active. [#14707]
418
419
Utility Changes:
420
421
1. Fix a bug that caused db_verify to not check the order on
422
leaf pages which were the leftmost children of an internal
423
node. [#13004]
424
2. Fix a bug that caused db_hotbackup to not backup queue
425
extent files. [#13848]
426
3. Fix a bug so that db_verify no longer reports that an
427
unused hash page is not fully zeroed. [#14030]
428
4. Fix a bug where db_stat ignored the -f option to return
429
"fast statistics". [#14283]
430
5. Fix a bug that prevented the db_stat utility from opening
431
database files with write permission so that meta data
432
statistics would be updated. [#14755]
433
434
Configuration, Documentation, Portability and Build Changes:
435
436
1. The Berkeley DB 4.3 and 4.4 releases disallowed using
437
the --with-uniquename configuration option with the C++,
438
Java, or RPC --enable-XXX options. The 4.5 release returns
439
to the 4.2 release behavior, allowing those combinations of
440
configuration options. [#14067]
441
2. Fix build issues when CONFIG_TEST is not enabled for
442
Tcl. [#14507]
443
3. There are updated build instructions for Berkeley DB PHP
444
module on Linux. [#14249]
445
4. Use libtool's "standard" environment variable names so that
446
you can set "AR" to "ar -X64" for example, and modify both
447
libtool and the Makefile commands. Remove the install-strip
448
target from the Makefile, it is no longer used. [#14726]
449
450
451
452
-------------------------------------------------------------------
453
Fri May 4 16:20:31 CEST 2007 - dbornkessel@suse.de
454
455
- moved libdb-4.so to devel package
456
- renamed package to db44
457
- cleaned up spec file
458
459
-------------------------------------------------------------------
460
Thu Apr 19 12:00:12 CEST 2007 - dmueller@suse.de
461
462
- remove unused db_cxx libraries
463
464
-------------------------------------------------------------------
465
Tue Mar 20 18:04:25 CET 2007 - rguenther@suse.de
466
467
- Remove unused ed BuildRequires.
468
469
-------------------------------------------------------------------
470
Tue Sep 12 15:14:31 CEST 2006 - rhafer@suse.de
471
472
- updated to db-4.4.20 (plus released Sleepycat patches). Most
473
important changes:
474
* Add support to compact an existing Btree database.
475
* Add support for named in-memory databases.
476
* Add support for database environment recovery serialization.
477
* Add utility for performing hot backups of a database
478
environment.
479
* Add replication configuration API.
480
- removed Assembler mutex code patch which wasn't used anymore
481
anyways
482
483
-------------------------------------------------------------------
484
Wed Jan 25 21:30:05 CET 2006 - mls@suse.de
485
486
- converted neededforbuild to BuildRequires
487
488
-------------------------------------------------------------------
489
Fri Jan 13 00:15:07 CET 2006 - schwab@suse.de
490
491
- Don't strip binaries.
492
493
-------------------------------------------------------------------
494
Sun Oct 23 21:02:05 CEST 2005 - kukuk@suse.de
495
496
- Libtool is crap
497
498
-------------------------------------------------------------------
499
Thu Oct 20 13:38:18 CEST 2005 - kukuk@suse.de
500
501
- Remove LinuxThreads support
502
503
-------------------------------------------------------------------
504
Mon Oct 10 15:38:24 CEST 2005 - kukuk@suse.de
505
506
- Update to version 4.3.29
507
- Add Getting Started Guide to devel package [#117776]
508
509
-------------------------------------------------------------------
510
Sun Sep 18 13:38:23 CEST 2005 - kukuk@suse.de
511
512
- Compile with -fno-strict-aliasing
513
514
-------------------------------------------------------------------
515
Wed Jul 13 12:55:18 CEST 2005 - kukuk@suse.de
516
517
- Remove duplicate index.html from db-devel
518
519
-------------------------------------------------------------------
520
Mon Jul 11 11:07:28 CEST 2005 - kukuk@suse.de
521
522
- Fix compiling with NPTL only glibc
523
- Remove *.la files
524
- Add glibc-devel to db-devel Requires
525
526
-------------------------------------------------------------------
527
Thu Jun 9 14:31:08 CEST 2005 - kukuk@suse.de
528
529
- Fix compiler warnings, remove obsolete compiler flags
530
531
-------------------------------------------------------------------
532
Tue Jan 25 09:46:12 CET 2005 - choeger@suse.de
533
534
- Update to 4.3.27
535
536
-------------------------------------------------------------------
537
Thu Nov 18 13:32:12 CET 2004 - kukuk@suse.de
538
539
- Update to 4.3.21
540
541
-------------------------------------------------------------------
542
Fri Sep 10 17:26:08 CEST 2004 - kukuk@suse.de
543
544
- i586 now also has NPTL support
545
546
-------------------------------------------------------------------
547
Mon May 10 17:17:45 CEST 2004 - kukuk@suse.de
548
549
- Add libtool workaround to always get a soname [Bug #39128]
550
551
-------------------------------------------------------------------
552
Thu Mar 25 17:12:13 CET 2004 - kukuk@suse.de
553
554
- Add a locking fix for replication clients
555
556
-------------------------------------------------------------------
557
Wed Mar 24 22:05:01 CET 2004 - meissner@suse.de
558
559
- Slightly adjusted ppc locking to use isync at
560
the right place.
561
- actually apply Thorstens last patch.
562
563
-------------------------------------------------------------------
564
Mon Jan 12 16:57:06 CET 2004 - kukuk@suse.de
565
566
- Add patch to fix problem with long-running applications
567
hanging in DB cache.
568
569
-------------------------------------------------------------------
570
Mon Jan 12 09:33:28 CET 2004 - kukuk@suse.de
571
572
- Add/Remove nptl libraries to/from ldconfig cache
573
574
-------------------------------------------------------------------
575
Tue Dec 16 15:25:37 CET 2003 - kukuk@suse.de
576
577
- Fix libtool.ac for AMD64
578
- Fix mutex.ac for MIPS
579
580
-------------------------------------------------------------------
581
Mon Dec 15 18:15:30 CET 2003 - kukuk@suse.de
582
583
- Update to version 4.2.52
584
- Disable MIPS patch temporary
585
586
-------------------------------------------------------------------
587
Tue Dec 9 16:01:06 CET 2003 - kukuk@suse.de
588
589
- Add s390 as NPTL architecture
590
591
-------------------------------------------------------------------
592
Thu Nov 27 08:32:36 CET 2003 - kukuk@suse.de
593
594
- Fix linking of libdb_cxx.so
595
596
-------------------------------------------------------------------
597
Mon Nov 24 08:46:51 CET 2003 - kukuk@suse.de
598
599
- Link non-NPTL libdb on NPTL archs against pthread library, too
600
601
-------------------------------------------------------------------
602
Fri Nov 21 08:22:27 CET 2003 - kukuk@suse.de
603
604
- Remove old, unused patches
605
- Compile with no-execstack
606
- Add db linked against nptl pthread library
607
608
-------------------------------------------------------------------
609
Fri Oct 17 21:12:16 CEST 2003 - adrian@suse.de
610
611
- revert last change and implement fast mutexes for mips
612
(partly taken from linux kernel source)
613
614
-------------------------------------------------------------------
615
Wed Oct 15 19:38:18 CEST 2003 - adrian@suse.de
616
617
- use posixmutexes on mips
618
619
-------------------------------------------------------------------
620
Wed Oct 15 17:12:17 CEST 2003 - kukuk@suse.de
621
622
- Build as non root
623
624
-------------------------------------------------------------------
625
Thu Oct 2 17:56:34 CEST 2003 - kukuk@suse.de
626
627
- Remove ed from needed for build
628
629
-------------------------------------------------------------------
630
Fri Sep 26 12:55:21 CEST 2003 - kukuk@suse.de
631
632
- Disable db_dump185
633
- Enable compiler warnings
634
- Disable strict aliasing
635
636
-------------------------------------------------------------------
637
Mon Jun 23 17:30:54 CEST 2003 - meissner@suse.de
638
639
- PPC needs isync after bne or it might break on SMP systems
640
and lwsync (sync all previous memory operations) on unset.
641
642
-------------------------------------------------------------------
643
Mon May 12 18:47:05 CEST 2003 - kukuk@suse.de
644
645
- Add examples_{c,cxx} to devel filelist
646
647
-------------------------------------------------------------------
648
Thu May 8 17:47:01 CEST 2003 - kukuk@suse.de
649
650
- Update to 4.1.25
651
652
-------------------------------------------------------------------
653
Thu Jan 23 20:31:56 CET 2003 - bg@suse.de
654
655
- Fix mutex support for hppa
656
(patch by Keith Bostic, bostic@sleepycat.com)
657
658
-------------------------------------------------------------------
659
Thu Jan 9 10:58:58 CET 2003 - kukuk@suse.de
660
661
- Add db4-4.0.14-recover.patch: fix endless loop with db_recover
662
663
-------------------------------------------------------------------
664
Mon Sep 16 17:45:11 CEST 2002 - rhafer@suse.de
665
666
- Added locker-leak-fix.dif, which fixes a resource leak triggerd
667
by openldap2 and larger databases. For more details see:
668
www.openldap.org/its/index.cgi/Software%20Bugs?id=2040
669
670
-------------------------------------------------------------------
671
Sat Aug 31 00:55:21 CEST 2002 - schwab@suse.de
672
673
- Fix last libstdc++ change for real.
674
675
-------------------------------------------------------------------
676
Fri Aug 30 12:57:27 CEST 2002 - kukuk@suse.de
677
678
- Fix last libstdc++ change
679
680
-------------------------------------------------------------------
681
Tue Aug 27 17:25:05 CEST 2002 - pthomas@suse.de
682
683
- Explicitely link libdb_cxx against libstdc++. This is a hack
684
until libtool 1.4e is released.
685
686
- Directly pass RPM_OPT_FLAGS as CFLAGS and CXXFLAGS.
687
688
-------------------------------------------------------------------
689
Thu Jul 25 13:18:59 CEST 2002 - rhafer@suse.de
690
691
- fix for mutex support on s390 (by bk@suse.de)
692
- rebuild configure script during build (using s_conf)
693
694
-------------------------------------------------------------------
695
Wed Jul 3 14:27:13 CEST 2002 - uli@suse.de
696
697
- added mutex support for x86-64
698
699
-------------------------------------------------------------------
700
Fri May 10 15:34:10 CEST 2002 - kukuk@suse.de
701
702
- Add patch to fix missing mutex support on Alpha, SPARC and s390
703
704
-------------------------------------------------------------------
705
Fri May 3 14:51:50 CEST 2002 - kukuk@suse.de
706
707
- correct calculation of needed space for shalloc [Bug #12096]
708
709
-------------------------------------------------------------------
710
Mon Jan 21 15:29:20 CET 2002 - kukuk@suse.de
711
712
- Update to db 4.0.14
713
- put all documenation into /usr/share/doc/packages/db, so html
714
index works.
715
716
-------------------------------------------------------------------
717
Thu Nov 15 10:22:29 CET 2001 - ro@suse.de
718
719
- added patch 3.3.11.1
720
Fix a bug in DB 1.85 compatibility mode that could cause
721
DB 1.85 applications to fail to compile
722
723
-------------------------------------------------------------------
724
Mon Nov 5 14:47:13 CET 2001 - adrian@suse.de
725
726
- update to 3.3.11
727
- move optional documentation to db-extensions-devel package
728
729
-------------------------------------------------------------------
730
Fri Jul 20 14:09:04 CEST 2001 - kukuk@suse.de
731
732
- Fix build on multilib archs
733
734
-------------------------------------------------------------------
735
Wed Jun 6 15:39:19 EDT 2001 - bk@suse.de
736
737
- add suse_update_config for s390x
738
739
-------------------------------------------------------------------
740
Wed May 9 14:05:29 CEST 2001 - mfabian@suse.de
741
742
- bzip2 sources
743
744
-------------------------------------------------------------------
745
Sat Mar 31 21:43:05 CEST 2001 - schwab@suse.de
746
747
- Build static and shared libraries in one go.
748
749
-------------------------------------------------------------------
750
Mon Nov 6 10:51:07 CET 2000 - kukuk@suse.de
751
752
- Add /usr/include/db_185.h and /usr/include/db_cxx.h
753
754
-------------------------------------------------------------------
755
Wed Oct 25 21:08:46 CEST 2000 - kukuk@suse.de
756
757
- Install static library versions, too
758
759
-------------------------------------------------------------------
760
Sat Oct 21 18:53:08 CEST 2000 - kukuk@suse.de
761
762
- Fix documentation
763
- Add /usr/include/db.h
764
765
-------------------------------------------------------------------
766
Wed Oct 18 09:50:12 CEST 2000 - kukuk@suse.de
767
768
- initial version
769
770