Skip to content

Commit 93c571c

Browse files
committed
Prepare release 1.0.1
1 parent a696434 commit 93c571c

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

ChangeLog

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
iprange (1.0.0)
1+
iprange (1.0.1) - 2015-11-28
2+
3+
- resolved a case with dns resolution, where all theats were waiting
4+
without resolving the IPs
5+
- packaging improvements
6+
7+
iprange (1.0.0) - 2015-11-15
28

39
2015-11-12 Costa Tsaousis ([email protected])
410
- added logic to retry temporary DNS failures

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,13 @@ Installation from tar-file
1919
Installation from git
2020
---------------------
2121

22-
2322
~~~~
2423
./autogen.sh
2524
./configure && make && make install
2625
~~~~
26+
27+
When working with git, copy the hooks to the cloned folder:
28+
29+
~~~~
30+
cp hooks/* .git/hooks
31+
~~~~

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ define([VERSION_MAJOR], [1])
77
define([VERSION_MINOR], [0])
88
define([VERSION_FIX], [1])
99
define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX)
10-
define([VERSION_SUFFIX], [_master])
10+
define([VERSION_SUFFIX], [])
1111

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

1515
AC_INIT([iprange], VERSION_NUMBER[]VERSION_SUFFIX)
1616

iprange.spec.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,8 @@ make %{?_smp_mflags} install DESTDIR="%{buildroot}"
2828
%{_sbindir}/iprange
2929

3030
%changelog
31+
* Sat Nov 28 2015 Phil Whineray <[email protected]> - 1.0.1-1
32+
- Release new version
33+
3134
* Sun Nov 15 2015 Alon Bar-Lev <[email protected]> - 1.0.0-1
3235
- Initial add.

0 commit comments

Comments
 (0)