Commit 9ef9c934 authored by Matteo Quintiliani's avatar Matteo Quintiliani
Browse files

- News: windows binary distribution is available again.

  nmxptool has been compiled under Cygwin, it needs "cygwin1.dll".
- Substitude makefile.ux and makefile.sol with the single makefile.unix


git-svn-id: file:///home/quintiliani/svncopy/nmxptool/trunk@1413 3cd66e75-5955-46cb-a940-c26e5fc5497d
parent 1111d5bb
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -2,9 +2,12 @@
nmxptool Release History
#########################

* Release 2.1.1    (2012/09/25) 
* Release 2.1.1-rc2    (2012/03/13) 
    - Improvement: restart connection if any data is received within 60 seconds
                   timeout = (NMXP_HIGHEST_TIMEOUT * 2)
    - News: windows binary distribution is available again.
        nmxptool has been compiled under Cygwin, it needs "cygwin1.dll".
    - Substitude makefile.ux and makefile.sol with the single makefile.unix

* Release 2.1.0    (2012/07/22) 
    - Improvement: added capability to specify the location code within the
+2 −4
Original line number Diff line number Diff line
@@ -2,14 +2,12 @@
ACLOCAL_AMFLAGS = -I m4

SUBDIRS = lib src
dist_doc_DATA = BUGS HISTORY README earthworm seiscomp_templates makefile.sol makefile.ux doc/html doc/man
dist_doc_DATA = BUGS HISTORY README earthworm seiscomp_templates makefile.unix doc/html doc/man

EWMAKEFILESOL=earthworm/makefile.ux.nognu
EWMAKEFILEUX=earthworm/makefile.ux.nognu

dist-hook:
	ln -f -s ${EWMAKEFILESOL} makefile.sol
	ln -f -s ${EWMAKEFILEUX} makefile.ux
	ln -f -s ${EWMAKEFILEUX} makefile.unix
	rm -rf `find $(distdir)/earthworm -name CVS`
	rm -rf `find $(distdir)/seiscomp_templates -name CVS`
	rm -rf `find $(distdir)/earthworm -name .svn`
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ m4_define([major_version], [2])
m4_define([minor_version], [1])
m4_define([micro_version], [1])
# Comment build_version for stable release
m4_define([build_version], [rc1])
m4_define([build_version], [rc2])

m4_ifdef([build_version], [
	  m4_define([version],
+0 −0

File moved.

makefile.ux

deleted120000 → 0
+0 −1
Original line number Diff line number Diff line
earthworm/makefile.ux.nognu
 No newline at end of file