[Gpredict-svn] SF.net SVN: gpredict:[267] trunk
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
From: <cs...@us...> - 2009-04-13 11:20:38
|
Revision: 267 http://gpredict.svn.sourceforge.net/gpredict/?rev=267&view=rev Author: csete Date: 2009-04-13 11:20:28 +0000 (Mon, 13 Apr 2009) Log Message: ----------- Updated. Modified Paths: -------------- trunk/ChangeLog trunk/NEWS trunk/README trunk/TODO Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2009-04-13 10:53:28 UTC (rev 266) +++ trunk/ChangeLog 2009-04-13 11:20:28 UTC (rev 267) @@ -1,3 +1,9 @@ +2009-04-13 Alexandru Csete <oz...@gm...> + + * src/predict-tools.c: + Fixed a bug that could cause find_aos() to go into infinite loop. + + 2009-04-12 Alexandru Csete <oz...@gm...> * src/gtk-rig-ctrl.c: Modified: trunk/NEWS =================================================================== --- trunk/NEWS 2009-04-13 10:53:28 UTC (rev 266) +++ trunk/NEWS 2009-04-13 11:20:28 UTC (rev 267) @@ -14,6 +14,7 @@ - Feature request 2192404: Starting time for pass predictions. - Feature request 2347471: Use system goocanvas. - Feature request 2130940: Transponder info in gpredict. +- Fixed a bug that could cause gpredict to hang during pass predictions. - Fixed bug 2139102: rigctld port. - Fixed bug 2130912: Crash when no rig or no rotator are defined. - Fixed bug 2130914: Gpredict doesn't handle PTT. Modified: trunk/README =================================================================== --- trunk/README 2009-04-13 10:53:28 UTC (rev 266) +++ trunk/README 2009-04-13 11:20:28 UTC (rev 267) @@ -1,9 +1,4 @@ - -TO BE UPDATED BEFORE NEXT RELEASE - - - WHAT IS GPREDICT? ================= @@ -49,10 +44,13 @@ for successful compilation of Gpredict: - Gtk+ 2.12 or later +- GLib 2.16 or later +- Gio 2.16 or later (including gvfs) +- GooCanvas 0.9 or later - Hamlib (runtime only, not required for build) If you compile Gpredict from source you will also need the development parts -of the above mentioned libraries, i.e. gtk+-dev or gtk+-devel and so on. +of the above mentioned libraries, e.g. gtk+-dev or gtk+-devel and so on. To install gpredict from source unpack the source package with: @@ -67,8 +65,12 @@ The last step usually requires you to become root, otherwise you may not have the required permissions to install gpredict. If you can not or do not want to install gpredict as root, you can install gpredict into a custom directory by - adding --prefix=somedir to the ./configure step. +adding --prefix=somedir to the ./configure step. For example + ./configure --prefix=/home/alexc/predict + +will configure the build to install the files into /home/alexc/gpredict folder. + If the configure step fails with an error, examine the output. It will usually tell you which package or libraries you need in order to build gpredict. Please note, that you also need the so-called development packages. In many GNU/Linux @@ -96,10 +98,11 @@ ==================== Gpredict is released under the GNU General Public License and comes with -NO WARRANTY whatsoever (well, maybe except that it works for us). See the +NO WARRANTY whatsoever (well, maybe except that it works for me). See the COPYING file for details. If you have problems installing or using Gpredict, feel free to ask for support. There is a web based forum at http://forum.oz9aec.net/ + Bug trackers, mailing lists, etc, can be accessed at the project page at sourceforge: http://sourceforge.net/projects/gpredict Modified: trunk/TODO =================================================================== --- trunk/TODO 2009-04-13 10:53:28 UTC (rev 266) +++ trunk/TODO 2009-04-13 11:20:28 UTC (rev 267) @@ -1,7 +1,6 @@ Future plans for gpredict development include: * Show day/night on satmap. -* Optionally, use simulated time as T0 for predictions. * TLE editor. * Advanced pass predictor. * Predict communication windows between two ground stations. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |