mirror of
https://github.com/bgp/bgpq4
synced 2025-02-28 08:53:11 +00:00
Release 0.0.5
This commit is contained in:
3
CHANGES
3
CHANGES
@@ -1,3 +1,6 @@
|
||||
0.0.5 (2020-01-01):
|
||||
- Bugfixes
|
||||
|
||||
0.0.4 (2019-12-31):
|
||||
- Remove the '-3' command line option, assume all devices are
|
||||
32-bit ASN safe
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: bgpq4
|
||||
Version: 0.0.4
|
||||
Version: 0.0.5
|
||||
Release: 0%{?dist}
|
||||
|
||||
Group: System/Utilities
|
||||
@@ -36,6 +36,9 @@ make install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%changelog
|
||||
* Wed Jan 01 2020 Job Snijders <job@ntt.net> 0.0.5:
|
||||
- bugfixes
|
||||
|
||||
* Tue Dec 31 2019 Job Snijders <job@ntt.net> 0.0.4
|
||||
- Remove '-3' command line option, assume all devices are 32-bit ASN safe
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
AC_INIT(bgpq4,0.0.4,job@ntt.net)
|
||||
AC_INIT(bgpq4,0.0.5,job@ntt.net)
|
||||
AM_INIT_AUTOMAKE
|
||||
AC_PACKAGE_URL(https://github.com/bgp/bgpq4)
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
||||
Reference in New Issue
Block a user