1
- # Change Log
1
+ ## Change Log
2
2
3
3
** Table of Contents**
4
4
12
12
- [ 2.0.0 (2014-12-27)] ( #200-2014-12-27 )
13
13
- [ 1.0.0 (2014-06-23)] ( #100-2014-06-23 )
14
14
15
- ## [ Unreleased] ( https://github.com/jacobwilliams/json-fortran/tree/HEAD )
15
+ ### [ Unreleased] ( https://github.com/jacobwilliams/json-fortran/tree/HEAD )
16
16
17
- [ Full Changelog ] ( https://github.com/jacobwilliams/json-fortran/compare/4.1.1...HEAD )
17
+ [ Complete Changeset ] ( https://github.com/jacobwilliams/json-fortran/compare/4.1.1...HEAD )
18
18
19
19
** Enhancements**
20
+ - Added FORD documentation automatic deployment via
21
+ [ PR \# 137] ( https://github.com/jacobwilliams/json-fortran/pull/137 )
22
+ from [ zbeekman] ( https://github.com/zbeekman )
23
+ - Added new version release checklist,
24
+ [ \# 122] ( https://github.com/jacobwilliams/json-fortran/issues/122 )
25
+ via
26
+ [ PR \# 137] ( https://github.com/jacobwilliams/json-fortran/pull/137 )
27
+ from [ zbeekman] ( https://github.com/zbeekman )
28
+ - Added finer control of real format printing,
29
+ [ \# 117] ( https://github.com/jacobwilliams/json-fortran/issues/117 )
30
+ via
31
+ [ PR \# 137] ( https://github.com/jacobwilliams/json-fortran/pull/137 )
32
+ from [ zbeekman] ( https://github.com/zbeekman )
20
33
- Removed official SCons support to facilitate faster development
21
34
cycle,
22
35
[ \# 121] ( https://github.com/jacobwilliams/json-fortran/issues/121 )
47
60
from [ zbeekman] ( https://github.com/zbeekman )
48
61
49
62
** Fixed issues:**
50
-
51
- - Fixed innacurate coverage reports via
63
+ - Fixed bad gcov reports being generated due to a gcov/gfortran bug,
64
+ [ \# 131] ( https://github.com/jacobwilliams/json-fortran/issues/131 )
65
+ via
66
+ [ PR \# 137] ( https://github.com/jacobwilliams/json-fortran/pull/137 )
67
+ from [ zbeekman] ( https://github.com/zbeekman )
68
+ - Fixed inaccurate coverage reports via
52
69
[ PR \# 109] ( https://github.com/jacobwilliams/json-fortran/pull/109 )
53
70
from [ zbeekman] ( https://github.com/zbeekman )
54
- - Fixed a small consistency issue when outputing floating point
71
+ - Fixed a small consistency issue when outputting floating point
55
72
numbers via
56
73
[ PR \# 125] ( https://github.com/jacobwilliams/json-fortran/pull/125 )
57
74
- Problems writing JSON to ` error_unit ` (0) due to JSON-Fortran's
75
92
([ zbeekman] ( https://github.com/zbeekman ) )
76
93
77
94
78
- ## [ 4.1.1] ( https://github.com/jacobwilliams/json-fortran/tree/4.1.1 ) (2015-05-27)
95
+ ### [ 4.1.1] ( https://github.com/jacobwilliams/json-fortran/tree/4.1.1 ) (2015-05-27)
79
96
80
- [ Full Changelog ] ( https://github.com/jacobwilliams/json-fortran/compare/4.1.0...4.1.1 )
97
+ [ Complete Changeset ] ( https://github.com/jacobwilliams/json-fortran/compare/4.1.0...4.1.1 )
81
98
or [ Download v4.1.1] ( https://github.com/jacobwilliams/json-fortran/releases/tag/4.1.1 )
82
99
83
100
** Enhancements**
84
101
85
102
- Installation now possible with a [ Homebrew] ( http://brew.sh )
86
103
[ package] ( http://braumeister.org/formula/json-fortran ) on Mac OS X
87
- - [ CMake] ( http://cmake.org ) install option to use a more traditional
104
+ - [ CMake] ( http://www. cmake.org ) install option to use a more traditional
88
105
Gnu install structure (to support Homebrew installation)
89
106
[ PR \# 101] ( https://github.com/jacobwilliams/json-fortran/pull/101 )
90
107
from [ zbeekman] ( https://github.com/zbeekman )
@@ -111,14 +128,14 @@ or [Download v4.1.1](https://github.com/jacobwilliams/json-fortran/releases/tag/
111
128
112
129
113
130
114
- ## [ 4.1.0] ( https://github.com/jacobwilliams/json-fortran/tree/4.1.0 ) (2015-05-05)
131
+ ### [ 4.1.0] ( https://github.com/jacobwilliams/json-fortran/tree/4.1.0 ) (2015-05-05)
115
132
116
133
[ Complete Changeset] ( https://github.com/jacobwilliams/json-fortran/compare/4.0.0...4.1.0 )
117
134
or [ Download v4.1.0] ( https://github.com/jacobwilliams/json-fortran/releases/tag/4.1.0 )
118
135
119
136
** Enhancements:**
120
137
121
- - Runtime speed improvements
138
+ - Run-time speed improvements
122
139
[ \# 75] ( https://github.com/jacobwilliams/json-fortran/issues/75 )
123
140
implemented in
124
141
[ PR \# 93] ( https://github.com/jacobwilliams/json-fortran/pull/93 )
@@ -132,7 +149,7 @@ or [Download v4.1.0](https://github.com/jacobwilliams/json-fortran/releases/tag/
132
149
133
150
134
151
135
- ## [ 4.0.0] ( https://github.com/jacobwilliams/json-fortran/tree/4.0.0 ) (2015-03-16)
152
+ ### [ 4.0.0] ( https://github.com/jacobwilliams/json-fortran/tree/4.0.0 ) (2015-03-16)
136
153
137
154
[ Complete Changeset] ( https://github.com/jacobwilliams/json-fortran/compare/3.1.0...4.0.0 )
138
155
or [ Download v4.0.0] ( https://github.com/jacobwilliams/json-fortran/releases/tag/4.0.0 )
@@ -180,7 +197,7 @@ or [Download v4.0.0](https://github.com/jacobwilliams/json-fortran/releases/tag/
180
197
- Discrepancy with dummy argument attributes for
181
198
path between ` get ` and ` get_..._vec ` procedures
182
199
[ \# 79] ( https://github.com/jacobwilliams/json-fortran/issues/79 )
183
- - Small bugfix for [ CMake] ( http://www.cmake.org ) install
200
+ - Small bug fix for [ CMake] ( http://www.cmake.org ) install
184
201
[ \# 68] ( https://github.com/jacobwilliams/json-fortran/pull/68 )
185
202
([ zbeekman] ( https://github.com/zbeekman ) )
186
203
- JSON output files from tests are overwriting expected outputs and
@@ -203,7 +220,7 @@ or [Download v4.0.0](https://github.com/jacobwilliams/json-fortran/releases/tag/
203
220
204
221
205
222
206
- ## [ 3.1.0] ( https://github.com/jacobwilliams/json-fortran/tree/3.1.0 ) (2015-02-28)
223
+ ### [ 3.1.0] ( https://github.com/jacobwilliams/json-fortran/tree/3.1.0 ) (2015-02-28)
207
224
208
225
[ Complete Changeset] ( https://github.com/jacobwilliams/json-fortran/compare/3.0.0...3.1.0 )
209
226
or [ Download v3.1.0] ( https://github.com/jacobwilliams/json-fortran/releases/tag/3.1.0 )
@@ -220,7 +237,7 @@ or [Download v3.1.0](https://github.com/jacobwilliams/json-fortran/releases/tag/
220
237
from [ jacobwilliams] ( https://github.com/jacobwilliams ) )
221
238
- Read JSON structure from a character string
222
239
[ \# 5] ( https://github.com/jacobwilliams/json-fortran/issues/5 )
223
- - Adopeted official contributing guidelines and added a
240
+ - Adopted official contributing guidelines and added a
224
241
` CONTRIBUTING.md `
225
242
[ \# 47] ( https://github.com/jacobwilliams/json-fortran/issues/47 )
226
243
@@ -231,11 +248,11 @@ or [Download v3.1.0](https://github.com/jacobwilliams/json-fortran/releases/tag/
231
248
fixed by
232
249
[ PR \# 54] ( https://github.com/jacobwilliams/json-fortran/pull/54 )
233
250
(from [ zbeekman] ( https://github.com/zbeekman ) )
234
- - Segfaults and unexpexted behavior due to optional dummy arguments
251
+ - Segfaults and unexpected behavior due to optional dummy arguments
235
252
being dereferenced outside of ` if (present(…)) `
236
253
[ \# 52] ( https://github.com/jacobwilliams/json-fortran/issues/52 )
237
254
- Documentation not being produced for tests because tests directory
238
- should be subdirectory of src
255
+ should be sub-directory of src
239
256
[ \# 49] ( https://github.com/jacobwilliams/json-fortran/issues/49 )
240
257
- Example 8 failing on gfortran 4.9.2
241
258
[ \# 44] ( https://github.com/jacobwilliams/json-fortran/issues/44 )
@@ -275,7 +292,7 @@ or [Download v3.1.0](https://github.com/jacobwilliams/json-fortran/releases/tag/
275
292
276
293
277
294
278
- ## [ 3.0.0] ( https://github.com/jacobwilliams/json-fortran/tree/3.0.0 ) (2015-01-18)
295
+ ### [ 3.0.0] ( https://github.com/jacobwilliams/json-fortran/tree/3.0.0 ) (2015-01-18)
279
296
280
297
[ Complete Changeset] ( https://github.com/jacobwilliams/json-fortran/compare/2.0.0...3.0.0 )
281
298
or [ Download v3.0.0] ( https://github.com/jacobwilliams/json-fortran/releases/tag/3.0.0 )
@@ -310,14 +327,14 @@ or [Download v3.0.0](https://github.com/jacobwilliams/json-fortran/releases/tag/
310
327
311
328
312
329
313
- ## [ 2.0.0] ( https://github.com/jacobwilliams/json-fortran/tree/2.0.0 ) (2014-12-27)
330
+ ### [ 2.0.0] ( https://github.com/jacobwilliams/json-fortran/tree/2.0.0 ) (2014-12-27)
314
331
315
332
[ Complete Changeset] ( https://github.com/jacobwilliams/json-fortran/compare/1.0.0...2.0.0 )
316
333
or [ Download v2.0.0] ( https://github.com/jacobwilliams/json-fortran/releases/tag/2.0.0 )
317
334
318
335
** Enhancements:**
319
336
- Significant changes to the API including new procedures
320
- - Code refactoring
337
+ - Code re-factoring
321
338
- SCons build added thanks to [ @bruceravel ] ( https://github.com/bruceravel )
322
339
323
340
** Fixed issues:**
@@ -327,7 +344,7 @@ or [Download v2.0.0](https://github.com/jacobwilliams/json-fortran/releases/tag/
327
344
328
345
329
346
330
- ## [ 1.0.0] ( https://github.com/jacobwilliams/json-fortran/tree/1.0.0 ) (2014-06-23)
347
+ ### [ 1.0.0] ( https://github.com/jacobwilliams/json-fortran/tree/1.0.0 ) (2014-06-23)
331
348
332
349
[ Download v1.0.0] ( https://github.com/jacobwilliams/json-fortran/releases/tag/1.0.0 )
333
350
@@ -365,15 +382,15 @@ or [Download v2.0.0](https://github.com/jacobwilliams/json-fortran/releases/tag/
365
382
[ ROBODoc] ( https://github.com/gumpu/ROBODoc ) must be specified in
366
383
CMakeLists.txt manually
367
384
[ \# 17] ( https://github.com/jacobwilliams/json-fortran/issues/17 )
368
- - Invalid json input files (` test1.json ` , ` test5.json ` )
385
+ - Invalid JSON input files (` test1.json ` , ` test5.json ` )
369
386
[ \# 10] ( https://github.com/jacobwilliams/json-fortran/issues/10 ) ,
370
387
fixed by
371
388
[ PR \# 11] ( https://github.com/jacobwilliams/json-fortran/pull/11 )
372
389
([ zbeekman] ( https://github.com/zbeekman ) )
373
390
- ` char() ` is processor dependent, use ` achar() `
374
391
[ \# 20] ( https://github.com/jacobwilliams/json-fortran/pull/20 )
375
392
(pull request from [ zbeekman] ( https://github.com/zbeekman ) )
376
- - Bugfix for [ ROBODoc] ( https://github.com/gumpu/ROBODoc ) documentation
393
+ - Bug-fix for [ ROBODoc] ( https://github.com/gumpu/ROBODoc ) documentation
377
394
generation with [ CMake] ( http://www.cmake.org )
378
395
[ \# 16] ( https://github.com/jacobwilliams/json-fortran/pull/16 )
379
396
(pull request from [ zbeekman] ( https://github.com/zbeekman ) )
0 commit comments