[Gpredict-svn] SF.net SVN: gpredict:[618] trunk
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
|
From: <cs...@us...> - 2010-05-20 19:34:04
|
Revision: 618
http://gpredict.svn.sourceforge.net/gpredict/?rev=618&view=rev
Author: csete
Date: 2010-05-20 19:33:58 +0000 (Thu, 20 May 2010)
Log Message:
-----------
Applied patch 3002345: Free catfilename (Thanks to Charles Suprin AA1VS).
Modified Paths:
--------------
trunk/ChangeLog
trunk/NEWS
trunk/src/first-time.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2010-05-20 19:22:07 UTC (rev 617)
+++ trunk/ChangeLog 2010-05-20 19:33:58 UTC (rev 618)
@@ -3,7 +3,10 @@
* src/sgpsdp/sgp4sdp4.c:
Applied patch 3002344: Remove Uninitialized Jump.
+ * src/first-time.c:
+ Applied patch 3002345: Free catfilename.
+
2010-05-04 Alexandru Csete <oz9aec at gmail.com>
* src/gtk-sky-at-glance.c:
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2010-05-20 19:22:07 UTC (rev 617)
+++ trunk/NEWS 2010-05-20 19:33:58 UTC (rev 618)
@@ -31,6 +31,7 @@
- Applied patch 2947459: Make Module List Scrollable (Thanks to Charles Suprin AA1VS).
- Applied patch 2951724: Allow TX Doppler correction for FT-817, 857 and 897 (Thanks to Charles Suprin AA1VS).
- Applied patch 3002344: Remove Uninitialized Jump (Thanks to Charles Suprin AA1VS).
+- Applied patch 3002345: Free catfilename (Thanks to Charles Suprin AA1VS).
- Slightly improved UI for the single-satellite view.
- Command line options for cleaning user's TLE and transponder data, see --help for list.
- Satellite Map: Added shadow to satellite marker and label to enhance visual appearance
Modified: trunk/src/first-time.c
===================================================================
--- trunk/src/first-time.c 2010-05-20 19:22:07 UTC (rev 617)
+++ trunk/src/first-time.c 2010-05-20 19:33:58 UTC (rev 618)
@@ -626,6 +626,7 @@
}
g_free (source);
}
+ g_free (catfilename);
}
}
g_dir_close (srcdir);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|