mirror of
http://git.chmurka.net/owx
synced 2026-04-01 12:33:21 +00:00
64 lines
1.5 KiB
Plaintext
64 lines
1.5 KiB
Plaintext
/* $Id$ */
|
|
|
|
2012-10-23
|
|
- fixed compilation error with gcc 4.7.2 (thx Magnus Numelin)
|
|
|
|
2012-07-22
|
|
- added support for semicolon-separated CSV files
|
|
- fixed warning in import.cc
|
|
|
|
2011-04-15
|
|
- fixed hang when using pl2303 USB-to-serial converter (thx Ed Nisley)
|
|
|
|
2011-04-13
|
|
- fixed warning in throw.cc (thx Ed Nisley)
|
|
|
|
2011-03-14
|
|
- finally added owx to svn
|
|
- set rcsid property on owx files in svn
|
|
- created file FILES in docs
|
|
|
|
2011-03-09
|
|
- fixed silly bug in endianness handling code
|
|
|
|
2011-02-20
|
|
- changed endianness-related code to compile on MacOSX (thx Tod Fitch)
|
|
- changed maximum non-bogus UHF frequency from 500 to 600 MHz (thx Tod Fitch)
|
|
|
|
2011-02-17
|
|
- added UVD3 welcome message editing (thx SQ5LWN)
|
|
- removed references in some places in export code
|
|
- exported FromHexOne() in Util namespace
|
|
|
|
2011-01-30
|
|
- added encoding and decoding of frequency ranges (thx K7DB)
|
|
|
|
2011-01-29
|
|
- added Apache 2.0 license to README
|
|
|
|
2011-01-28
|
|
- added support for DCS and TEAM 2 to TODO
|
|
|
|
2010-11-12
|
|
- fixed bug when importing channels (were imported 127, not 128)
|
|
- fixed bug in makefile (added -f to ln)
|
|
|
|
2010-11-02
|
|
- changed tcdrain and program_invocation_short_name for cygwin compatibility
|
|
|
|
2010-10-31
|
|
- added FM radio import/export
|
|
- added support for .tw files to TODO
|
|
- minor changes in the code and README
|
|
- added cstdio include to some files (thanks ur6lad)
|
|
|
|
2010-10-29
|
|
- minor changes in README file
|
|
- RSS feed for changelog
|
|
|
|
2010-10-28
|
|
- complete rewrite
|
|
|
|
2010-07-17
|
|
- initial release as a little utility
|