[Gpredict-svn] SF.net SVN: gpredict:[665] trunk
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
From: <aa...@us...> - 2010-10-09 21:48:09
|
Revision: 665 http://gpredict.svn.sourceforge.net/gpredict/?rev=665&view=rev Author: aa1vs Date: 2010-10-09 21:48:03 +0000 (Sat, 09 Oct 2010) Log Message: ----------- Update ChangeLog and NEWS Modified Paths: -------------- trunk/ChangeLog trunk/NEWS Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2010-10-02 22:29:38 UTC (rev 664) +++ trunk/ChangeLog 2010-10-09 21:48:03 UTC (rev 665) @@ -1,3 +1,45 @@ +2010-10-02 Charles Suprin <hamaa1vs at gmail.com> + + * src/gtk-rig-ctrl.c + Fix bug with set and unset toggle buffer size being incorrect + causing junk to be sent to rigctld. + + * src/gtk-rig-ctrl.c + * src/gtk-rot-ctrl.c + Catch NULLs in ctrl->conf + + * src/sat-pref-qth.c + * src/sat-pref-rig.c + * src/sat-pref-rot.c + Add sorting to rig, rot, and qth preference screens. + +2010-09-24 Charles Suprin <hamaa1vs at gmail.com> + + * src/first-time.c + Applied patch from bug 3074990 from Zlika catching crash if data + directory does not exist. Added error message to log. + +2010-09-17 Charles Suprin <hamaa1vs at gmail.com> + + * src/first-time.c + * src/gtk-sat-selector.c + * src/gtk-sat-tree.c + * src/main.c + * src/mod-cfg.c + * src/sat-log.c + * src/sat-pref-qth.c + * src/tle-update.c + Make file name checks check for suffix not substring + + * src/gtk-rig-ctrl.c + * src/gtk-rot-ctrl.c + Fix potential memory leak + +2010-09-14 Alexandru Csete <oz9aec at gmail.com> + + * data/satdata: + Updated satellite database. + 2010-08-21 Alexandru Csete <oz9aec at gmail.com> * src/gtk-sat-module.c: Modified: trunk/NEWS =================================================================== --- trunk/NEWS 2010-10-02 22:29:38 UTC (rev 664) +++ trunk/NEWS 2010-10-09 21:48:03 UTC (rev 665) @@ -19,6 +19,8 @@ - Fixed bug 2792349: Segfault on certain satellites (Geo). - Fixed bug 3050068: Unable to update TLE from local files. - Fixed bugs 3057771 and 3058753: Crash if module file is empty. +- Fixed bug 3074990: Crash if directory does not exist +- Fixed bug 3080019: Corrupted hw file cause crash. - Applied patch 2876485: Fix a memory leak in the rotator controller (Thanks to Charles Suprin AA1VS). - Applied patch 2877878: Change Flag to Lock in tle-update (thanks to Charles Suprin AA1VS). - Applied patch 2877918: Fixes segfault in TLE updater (thanks to Charles Suprin AA1VS). This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |