Browse Source

Merge upstream version 1.6.2

Christoph Biedl 3 years ago
parent
commit
09f5540171
3 changed files with 5 additions and 2 deletions
  1. 3 0
      ChangeLog
  2. 1 1
      Makefile.in
  3. 1 1
      configure.in

+ 3 - 0
ChangeLog

@@ -8,6 +8,9 @@ PLEASE DO NOT E-MAIL INDIVIDUAL DEVELOPERS ABOUT
 ISSUES, AS YOUR E-MAIL MAY BE LOST
 ISSUES, AS YOUR E-MAIL MAY BE LOST
 ==========================================================
 ==========================================================
 
 
+2020-06-07 Colin Petrie <colin@spakka.net> v1.6.2
+	* Version fix and make dist
+
 2020-04-27 Colin Petrie <colin@spakka.net> v1.6.1
 2020-04-27 Colin Petrie <colin@spakka.net> v1.6.1
 	* Version bump for Github release/tag migration
 	* Version bump for Github release/tag migration
 
 

+ 1 - 1
Makefile.in

@@ -20,7 +20,7 @@ includedir = @includedir@
 
 
 LIB_H	 = bgpdump_attr.h bgpdump_formats.h bgpdump_lib.h bgpdump_mstream.h
 LIB_H	 = bgpdump_attr.h bgpdump_formats.h bgpdump_lib.h bgpdump_mstream.h
 LIB_O	 = bgpdump_lib.o bgpdump_mstream.o cfile_tools.o util.o inet_ntop.o
 LIB_O	 = bgpdump_lib.o bgpdump_mstream.o cfile_tools.o util.o inet_ntop.o
-OTHER    = *.in configure bgpdump.spec README* ChangeLog License*
+OTHER    = *.in configure bgpdump.spec README* ChangeLog COPYING*
 
 
 all: libbgpdump.so bgpdump 
 all: libbgpdump.so bgpdump 
 
 

+ 1 - 1
configure.in

@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl Process this file with autoconf to produce a configure script.
 AC_REVISION($Revision$)
 AC_REVISION($Revision$)
 
 
-AC_INIT([libbgpdump], 1.6.0, [ris@ripe.net])
+AC_INIT([libbgpdump], 1.6.2, [ris@ripe.net])
 AC_CONFIG_SRCDIR([bgpdump_lib.c])
 AC_CONFIG_SRCDIR([bgpdump_lib.c])
 AC_CONFIG_HEADERS([bgpdump-config.h])
 AC_CONFIG_HEADERS([bgpdump-config.h])