-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changelog, HACKING, configure: updates for new release version (1.5.16)
TODO: The doxygen documentation needs revisiting. Unclear whether it will even build right now.
- Loading branch information
Showing
3 changed files
with
36 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,34 @@ | ||
2018-03-09 Steve Morley <[email protected]> | ||
* Release: v1.5.16 | ||
|
||
* tests: revised and expanded test suite, github repo set to use Travis | ||
CI | ||
|
||
* Lgm_QinDenton: updated defaults, changed handling of missing data | ||
files | ||
|
||
* Lgm_Ellipsoid: added shapes, intersections, etc. | ||
|
||
* Tools: Command line utils for Magnetic Ephemeris files and Last | ||
Closed Drift Shell calculation | ||
|
||
* ViewDriftShell: Updates to improve portability and UI | ||
|
||
* ComputeLstar: Behavior in Shabansky orbits now set by flag in | ||
LstarInfo struct | ||
|
||
* Lgm_CTrans: Added JPL DE421 to obtain Sun vector (now have DE, high | ||
accuracy and low accuracy) | ||
|
||
* TS07: TS07 magnetic field model fully enabled. Requires coefficient | ||
files in same location/format as IRBEMlib. | ||
|
||
* Other: More changes since this file was last updated than can be | ||
encapsulated here. OSS release and GitHub hosting means that commit | ||
history is now publicly available. | ||
|
||
2011-07-08 Mike Henderson <[email protected]> | ||
* configure.ac: added LGM_INDEX_DATA_DIR to locate where to find index data (e.g. Kp, Dst, AE). | ||
* configure.ac: added LGM_INDEX_DATA_DIR to locate where to find index data (e.g. Kp, Dst, AE). | ||
|
||
2011-04-25 Mark Galassi <[email protected]> | ||
* configure.ac, lanlgeomag.spec.in: started maintaining a .spec.in | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# Process this file with autoconf to produce a configure script. | ||
|
||
|
||
AC_INIT([LanlGeoMag], [1.5.15], [[email protected]]) | ||
AC_INIT([LanlGeoMag], [1.5.16], [[email protected]]) | ||
AC_CONFIG_SRCDIR([libLanlGeoMag/quicksort.c]) | ||
AC_CONFIG_HEADERS([config.h]) | ||
AC_CONFIG_MACRO_DIR([m4]) | ||
|