diff --git a/ChangeLog b/ChangeLog index 16c7a9e..13e3b4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2010-11-06 Charles Suprin + + * src/gtk-rot-ctrl.c + Added checks on g_strsplit in get_pos + +2010-11-05 Charles Suprin + + * src/predict-tools.c + get_pass and get_pass_no_min_el now work on copies of sat_t structure + to address bug 3099314 + + * src/gtk-rot-ctrl.c + Update is_flipped_pass to handle pass with no details + +2010-11-01 Charles Suprin + + * src/orbit-tools.c + Corrected fixme inside decayed. + + * src/gtk-rig-ctrl.c + Add checks to g_strsplit calls in gtk-rig-ctrl.c + 2010-10-31 Charles Suprin * src/about.[ch] @@ -135,7 +157,6 @@ * src/gtk-sat-module-popup.c: Allow only one GtkSkyGlance widget per module (consistent with GtkRigCtrl and GtkRotCtrl). - 2010-10-15 Alexandru Csete diff --git a/NEWS b/NEWS index 5b8c9fe..7a93883 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,9 @@ Changes in version 1.3 (TBD) - Feature request 2873824: Flip Passes. - Automatically refresh the Sky at a glance view every minute. +- Added more checks with hamlib communications. - Fixed bug 2116691: Leave network connection open. +- Fixed bug 3099314: Rotator Thrashing. Changes in version 1.2 (12 Oct 2010)