From f8be8b7008a44e8ac3223654f595619224cca396 Mon Sep 17 00:00:00 2001 From: gprat <guylaine.prat@c-s.fr> Date: Wed, 1 Jul 2020 17:12:15 +0200 Subject: [PATCH] Update changes.xml --- src/changes/changes.xml | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index a576a7a3..84a1ffaf 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -21,9 +21,34 @@ </properties> <body> <release version="2.2-SNAPSHOT" date="TBD" description="TBD"> - <action dev="guylaine" type="update"> + <action dev="guylaine" type="update" issue="383"> Updated dependencies to Orekit 10.2 (and Hipparchus 1.7). </action> + <action dev="guylaine" type="fix" issue="384"> + Add connection with Gitlab CI to allow automatic building and release, + as well as automatic code analysis. + </action> + <action dev="luc" type="fix" issue="386"> + Fix a unit test due to CI specificity. + </action> + <action dev="guylaine" type="update"> + Update building explanations (.md) and remove redundant BUILDING.txt + </action> + <action dev="guylaine" type="update"> + Update deprecated method of Orekit DataProvidersManager class. + </action> + <action dev="guylaine" type="update" issue="382"> + Remove explicit dependency to Hipparchus library. + </action> + <action dev="guylaine" type="fix" issue="379"> + Correct erroneous Earth flattening for model IERS96 in RuggedBuilder. + </action> + <action dev="guylaine" type="update" issue="378"> + Replace in RuggedBuilder hard-coded constants by Orekit Earth constants. + </action> + <action dev="guylaine" type="add"> + Add package-info documentation. + </action> </release> <release version="2.1" date="2019-03-14" description="This is a minor release. -- GitLab