Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,25 @@


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


----------------------------------------------------------------------
Changes from Version 2.1 to Version 2.2 (of 31. July 2010)
Expand Down
3 changes: 2 additions & 1 deletion README-DEV.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ Configuration management after an ESA release

1) Increment version number in
epr_api.h (EPR_PRODUCT_API_VERSION_STR), build.xml,
VERSION.txt, README.txt, CHANGELOG.txt, doxyfile.txt
VERSION.txt, README.txt, CHANGELOG.txt, doxyfile.txt,
CMakeLists.txt
2) Provide new entry in CHANGELOG.txt
3) Adapt / give a hint in README.txt
4) Optional: Generate API documentation with "doxygen"
Expand Down
8 changes: 4 additions & 4 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ENVISAT Product Reader API for C
Version 2.3

DD. MMMM YYYY
02. January 2026


Contents
Expand Down Expand Up @@ -45,8 +45,8 @@ The EPR-API for C (epr-c-api)

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

Examples:

Expand Down Expand Up @@ -136,7 +136,7 @@ Zip Archive Contents
Bug Reports and Feedback

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

Expand Down
3 changes: 1 addition & 2 deletions VERSION.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
VERSION 2.3-SNAPSHOT

VERSION 2.3
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- ==================================== -->
<!-- set global properties for this build -->
<!-- ==================================== -->
<property name="version" value="2.2"/>
<property name="version" value="2.3"/>
<property name="home" value="."/>
<property name="build" value="./build_for_zip"/>
<property name="src" value="./src"/>
Expand Down
2,915 changes: 2,109 additions & 806 deletions docs/Doxyfile.txt

Large diffs are not rendered by default.

80 changes: 0 additions & 80 deletions docs/epr_c_api/annotated.html

This file was deleted.

71 changes: 0 additions & 71 deletions docs/epr_c_api/classes.html

This file was deleted.

30 changes: 0 additions & 30 deletions docs/epr_c_api/custom.css

This file was deleted.

Loading