[Gpredict-svn] SF.net SVN: gpredict:[770] trunk
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
From: <aa...@us...> - 2011-02-20 21:33:20
|
Revision: 770 http://gpredict.svn.sourceforge.net/gpredict/?rev=770&view=rev Author: aa1vs Date: 2011-02-20 21:33:14 +0000 (Sun, 20 Feb 2011) Log Message: ----------- Update ChangeLog and NEWS Modified Paths: -------------- trunk/ChangeLog trunk/NEWS Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2011-02-20 20:34:54 UTC (rev 769) +++ trunk/ChangeLog 2011-02-20 21:33:14 UTC (rev 770) @@ -1,3 +1,23 @@ +2011-02-20 Charles Suprin <hamaa1vs at gmail.com> + + * data/desktop/gpredict.desktop.in + Change categories in .desktop to fix issues w/ fedora and ubuntu packaging. + +2011-02-19 Charles Suprin <hamaa1vs at gmail.com> + + * src/gtk-polar-plot.c + * src/gtk-polar-view-popup.c + * src/gtk-polar-view.c + Do not polar plot pass points below the horizon. + +2011-02-16 Charles Suprin <hamaa1vs at gmail.com> + + * src/gtk-rot-ctrl.c + Remove Hamlib error checking from rotator to allow ST-1 to work. + + * src/gtk-rot-knob.c + Eliminate printf when bounds exceeded. + 2011-02-14 Charles Suprin <hamaa1vs at gmail.com> * src/gtk-sat-selector.c @@ -5,6 +25,12 @@ * src/mod-cfg.c List a satellite under the available column or the selected column but not both. + * src/gtk-polar-view-popup.c + Prevent potential buffer overflow in track_toggled by limiting ttidx. + + * src/Makefile.am + Remove reference to defaults.h. + 2011-02-08 Charles Suprin <hamaa1vs at gmail.com> * src/gtk-sat-selector.c Modified: trunk/NEWS =================================================================== --- trunk/NEWS 2011-02-20 20:34:54 UTC (rev 769) +++ trunk/NEWS 2011-02-20 21:33:14 UTC (rev 770) @@ -10,6 +10,8 @@ - Fixed bug 2167508: problems in rotator controller. - Fixed bug from Ubuntu #706452:Update from local files won't work with files in UPPER case - Fixed bug 3171615: Searching for satellites in the satellite selector +- Fixed bug 3113190: .desktop file error +- Address bug 2945538: Pass in polar display going outside the circle (Improve the graphical portion.) Changes in version 1.2 (12 Oct 2010) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |