Bump version to 2.0, update Changelog.md
This commit is contained in:
parent
4d000a87e0
commit
3d03ec1e9b
2 changed files with 12 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
cmake_minimum_required(VERSION 3.7)
|
||||
project(AnotherMemCheck)
|
||||
|
||||
set(AnotherMemCheck_VERSION 1.0)
|
||||
set(AnotherMemCheck_SOVERSION 1)
|
||||
set(AnotherMemCheck_VERSION 2.0)
|
||||
set(AnotherMemCheck_SOVERSION 2)
|
||||
|
||||
set(AnotherMemCheck_SOURCES
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/src/another_memcheck.cc"
|
||||
|
|
10
Changelog.md
10
Changelog.md
|
@ -1,5 +1,15 @@
|
|||
# Changelog
|
||||
|
||||
## Version 2.0
|
||||
|
||||
Minor refactorings.
|
||||
|
||||
Change internal implementation of linked list to be doubly-linked.
|
||||
|
||||
Add support for calloc.
|
||||
|
||||
Add pthreads to mutex-lock malloc/calloc/free.
|
||||
|
||||
## Version 1.0
|
||||
|
||||
Initial version with working `AnotherMemCheck`.
|
||||
|
|
Loading…
Reference in a new issue