Skip to content

Commit

Permalink
Prepare release 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
philwhineray committed Sep 16, 2017
1 parent 3d6651f commit 2bdf99c
Show file tree
Hide file tree
Showing 4 changed files with 12 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.4) - 2017-09-16

- bugfix: fix invalid size of ipset while reducing non-optimized ipsets #18

iprange (1.0.3) - 2016-10-16

- speedup: used high speed mutex instead of read/write locks, for speed
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], [4])
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 Sep 16 2017 Phil Whineray <[email protected]> - 1.0.4-1
- Bugfix release

* Sat Oct 16 2016 Costa Tsaousis <[email protected]> - 1.0.3-1
- speedup release

Expand Down
3 changes: 3 additions & 0 deletions packaging/tar-compare
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,12 @@ diff -r "$1" $MYTMP/unpack/* | grep "^Only" | sed \
-e '/: \.git$/d' \
-e '/: \.gitattributes$/d' \
-e '/: \.gitignore$/d' \
-e '/: \.travis$/d' \
-e '/: \.travis.yml$/d' \
-e '/: config\.log$/d' \
-e '/: config\.status$/d' \
-e '/: config\.h.*$/d' \
-e '/: CMakeLists.txt$/d' \
-e '/: Makefile$/d' \
-e '/: hooks$/d' \
-e '/: packaging$/d' \
Expand Down

0 comments on commit 2bdf99c

Please sign in to comment.