Version 3.21.52

* Maintenance release
    - correction to ASCII tables.
    - fixes possible seg fault
pull/1/head
David Freese 2012-09-21 16:07:22 -05:00
rodzic f8a6e1cdad
commit 19fc8867ab
2 zmienionych plików z 8 dodań i 3 usunięć

Wyświetl plik

@ -1,9 +1,14 @@
=Version 3.21.52=
2012-09-21 David Freese <w1hkj@w1hkj.com>
a31af3e: ASCII table correction
=Version 3.21.51=
2012-09-11 David Freese <w1hkj@w1hkj.com>
638a3c2: flmsg/flamp stream processing
8a41aad: DominoEX varicode
de95906: WRAP binary files

Wyświetl plik

@ -9,7 +9,7 @@ dnl major and minor must be integers; patch may
dnl contain other characters or be empty
m4_define(FLDIGI_MAJOR, [3])
m4_define(FLDIGI_MINOR, [21])
m4_define(FLDIGI_PATCH, [.51])
m4_define(FLDIGI_PATCH, [.52])
m4_define(FLARQ_MAJOR, [4])
m4_define(FLARQ_MINOR, [3])
m4_define(FLARQ_PATCH, [.3])