Skip to content

Commit

Permalink
Draft release v1.5.1 (#209)
Browse files Browse the repository at this point in the history
* Draft release v1.5.1
* Update RELEASES.md

Co-authored-by: Michał Praszmo <[email protected]>
  • Loading branch information
msm-code and nazywam authored Jan 5, 2023
1 parent 1d9ea70 commit 98421d7
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.9)
project(
ursadb
VERSION 1.5.0
VERSION 1.5.1
LANGUAGES CXX C
)

Expand Down
23 changes: 22 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
# Version 1.5 (2022-08-29)
# Version 1.5.1 (2023-01-04)

Mostly bugfix and maintenance release:

Features:
- Implement GC for iterators - remove stale iterators (#208)

Performance:
- Move away from query graphs to query plans (#191)
- And improve their performance (#194)

Correctness:
- Fix Undefined Behaviour when getting a memory map size (#188)
- Add support for 2gb+ iterators (fix signed i32 overflow) (#202)

Refactoring and maintenance:
- Bump catch v2.2.2 -> v2.13.10 (#192)
- Disable clang-tidy, which has become very noisy (#193)
- Add performabce counters for unique ngram reads (#199)
- Remove dead code accrued over the years (#200)

# Version 1.5.0 (2022-08-29)

Features:
- Alternatives (like {(41 | 42)}) implemented in the ursadb query syntax (#65)
Expand Down

0 comments on commit 98421d7

Please sign in to comment.