Skip to content

Commit 77c9f99

Browse files
committed
Prepare 8.2.5 release
1 parent 4c38d6f commit 77c9f99

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

.VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.2.4
1+
8.2.5

CHANGELOG.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- [Change Log](#change-log)
66
- [Unreleased](#unreleased)
7+
- [8.2.5 (2021-08-17)](#825-2021-08-17)
78
- [8.2.4 (2021-08-15)](#824-2021-08-15)
89
- [8.2.3 (2021-06-05)](#823-2021-06-05)
910
- [8.2.2 (2021-06-05)](#822-2021-06-05)
@@ -43,7 +44,23 @@
4344

4445
### [Unreleased](https://github.com/jacobwilliams/json-fortran/tree/HEAD)
4546

46-
[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/8.2.4...HEAD)
47+
[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/8.2.5...HEAD)
48+
49+
### [8.2.5](https://github.com/jacobwilliams/json-fortran/tree/8.2.5) (2021-08-17)
50+
51+
[Complete Changeset](https://github.com/jacobwilliams/json-fortran/compare/8.2.4...8.2.5)
52+
or [Download v8.2.5](https://github.com/jacobwilliams/json-fortran/releases/tag/8.2.5)
53+
54+
**Enhancements:**
55+
56+
- Enabled some extra warnings in the Visual Studio Debug project
57+
- Removed obsolete `forall` construct from unit test 12
58+
59+
**Bug Fixes:**
60+
61+
- Fixed a potential uninitialized variable issue in `get_current_line_from_file_stream`
62+
- Fixed a memory leak when parsing an invalid JSON
63+
- Fixed various memory issues in the unit tests [\#495](https://github.com/jacobwilliams/json-fortran/pull/495) ([jacobwilliams](https://github.com/jacobwilliams))
4764

4865
### [8.2.4](https://github.com/jacobwilliams/json-fortran/tree/8.2.4) (2021-08-15)
4966

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ cmake_minimum_required ( VERSION 2.8.8 FATAL_ERROR )
121121
enable_language ( Fortran )
122122
project ( jf_test NONE )
123123
124-
find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 8.2.4 REQUIRED )
124+
find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 8.2.5 REQUIRED )
125125
include_directories ( "${jsonfortran_INCLUDE_DIRS}" )
126126
127127
file ( GLOB JF_TEST_SRCS "src/tests/jf_test_*.F90" )

pages/releases/index.md

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ documentation from the documentation for official releases other than
2525
using the browser's back button. Feel free to bookmark this page, or
2626
the [main project page](|url|/index.html) for convenient navigation.
2727

28+
* [8.2.5](https://jacobwilliams.github.io/json-fortran/prev/8.2.5/index.html)
29+
([FORD](https://github.com/Fortran-FOSS-Programmers/ford) generated documentation)
30+
- [Download](https://github.com/jacobwilliams/json-fortran/releases/tag/8.2.5)
2831
* [8.2.4](https://jacobwilliams.github.io/json-fortran/prev/8.2.4/index.html)
2932
([FORD](https://github.com/Fortran-FOSS-Programmers/ford) generated documentation)
3033
- [Download](https://github.com/jacobwilliams/json-fortran/releases/tag/8.2.4)

0 commit comments

Comments
 (0)