git-svn-id: https://gpredict.svn.sourceforge.net/svnroot/gpredict/trunk@562 ab6734ba-2843-0410-b83b-99c217ef6c0f
This commit is contained in:
csete 2009-12-27 01:01:15 +00:00
parent 86d71d182e
commit 71dfd542cb
2 changed files with 12 additions and 2 deletions

View file

@ -1,3 +1,12 @@
2009-12-26 Alexandru Csete <oz9aec at gmail.com>
* src/sat-pref-layout.c:
Finished implementation of layout selector.
* src/pass-to-txt.c:
Fixed bug 2914679: Unable to save Future passes.
2009-12-25 Alexandru Csete <oz9aec at gmail.com>
* pixmaps/icons:

5
NEWS
View file

@ -2,14 +2,15 @@ Changes in version 1.2 (TBD)
* New satellite editor to manually add/edit/delete satellite data.
* New transponder editor to edit transponder data.
* New layout engine that allows any combination of views to be created in a NxM grid.
Closes feature request TBD.
- New layout engine that allows any combination of views to be created in a NxM grid.
Closes feature request 2821408.
* Feature request 2866570: Set operating mode via CAT.
* Feature request 2873824: Flip Passes.
* Feature request 2778735: Visual indicator for RX/TX/TRX.
* Feature request 2689352: Mutual Contact Window AOS/LOS.
- Fixed bug 2877974: Incorrect uplink Doppler.
- Fixed bug 2918672: Trailing whitespace and newline in satellite names.
- Fixed bug 2914679: Unable to save Future passes.
- Applied patch 2876485: Fix a memory leak in the rotator controller (Thanks to Charles Suprin AA1VS).
- Applied patch 2877878: Change Flag to Lock in tle-update (thanks to Charles Suprin AA1VS).
- Applied patch 2877918: Fixes segfault in TLE updater (thanks to Charles Suprin AA1VS).