[Gpredict-svn] SF.net SVN: gpredict:[804] trunk
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
From: <aa...@us...> - 2011-03-31 00:03:55
|
Revision: 804 http://gpredict.svn.sourceforge.net/gpredict/?rev=804&view=rev Author: aa1vs Date: 2011-03-31 00:03:48 +0000 (Thu, 31 Mar 2011) Log Message: ----------- Update Authors and about.c for Win32 network fixes. Modified Paths: -------------- trunk/AUTHORS trunk/src/about.c trunk/src/main.c Modified: trunk/AUTHORS =================================================================== --- trunk/AUTHORS 2011-03-30 23:50:34 UTC (rev 803) +++ trunk/AUTHORS 2011-03-31 00:03:48 UTC (rev 804) @@ -12,7 +12,8 @@ see http://www.dachaplin.dsl.pipex.com/goocanvas/ - Maidenhead locator functions are based on work done by Stephane Fillod, Nate Bargmann, Dave Hines, Mirko Caserta, and S. R. Sampson. -- Paul Schulz, various patches. +- Win32 networking in rig and rotor control fixed by Stephane Fillod, +- Paul Schulz, VK5FPAW (various patches). - Martin Pool, for his natural string compare routines see http://sourcefrog.net/projects/natsort/ Modified: trunk/src/about.c =================================================================== --- trunk/src/about.c 2011-03-30 23:50:34 UTC (rev 803) +++ trunk/src/about.c 2011-03-31 00:03:48 UTC (rev 804) @@ -48,12 +48,12 @@ "John A. Magliacane, KD2BD (prediction code)", "Neoklis Kyriazis, 5B4AZ (SGP4/SDP4 in C)", "William J Beksi, KC2EXL (GtkSatMap)", - "Stephane Fillod (Rig controller and locator.c)", + "Stephane Fillod (Win32 network fixes, rig controller and locator.c)", "Nate Bargmann (locator.c)", "Dave Hines (locator.c)", "Mirko Caserta (locator.c)", "S. R. Sampson (locator.c)", - "Paul Schulz (various patches)", + "Paul Schulz, VK5FPAW (various patches)", "Martin Pool (natural sorting)", "", "Imagery:", Modified: trunk/src/main.c =================================================================== --- trunk/src/main.c 2011-03-30 23:50:34 UTC (rev 803) +++ trunk/src/main.c 2011-03-31 00:03:48 UTC (rev 804) @@ -438,7 +438,7 @@ * * If the time to update the TLE has come, it will either notify * the user, or fork a separate task which will update the TLE data - * in the background (depending on user settings. + * in the background (depending on user settings). * * In case of notification, the task will be removed in order to * avoid a new notification the next time the taks would be run. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |