Skip to content

Commit

Permalink
Bump SO version and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
cburstedde committed Mar 18, 2024
1 parent 6ea37fc commit 2c14969
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/sc_soversion.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

# This file is included by src/Makefile.am and parsed by cmake/config.cmake.

SC_SOVERSION = 2:0:0
SC_SOVERSION = 3:0:0
5 changes: 4 additions & 1 deletion doc/release_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,15 @@ There have been breaking changes, very strictly speaking.

### Build system

- Bump library version according to libtool to 3:0:0.
- No longer install getopt and puff original headers.
- Make sc_getopt.h a purely internal header file.
- Add a generic external library installation option.
- Add script doc/p4est-build-wdeps.sh for autotools build.
- Further align CMake with the autoconf build system.
- Update CMake logic to configure zlib and jansson.
- Add CMake option to run tests with Valgrind
- Add CMake option to run tests with Valgrind.
- Warn if configuring MPI on and MPI I/O off.

### Functionality

Expand All @@ -45,6 +47,7 @@ There have been breaking changes, very strictly speaking.
- Add sc_io_file_load, save functions and test program.
- Update sc_hash_array to hide much of internal state.
- Update zlib and base64 encode/compression routines.
- Remove the MPI_UNSIGNED_LONG_LONG datatype wrapper.

## 2.8.5

Expand Down

0 comments on commit 2c14969

Please sign in to comment.