File: CHANGES

package info (click to toggle)
predict 2.2.3-3.1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 4,716 kB
  • sloc: ansic: 19,433; sh: 3,342; makefile: 428; yacc: 318; perl: 82
file content (26 lines) | stat: -rw-r--r-- 1,083 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
The following changes were made by John A. Magliacane, KD2BD in this release
of "map":

* The program no longer requires a map.cfg file under ~/.predict containing
  the local timezone offset.  Timezone offsets are now read directly from the
  system clock.

* AOS date/time has now been changed to "Next Event Time" and centered
  in the display window.

* "map" now correctly reads the new response from the GET_LIST socket
  command.  Starting with PREDICT version 2.1.3, the GET_LIST command
  now sends the entire list of satellite names in PREDICT's database
  as a single string and must be parsed by the client.  In earlier
  versions, GET_LIST returned only one satellite name at a time, and
  had to be called 24 times to receive the entire list of names.

* "map" now issues an error message if it is invoked without a system name
  (such as localhost, if running on the same machine as PREDICT) instead of
  crashing.

* The window border title was changed to read, "map: Real-Time Satellite
  Tracking Display".
   
* A "build" script was added to compile the program.