diff options
author | jlam <jlam@pkgsrc.org> | 2004-12-27 04:27:49 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-12-27 04:27:49 +0000 |
commit | 0360ff8bd5f3aca97b7f70091609eb528b410eb0 (patch) | |
tree | e1490d42b3b798939d02e763d24432f8255fb09f /doc | |
parent | c011af3a69645ed2cbcc32515390a8a125eba794 (diff) | |
download | pkgsrc-0360ff8bd5f3aca97b7f70091609eb528b410eb0.tar.gz |
Update databases/db4 to 4.3.21. Changes from version 4.2.25 include:
* Automatic initialization of replication clients
* Replication election process is now Paxos compliant
* In memory transaction logs allowing in memory databases
* Enhanced Java API nearly identical to that of our Java Edition
* Native support for sequence number generation
* Degree 2 transaction isolation
* Mutex statistics can now be easily gathered and recorded
* Support for Itanium2 chips running Windows XP
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 75f20dcf98f..683b7998188 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.8467 2004/12/26 23:57:31 jlam Exp $ +$NetBSD: CHANGES,v 1.8468 2004/12/27 04:27:52 jlam Exp $ Changes to the packages collection and infrastructure in 2004: @@ -6581,3 +6581,4 @@ Changes to the packages collection and infrastructure in 2004: Updated gsasl to 0.2.3 [wiz 2004-12-26] Updated p5-GD to 2.1 [jlam 2004-12-26] Added p5-Kwiki-Scode-0.02 [jlam 2004-12-26] + Updated db4 to 4.3.21 [jlam 2004-12-27] |