Skip to content

Commit

Permalink
Prepare release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsaou committed Oct 16, 2016
1 parent 97d70cf commit 33d511d
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.3) - 2016-10-16

- speedup: used high speed mutex instead of read/write locks, for speed

iprange (1.0.2) - 2015-12-23

- bugfix: last batch of dns host resolutions were being lost from results
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], [3])
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 Oct 16 2016 Costa Tsaousis <[email protected]> - 1.0.3-1
- speedup release

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

Expand Down

0 comments on commit 33d511d

Please sign in to comment.