[Gpredict-svn] SF.net SVN: gpredict:[806] trunk
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
From: <cs...@us...> - 2011-04-01 12:15:31
|
Revision: 806 http://gpredict.svn.sourceforge.net/gpredict/?rev=806&view=rev Author: csete Date: 2011-04-01 12:15:25 +0000 (Fri, 01 Apr 2011) Log Message: ----------- Trying to sync AUTHORS and about.c Modified Paths: -------------- trunk/AUTHORS trunk/ChangeLog trunk/src/about.c Modified: trunk/AUTHORS =================================================================== --- trunk/AUTHORS 2011-04-01 11:48:05 UTC (rev 805) +++ trunk/AUTHORS 2011-04-01 12:15:25 UTC (rev 806) @@ -3,8 +3,8 @@ Contributors: - William J Beksi, KC2EXL, Map view. -- Charles Suprin, AA1VS, various multithread fixes. -- Valentin Yakovenkov, Windows build. +- Charles Suprin, AA1VS, GPS support and many other improvements. +- Alan Moffet KE7IJZ and Valentin Yakovenkov, Windows build. - David VK5DG, transponder data files - Dr. T.S. Kelso, the author original SGP4/SDP4 algorithms in FORTRAN and Pascal. - Neoklis Kyriazis, 5B4AZ, conversion of the algorithms to C. @@ -16,7 +16,9 @@ - Paul Schulz, VK5FPAW (various patches). - Martin Pool, for his natural string compare routines see http://sourcefrog.net/projects/natsort/ +- Patrick Strasser, OE6PSE (natural sorting) + Imagery: Most of the maps originate from NASA Visible Earth, http://visibleearth.nasa.gov/ Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2011-04-01 11:48:05 UTC (rev 805) +++ trunk/ChangeLog 2011-04-01 12:15:25 UTC (rev 806) @@ -8,6 +8,10 @@ * src/gtk-polar-view.c Appied patch 3261586: Remove leading zero code from time formatting functions (thanks to Paul Schulz). + + * src/about.c + * AUTHORS + Trying to sync AUTHORS and about.c 2011-03-28 Charles Suprin <hamaa1vs at gmail.com> Modified: trunk/src/about.c =================================================================== --- trunk/src/about.c 2011-04-01 11:48:05 UTC (rev 805) +++ trunk/src/about.c 2011-04-01 12:15:25 UTC (rev 806) @@ -40,9 +40,9 @@ "", "Contributors:", "David VK5DG (Transponder data files)", - "Charles Suprin, AA1VS (Various multithread fixes)", + "Charles Suprin, AA1VS (GPS support and many other improvements)", + "Alan Moffet, KE7IJZ (windows build)," "Valentin Yakovenkov (Windows build)", - "Bruce Cowan (Gio port of TLE updater)", "Damon Chaplin (GooCanvas)", "Dr. T.S. Kelso (SGP4/SDP4 algorithms)", "John A. Magliacane, KD2BD (prediction code)", @@ -54,6 +54,7 @@ "Mirko Caserta (locator.c)", "S. R. Sampson (locator.c)", "Paul Schulz, VK5FPAW (various patches)", + "Patrick Strasser, OE6PSE (natural sorting)", "Martin Pool (natural sorting)", "", "Imagery:", @@ -64,7 +65,7 @@ const gchar license[] = N_("Copyright (C) 2001-2011 Alexandru Csete OZ9AEC and contributors.\n"\ - "Contact: oz9aec at googlemail.com\n\n"\ + "Contact: oz9aec at gmail.com\n\n"\ "Gpredict is free software; you can redistribute it and "\ "mofdify it under the terms of the GNU General Public License "\ "as published by the Free Software Foundation; either version 2 "\ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |