Xastir Changelog

What's new in Xastir 2.0.0

Oct 26, 2010
  • Committing latest ChangeLog (derived from cvs log) before release.

New in Xastir 1.9.8 (Apr 1, 2010)

  • Updated wheelchair symbol plus new power plant symbol

New in Xastir 1.9.5 Dev (May 30, 2009)

  • config/language-Dutch.sys, config/language-English.sys,
  • config/language-French.sys, config/language-German.sys,
  • config/language-Italian.sys, config/language-Portuguese.sys,
  • config/language-Spanish.sys, src/database.h, src/wx.c: Add
  • support for the Davis 6540 "Weatherlink for APRS" with "Streaming
  • Data Logger". This attachment to the Davis Vantage Pro causes
  • the device to stream APRS posits (sans fromcall, tocall, and
  • path) to the serial port instead of requiring polling. With such
  • a device, Meteo and the associated glue program (db2APRS or
  • whatever it's called) are unnecessary, so long as this patch is
  • in place.
  • Also update language files as needed.

New in Xastir 1.9.5 (Oct 27, 2008)

  • src/map_shp.c: Getting rid of a 64-bit compiler warning by changing an "(int)NULL" to a "0".
  • src/db.c: Changing a debug format so that it doesn't cause a warning on 64-bit machines.
  • src/maps.c: Getting rid of two compiler warnings: One by forcing a terminator into the first char of a string buffer instead of doing an empty xastir_snprintf(), another by casting a strlen() result to an int for an fprintf.
  • src/shp_hash.c: Reverting back to the original code for strncpy() in this module: The previous change caused a panic.
  • src/shp_hash.c: Getting rid of another strncpy() call.
  • src/util.c: Forcibly terminating a string as an added precaution.
  • src/shp_hash.c: Adding some blank lines to delimit an strcpy() call.
  • src/objects.c: Getting rid of an strcat() call.
  • src/db.c: Getting rid of some strncpy() calls.
  • src/awk.c: Updating a comment.

New in Xastir 1.9.4 (Oct 27, 2008)

  • configure.ac, scripts/BUILDRPMS, scripts/LSB-BUILD, scripts/do_xastir_release_dev, scripts/do_xastir_release_stable: Updating version numbers for upcoming stable release.
  • configure.ac: Checking for curl/curl.h include file in the libcurl test to make sure we can actually compile with it. Also only check for wget if the libcurl tests fail.
  • configure.ac: Adding a "--without-libcurl" option to configure.
  • acinclude.m4: Slight reformatting of help text (added spaces).
  • src/db.c: Changing a tab to a newline at the end of Tactical Call in Station Info box. This prepares us for longer tactical calls.
  • src/map_geo.c: Found one more place to release ExceptionInfo for ImageMagick, hopefully last needed to minimize unbalanced memory usage in maps.
  • xastir-min.spec.in, xastir.spec.in, scripts/BUILDRPMS: Getting rid of include/Xm/Xm.h requirement in RPM build spec files. Uncommenting a few print statements in the BUILDRPMS script that were commented out by mistake.
  • xastir-min.spec.in, xastir.spec.in: Updating to new path for Motif include files.
  • scripts/BUILDRPMS: Preparing for creation of SuSE-11.0 RPM's.
  • src/db.c: Adding debug_level filtering to the TACTICAL code.
  • ChangeLog: Updating ChangeLog before doing -dev release.