[Gpredict-svn] SF.net SVN: gpredict:[605] trunk
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
From: <cs...@us...> - 2010-02-05 14:56:58
|
Revision: 605 http://gpredict.svn.sourceforge.net/gpredict/?rev=605&view=rev Author: csete Date: 2010-02-05 14:56:49 +0000 (Fri, 05 Feb 2010) Log Message: ----------- Updated. Modified Paths: -------------- trunk/ChangeLog trunk/NEWS Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2010-02-05 14:56:23 UTC (rev 604) +++ trunk/ChangeLog 2010-02-05 14:56:49 UTC (rev 605) @@ -1,3 +1,19 @@ +2010-02-05 Alexandru Csete <oz9aec at gmail.com> + + * src/gtk-sat-map.c: + Applied patch 2943024: Eliminate Segfault in gtk-sat-map.c (Thanks to + Charles Suprin AA1VS). + + * src/gtk-rig-ctrl.c: + * src/gtk-rot-ctrl.c: + Applied patch 2943448: Remove Segfault from corrupted module (Thanks to + Charles Suprin AA1VS). + + * src/menubar.c: + Applied patch 2945525: Sort list of modules in open module dialog (Thanks to + Charles Suprin AA1VS). + + 2010-02-01 Alexandur Csete <oz9aec at gmail.com> * src/qth-data.c: Modified: trunk/NEWS =================================================================== --- trunk/NEWS 2010-02-05 14:56:23 UTC (rev 604) +++ trunk/NEWS 2010-02-05 14:56:49 UTC (rev 605) @@ -24,6 +24,9 @@ - Applied patch 2933879: Check for AOS before burning computational resources (Thanks to Charles Suprin AA1VS). - Applied patch 2943018: Potential Double Free in qth-data.c (Thanks to Charles Suprin AA1VS). - Applied patch 2942658: Ground Tracks with Narrow Windows (Thanks to Charles Suprin AA1VS). +- Applied patch 2943024: Eliminate Segfault in gtk-sat-map.c (Thanks to Charles Suprin AA1VS). +- Applied patch 2943448: Remove Segfault from corrupted module (Thanks to Charles Suprin AA1VS). +- Applied patch 2945525: Sort list of modules in open module dialog (Thanks to Charles Suprin AA1VS). - Slightly improved UI for the single-satellite view. - Command line options for cleaning user's TLE and transponder data, see --help for list. - Satellite Map: Added shadow to satellite marker and label to enhance visual appearance This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |