Commit 439a6dbd authored by Matteo Quintiliani's avatar Matteo Quintiliani
Browse files

Up to date


git-svn-id: file:///home/quintiliani/svncopy/nmxptool/trunk@843 3cd66e75-5955-46cb-a940-c26e5fc5497d
parent 02be1fe1
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
nmxptool Release History
#########################

* Release 1.1.8-rc6     (2008/02/29)
* Release 1.1.8-beta30     (2008/03/01)
    - Added management of channel sample sequences.
          Allow data continuity between program restarts, (option -F)
          within time defined by MaxDataToRetrieve (option -A)
@@ -11,12 +11,13 @@ nmxptool Release History
          with minimum delay from NaqsServer (option -T).
    - Added option "buffered time" for a single channel (options -b, -B).
    - Added ten thousandth of second in date format (option -s, -e).
    - Added check for duplication in channel pattern declaration (options -F, -C).
    - Added logging of sample values (option -G).
    - Option interval can be declared in minutes, hours or days (option -t).
    - Fixed major bug in DAP authentication (options -u and -p).
    - Fixed bug in packet decompression on Big-Endian architecture.
          Offset +1 count was added when x0 was greater than zero.
    - Fixed several minor bugs.
    - Countless minor bug fixes and improvements.

* Release 1.1.7     (2007/12/11)
    - Added support for WindowsXP and Windows2000 (compilation under MinGW).
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
 * 	Istituto Nazionale di Geofisica e Vulcanologia - Italy
 *	quintiliani@ingv.it
 *
 * $Id: nmxptool_getoptlong.h,v 1.87 2008-02-29 14:21:38 mtheo Exp $
 * $Id: nmxptool_getoptlong.h,v 1.88 2008-03-02 09:06:20 mtheo Exp $
 *
 */

@@ -18,7 +18,7 @@
#include <stdint.h>

/* For stable release set to "" */
#define PACKAGE_BUILD "-rc6"
#define PACKAGE_BUILD "-beta30"

#define NMXP_STR_STATE_EXT ".nmxpstate"