Skip to content

Commit ece130a

Browse files
authored
Merge pull request #23 from avalentino/release/2.3.0
Release/2.3.0
2 parents 853f06e + 274c803 commit ece130a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+2236
-12384
lines changed

CHANGELOG.txt

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,25 @@
33

44

55
----------------------------------------------------------------------
6-
Changes from Version 2.2 to Version 2.3 (of DD. MMMM YYYY)
6+
Changes from Version 2.2 to Version 2.3 (of 02. January 2026)
77
----------------------------------------------------------------------
88
1) Bugfix in epr_band.c: [EPR-7] Interpolation of geolocation ADS
99
2) Bugfix in epr_core.c: Setting errno to 0 in method epr_str_to_number.
1010
3) Switched to a new test file.
11-
4) Fixed some memory leaks.
11+
4) Fixed some memory leaks (gh-15).
1212
5) Packed data structures to reduce memory usage.
1313
6) Minor low-level performance improvements.
14-
7) Support for ATSR-2 files stored in the ENVISAT format
14+
7) Support for ATSR-2 files stored in the ENVISAT format.
15+
8) Added support for ERS products in ENVISAT format (gh-2).
16+
9) Support for the CMake build system (gh-6 and gh-10).
17+
10) Support for products generated by ASAR processor v6.02 (gh-8).
18+
11) Pack structures to reduce memory usage (gh-16).
19+
12) Performance optimization (gh-17).
20+
13) Extend reader to read ATSR-2 files.
21+
14) Fix support for ASAR APS products (gh-20).
22+
15) Fix support for ASA_WVI_1P (gh-9 and gh-21).
23+
16) Add support for MERIS IODD8 (gh-11 and gh-22).
24+
1525

1626
----------------------------------------------------------------------
1727
Changes from Version 2.1 to Version 2.2 (of 31. July 2010)

README-DEV.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ Configuration management after an ESA release
33

44
1) Increment version number in
55
epr_api.h (EPR_PRODUCT_API_VERSION_STR), build.xml,
6-
VERSION.txt, README.txt, CHANGELOG.txt, doxyfile.txt
6+
VERSION.txt, README.txt, CHANGELOG.txt, doxyfile.txt,
7+
CMakeLists.txt
78
2) Provide new entry in CHANGELOG.txt
89
3) Adapt / give a hint in README.txt
910
4) Optional: Generate API documentation with "doxygen"

README.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
ENVISAT Product Reader API for C
44
Version 2.3
55

6-
DD. MMMM YYYY
6+
02. January 2026
77

88

99
Contents
@@ -45,8 +45,8 @@ The EPR-API for C (epr-c-api)
4545

4646
The epr-c-api is written in pure ANSI C and should compile with every
4747
ANSI conformant C-compiler. Just copy all '*.h' and '*.c' files contained in
48-
the 'src' folder of the distribution to your own source folder of your project
49-
and include them in your development environment.
48+
the 'src' folder of the distribution to your own source folder of your
49+
project and include them in your development environment.
5050

5151
Examples:
5252

@@ -136,7 +136,7 @@ Zip Archive Contents
136136
Bug Reports and Feedback
137137

138138
Please submit your bug reports at the issue tracker at
139-
http://www.brockmann-consult.de/beam-jira/browse/EPR
139+
https://github.com/bcdev/epr-api/issues
140140
or via e-mail to beam-issues@brockmann-consult.de
141141
and tell us which bug fixes matter most to you.
142142

VERSION.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
VERSION 2.3-SNAPSHOT
2-
1+
VERSION 2.3

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- ==================================== -->
44
<!-- set global properties for this build -->
55
<!-- ==================================== -->
6-
<property name="version" value="2.2"/>
6+
<property name="version" value="2.3"/>
77
<property name="home" value="."/>
88
<property name="build" value="./build_for_zip"/>
99
<property name="src" value="./src"/>

docs/Doxyfile.txt

Lines changed: 2109 additions & 806 deletions
Large diffs are not rendered by default.

docs/epr_c_api/annotated.html

Lines changed: 0 additions & 80 deletions
This file was deleted.

docs/epr_c_api/classes.html

Lines changed: 0 additions & 71 deletions
This file was deleted.

docs/epr_c_api/custom.css

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)