]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Prep for release LMDB_1.0.0
authorQuanah Gibson-Mount <quanah@openldap.org>
Tue, 30 Jun 2026 15:26:32 +0000 (15:26 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 30 Jun 2026 15:26:32 +0000 (15:26 +0000)
libraries/liblmdb/CHANGES
libraries/liblmdb/lmdb.h
libraries/liblmdb/mdb_copy.1
libraries/liblmdb/mdb_drop.1
libraries/liblmdb/mdb_dump.1
libraries/liblmdb/mdb_load.1
libraries/liblmdb/mdb_stat.1

index 6b59127e8f24fc0415694378497982bb4ae14672..fdcf3c36606ef15742f1805f31785f79e24583f2 100644 (file)
@@ -1,3 +1,4 @@
 LMDB 1.0 Change Log
 
-LMDB 1.0.0 Release (2026/04/28)
+LMDB 1.0.0 Release (2026/06/30)
+       Many fixes/enhancements
index df072d16696cdae41fd87a7c6074b4ca48fb6167..641a3d59b49280587e33a359ac11ed36335afc71 100644 (file)
@@ -246,7 +246,7 @@ typedef int mdb_filehandle_t;
        MDB_VERINT(MDB_VERSION_MAJOR,MDB_VERSION_MINOR,MDB_VERSION_PATCH)
 
 /** The release date of this library version */
-#define MDB_VERSION_DATE       "April 28, 2026"
+#define MDB_VERSION_DATE       "June 30, 2026"
 
 /** A stringifier for the version info */
 #define MDB_VERSTR(a,b,c,d)    "LMDB " #a "." #b "." #c ": (" d ")"
index 3f1cdf91593e85f5869c6b2d2bde7fdf08f7946f..f4fa22fd60cbcc86fe689983779df891493fb0cb 100644 (file)
@@ -1,4 +1,4 @@
-.TH MDB_COPY 1 "2026/04/28" "LMDB 1.0.0"
+.TH MDB_COPY 1 "2026/06/30" "LMDB 1.0.0"
 .\" Copyright 2012-2026 Howard Chu, Symas Corp. All Rights Reserved.
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
index ec95ca2ff7e0f24327ef7460e2afce4913b3019c..e0269a5f0311b9e4d31859b18d0edcc879079f39 100644 (file)
@@ -1,4 +1,4 @@
-.TH MDB_DROP 1 "2026/04/28" "LMDB 1.0.0"
+.TH MDB_DROP 1 "2026/06/30" "LMDB 1.0.0"
 .\" Copyright 2014-2026 Howard Chu, Symas Corp. All Rights Reserved.
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
index dc56784cfb707bcfc70bcceecf95ba838f9c90e5..dd8c321380d4cc4edffb30bfb72dd2f8c1428172 100644 (file)
@@ -1,4 +1,4 @@
-.TH MDB_DUMP 1 "2026/04/28" "LMDB 1.0.0"
+.TH MDB_DUMP 1 "2026/06/30" "LMDB 1.0.0"
 .\" Copyright 2014-2026 Howard Chu, Symas Corp. All Rights Reserved.
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
index 274ed661373feb8134c51810cc2fd389dcc7b941..c2095eac2be68b62ebfbf730a5231b220894ddf3 100644 (file)
@@ -1,4 +1,4 @@
-.TH MDB_LOAD 1 "2026/04/28" "LMDB 1.0.0"
+.TH MDB_LOAD 1 "2026/06/30" "LMDB 1.0.0"
 .\" Copyright 2014-2026 Howard Chu, Symas Corp. All Rights Reserved.
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME
index f7d9fe5aabcdd66136d0771f860d793e45e22049..868cebc3a9df247897ba27a15d7ebc5912d064fe 100644 (file)
@@ -1,4 +1,4 @@
-.TH MDB_STAT 1 "2026/04/28" "LMDB 1.0.0"
+.TH MDB_STAT 1 "2026/06/30" "LMDB 1.0.0"
 .\" Copyright 2012-2026 Howard Chu, Symas Corp. All Rights Reserved.
 .\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
 .SH NAME