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