Skip to content

Commit

Permalink
Prepare release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
philwhineray committed Dec 23, 2015
1 parent c95f44e commit 06cf0ec
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
iprange (1.0.2) - 2015-12-23

- bugfix: last batch of dns host resolutions were being lost from results

iprange (1.0.1) - 2015-11-28

- resolved a case with dns resolution, where all theats were waiting
Expand Down
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], [2])
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,6 +28,9 @@ make %{?_smp_mflags} install DESTDIR="%{buildroot}"
%{_sbindir}/iprange

%changelog
* Sat Nov 28 2015 Phil Whineray <[email protected]> - 1.0.2-1
- Bugfix release

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

Expand Down

0 comments on commit 06cf0ec

Please sign in to comment.