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