Skip to content

Commit

Permalink
Prepare release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
philwhineray committed Nov 28, 2015
1 parent a696434 commit 93c571c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
8 changes: 7 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
iprange (1.0.0)
iprange (1.0.1) - 2015-11-28

- resolved a case with dns resolution, where all theats were waiting
without resolving the IPs
- packaging improvements

iprange (1.0.0) - 2015-11-15

2015-11-12 Costa Tsaousis ([email protected])
- added logic to retry temporary DNS failures
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,13 @@ Installation from tar-file
Installation from git
---------------------


~~~~
./autogen.sh
./configure && make && make install
~~~~

When working with git, copy the hooks to the cloned folder:

~~~~
cp hooks/* .git/hooks
~~~~
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ define([VERSION_MAJOR], [1])
define([VERSION_MINOR], [0])
define([VERSION_FIX], [1])
define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX)
define([VERSION_SUFFIX], [_master])
define([VERSION_SUFFIX], [])

dnl Set to "1" for a first RPM release of a new version
PACKAGE_RPM_RELEASE="0.0.$(echo VERSION_SUFFIX | sed s/^_//)"
PACKAGE_RPM_RELEASE="1"

AC_INIT([iprange], VERSION_NUMBER[]VERSION_SUFFIX)

Expand Down
3 changes: 3 additions & 0 deletions iprange.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@ make %{?_smp_mflags} install DESTDIR="%{buildroot}"
%{_sbindir}/iprange

%changelog
* Sat Nov 28 2015 Phil Whineray <[email protected]> - 1.0.1-1
- Release new version

* Sun Nov 15 2015 Alon Bar-Lev <[email protected]> - 1.0.0-1
- Initial add.

0 comments on commit 93c571c

Please sign in to comment.