Skip to content

Commit 06cf0ec

Browse files
committed
Prepare release 1.0.2
1 parent c95f44e commit 06cf0ec

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
iprange (1.0.2) - 2015-12-23
2+
3+
- bugfix: last batch of dns host resolutions were being lost from results
4+
15
iprange (1.0.1) - 2015-11-28
26

37
- resolved a case with dns resolution, where all theats were waiting

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], [2])
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,6 +28,9 @@ make %{?_smp_mflags} install DESTDIR="%{buildroot}"
2828
%{_sbindir}/iprange
2929

3030
%changelog
31+
* Sat Nov 28 2015 Phil Whineray <[email protected]> - 1.0.2-1
32+
- Bugfix release
33+
3134
* Sat Nov 28 2015 Phil Whineray <[email protected]> - 1.0.1-1
3235
- Release new version
3336

0 commit comments

Comments
 (0)