File tree Expand file tree Collapse file tree 4 files changed +18
-4
lines changed
Expand file tree Collapse file tree 4 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 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
392015-11-12 Costa Tsaousis (costa@tsaousis.gr)
410 - added logic to retry temporary DNS failures
Original file line number Diff line number Diff line change @@ -19,8 +19,13 @@ Installation from tar-file
1919Installation 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+ ~~~~
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ define([VERSION_MAJOR], [1])
77define ( [ VERSION_MINOR] , [ 0] )
88define ( [ VERSION_FIX] , [ 1] )
99define ( [ VERSION_NUMBER] , VERSION_MAJOR [ .] VERSION_MINOR [ .] VERSION_FIX )
10- define ( [ VERSION_SUFFIX] , [ _master ] )
10+ define ( [ VERSION_SUFFIX] , [ ] )
1111
1212dnl 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
1515AC_INIT ( [ iprange] , VERSION_NUMBER [ ] VERSION_SUFFIX )
1616
Original file line number Diff line number Diff 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 <phil@firehol.org> - 1.0.1-1
32+ - Release new version
33+
3134* Sun Nov 15 2015 Alon Bar-Lev <alonbl@redhat.com> - 1.0.0-1
3235- Initial add.
You can’t perform that action at this time.
0 commit comments