Skip to content

Commit

Permalink
Update README and CHANGES for 0.9.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wojas committed Sep 14, 2023
1 parent 90e366b commit cf883db
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Release Change Log

## v1.9.1 (2023-09-14)

- Fix release numbers in the readme by @pieterlexis in https://github.com/PowerDNS/lmdb-go/pull/10
- Define IntegerKey and IntegerDup flags by @wojas in https://github.com/PowerDNS/lmdb-go/pull/12
- Upgrade LMDB C lib from 0.9.28 to 0.9.29 by @wojas in https://github.com/PowerDNS/lmdb-go/pull/13
- Upgrade LMDB to 0.9.31 by @wojas in https://github.com/PowerDNS/lmdb-go/pull/14
- CI: switch to Github Actions by @wojas in https://github.com/PowerDNS/lmdb-go/pull/15

LMDB C library changes:

```
LMDB 0.9.31 Release (2023/07/10)
ITS#8447 - Fix cursor_put(MDB_CURRENT) on DUPSORT DB with different sized data
LMDB 0.9.30 Release (2023/02/08)
ITS#9806 - LMDB page_split: key threshold depends on page size
ITS#9916 - avoid gcc optimization bug on sparc64 linux
ITS#9919 - Mark infrequently used functions as cold
ITS#9723 - clear C_EOF on cursor with MDB_FIRST_DUP
ITS#9030 - Use sys/cachectl.h rather than asm/cachectl.h on mips
LMDB 0.9.29 Release (2021/03/16)
ITS#9461 refix ITS#9376
ITS#9500 fix regression from ITS#8662
```


**Full Changelog**: https://github.com/PowerDNS/lmdb-go/compare/v1.9.0...v0.9.1

## v1.9.0 (2021-04-20)

First release of this PowerDNS/lmdb-go fork.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# lmdb-go [![releases/v1.9.0](https://img.shields.io/badge/release-v1.9.0-375eab.svg)](https://github.com/PowerDNS/lmdb-go/releases) [![C/v0.9.28](https://img.shields.io/badge/C-v0.9.28-555555.svg)](https://github.com/LMDB/lmdb/blob/mdb.RE/0.9/libraries/liblmdb/CHANGES) [![Build Status](https://travis-ci.com/PowerDNS/lmdb-go.svg?branch=master)](https://travis-ci.com/PowerDNS/lmdb-go)
# lmdb-go [![releases/v1.9.1](https://img.shields.io/badge/release-v1.9.1-375eab.svg)](https://github.com/PowerDNS/lmdb-go/releases) [![C/v0.9.31](https://img.shields.io/badge/C-v0.9.31-555555.svg)](https://github.com/LMDB/lmdb/blob/mdb.RE/0.9/libraries/liblmdb/CHANGES) [![Build Status](https://github.com/PowerDNS/lmdb-go/actions/workflows/go.yml/badge.svg?branch=master)]

Go bindings to the OpenLDAP Lightning Memory-Mapped Database (LMDB).

Expand Down

0 comments on commit cf883db

Please sign in to comment.