Commit a0632e2a authored by Matteo Quintiliani's avatar Matteo Quintiliani
Browse files

Further changes to accomplish to ticket #734

git-svn-id: file:///home/quintiliani/svncopy/nmxptool/trunk@1409 3cd66e75-5955-46cb-a940-c26e5fc5497d
parent a2480140
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2,6 +2,10 @@
nmxptool Release History
#########################

* Release 2.1.1    (2012/09/25) 
    - Improvement: restart connection if any data is received within 60 seconds
                   timeout = (NMXP_HIGHEST_TIMEOUT * 2)

* Release 2.1.0    (2012/07/22) 
    - Improvement: added capability to specify the location code within the
        channel pattern declaration (options -C, -n).
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ m4_define([full_package_name], [nmxptool])
dnl These three define the plug-in version number
m4_define([major_version], [2])
m4_define([minor_version], [1])
m4_define([micro_version], [0])
m4_define([micro_version], [1])
# Comment build_version for stable release
# m4_define([build_version], [rc4])