Update ChangeLog and NEWS

git-svn-id: https://gpredict.svn.sourceforge.net/svnroot/gpredict/trunk@708 ab6734ba-2843-0410-b83b-99c217ef6c0f
This commit is contained in:
aa1vs 2010-11-06 15:17:48 +00:00
parent 2e5775d961
commit dc9fdbd8ac
2 changed files with 24 additions and 1 deletions

View file

@ -1,3 +1,25 @@
2010-11-06 Charles Suprin <hamaa1vs at gmail.com>
* src/gtk-rot-ctrl.c
Added checks on g_strsplit in get_pos
2010-11-05 Charles Suprin <hamaa1vs at gmail.com>
* 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 <hamaa1vs at gmail.com>
* 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 <hamaa1vs at gmail.com>
* 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 <oz9aec at gmail.com>

2
NEWS
View file

@ -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)