Skip to content

Commit

Permalink
Bump version number to 3.4.3 and update change log. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
crisluengo committed Mar 20, 2024
1 parent 85ff147 commit be2ab0e
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ project(DIPlib)
# The version number and latest copyright year. Update these values here, they're used all throughout the project.
set(PROJECT_VERSION_MAJOR "3")
set(PROJECT_VERSION_MINOR "4")
set(PROJECT_VERSION_PATCH "2")
set(PROJECT_VERSION_PATCH "3")
set(PROJECT_VERSION "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")
set(DIP_COPYRIGHT_YEAR "2024")

Expand Down
52 changes: 52 additions & 0 deletions changelogs/diplib_3.4.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
layout: post
title: "Changes DIPlib 3.4.3"
---

## Changes to *DIPlib*

### Bug fixes

- Fixed `dip::Image` move constructor to leave moved-from object in valid state.
See [issue #149](https://github.com/DIPlib/diplib/issues/149).

- Fixed `dip::RadonTransformCircles()` to avoid out-of-bounds reads.




## Changes to *DIPimage*

### Bug fixes

None, but see bugfixes to *DIPlib*.




## Changes to *PyDIP*

### Bug fixes

- Importing the package won't fail if *DIPviewer* fails to load for whatever reason.

- The Linux package again depends on libGL rather than libOpenGL and libGLX.
See [issue #148](https://github.com/DIPlib/diplib/issues/148).

- The macOS packages again are multi-threading enabled though OpenMP.

(See also bugfixes to *DIPlib*.)




## Changes to *DIPviewer*

None




## Changes to *DIPjavaio*

None
5 changes: 0 additions & 5 deletions changelogs/diplib_next.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ title: "Changes DIPlib 3.x.x"

### Bug fixes

- Fixed `dip::Image` move constructor to leave moved-from object in valid state.
See [issue #149](https://github.com/DIPlib/diplib/issues/149).

- Fixed `dip::RadonTransformCircles()` to avoid out-of-bounds reads.

### Updated dependencies


Expand Down

0 comments on commit be2ab0e

Please sign in to comment.