[Gpredict-svn] SF.net SVN: gpredict:[777] trunk
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
From: <cs...@us...> - 2011-03-01 15:47:39
|
Revision: 777 http://gpredict.svn.sourceforge.net/gpredict/?rev=777&view=rev Author: csete Date: 2011-03-01 15:47:33 +0000 (Tue, 01 Mar 2011) Log Message: ----------- Updated. Modified Paths: -------------- trunk/ChangeLog trunk/NEWS Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2011-03-01 15:37:36 UTC (rev 776) +++ trunk/ChangeLog 2011-03-01 15:47:33 UTC (rev 777) @@ -1,3 +1,22 @@ +2011-03-01 Alexandru Csete <oz9aec at gmail.com> + + * data/satdata: + Updated satellite data. + + * po: + Synchronised with translations from launchpad.net + + * configure.ac: + Updated version number to 1.3. + Include da.po + + +2011-02-28 Alexandru Csete <oz9aec at gmail.com> + + * src/tle-update.c: + Fixed spelling error. + + 2011-02-20 Charles Suprin <hamaa1vs at gmail.com> * data/desktop/gpredict.desktop.in @@ -3,4 +22,5 @@ Change categories in .desktop to fix issues w/ fedora and ubuntu packaging. + 2011-02-19 Charles Suprin <hamaa1vs at gmail.com> @@ -10,6 +30,7 @@ * 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 @@ -18,6 +39,7 @@ * src/gtk-rot-knob.c Eliminate printf when bounds exceeded. + 2011-02-14 Charles Suprin <hamaa1vs at gmail.com> * src/gtk-sat-selector.c @@ -31,6 +53,7 @@ * src/Makefile.am Remove reference to defaults.h. + 2011-02-08 Charles Suprin <hamaa1vs at gmail.com> * src/gtk-sat-selector.c @@ -45,6 +68,7 @@ * src/about.c Update copyright dates to 2011 from 2009. + 2011-02-02 Charles Suprin <hamaa1vs at gmail.com> * src/mod-cfg.c @@ -56,6 +80,7 @@ * src/gtk-single-sat.c List satellites in single sat view alphabetically instead of hash order. + 2011-02-01 Alexandru Csete <oz9aec at gmail.com> * src/gtk-rig-ctrl.c: Modified: trunk/NEWS =================================================================== --- trunk/NEWS 2011-03-01 15:37:36 UTC (rev 776) +++ trunk/NEWS 2011-03-01 15:47:33 UTC (rev 777) @@ -1,4 +1,4 @@ -Changes in version 1.3 (TBD) +Changes in version 1.3 (1 Mar 2011) - Feature request 2873824: Flip Passes. - Feature Request 3022617: Malaysia's location. @@ -8,11 +8,12 @@ - Fixed bug 2116691: Leave network connection open. - Fixed bug 3099314: Rotator Thrashing. - 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 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) - New layout engine that allows any combination of views to be created in a NxM grid. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |