diff --git a/CHANGES b/CHANGES index 4bcf3ff..0373597 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ + +0.1.9 (2009-03-27) + - RIPE changed ASN32 notation to asplain. And RADB does not support + asplain indexing (yet?).... Fixed. Thanks to Pavel Gluchouk. + 0.1.8 (2008-12-25) - new flag -D for Cisco asdot notation. Cisco behaviour is a bit strange for me, but, well, that's their decision: diff --git a/COPYRIGHT b/COPYRIGHT index 922d4e5..0a32acd 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2007,2008 Alexandre Snarskii + * Copyright (c) 2007-2009 Alexandre Snarskii * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/bgpq3.c b/bgpq3.c index 509688b..41e83be 100644 --- a/bgpq3.c +++ b/bgpq3.c @@ -48,7 +48,7 @@ usage(int ecode) " RADB,RIPE,APNIC)\n"); printf(" -T : disable pipelining (experimental, faster mode)\n"); printf("\n" PACKAGE_NAME " version: " PACKAGE_VERSION "\n"); - printf("Copyright(c) Alexandre Snarskii 2007, 2008\n\n"); + printf("Copyright(c) Alexandre Snarskii 2007-2009\n\n"); exit(ecode); }; @@ -228,7 +228,8 @@ main(int argc, char* argv[]) */ if(expander.asdot && expander.vendor!=V_CISCO) { - sx_report(SX_FATAL,"asdot notation supported only for Cisco\n"); + sx_report(SX_FATAL,"asdot notation supported only for Cisco, Juniper" + " uses only asplain\n"); }; if(!expander.asn32 && expander.asnumber>65535) { diff --git a/configure b/configure index 06946c5..3cc7263 100755 --- a/configure +++ b/configure @@ -1,8 +1,8 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.62 for bgpq3 0.1.8. +# Generated by GNU Autoconf 2.62 for bgpq3 0.1.9. # -# Report bugs to . +# Report bugs to . # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. @@ -596,9 +596,9 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='bgpq3' PACKAGE_TARNAME='bgpq3' -PACKAGE_VERSION='0.1.8' -PACKAGE_STRING='bgpq3 0.1.8' -PACKAGE_BUGREPORT='snar@paranoia.ru' +PACKAGE_VERSION='0.1.9' +PACKAGE_STRING='bgpq3 0.1.9' +PACKAGE_BUGREPORT='snar@snar.spb.ru' ac_subst_vars='SHELL PATH_SEPARATOR @@ -1213,7 +1213,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures bgpq3 0.1.8 to adapt to many kinds of systems. +\`configure' configures bgpq3 0.1.9 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1274,7 +1274,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of bgpq3 0.1.8:";; + short | recursive ) echo "Configuration of bgpq3 0.1.9:";; esac cat <<\_ACEOF @@ -1290,7 +1290,7 @@ Some influential environment variables: Use these variables to override the choices made by `configure' or to help it to find libraries and programs with nonstandard names/locations. -Report bugs to . +Report bugs to . _ACEOF ac_status=$? fi @@ -1353,7 +1353,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -bgpq3 configure 0.1.8 +bgpq3 configure 0.1.9 generated by GNU Autoconf 2.62 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1367,7 +1367,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by bgpq3 $as_me 0.1.8, which was +It was created by bgpq3 $as_me 0.1.9, which was generated by GNU Autoconf 2.62. Invocation command line was $ $0 $@ @@ -3465,7 +3465,7 @@ exec 6>&1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by bgpq3 $as_me 0.1.8, which was +This file was extended by bgpq3 $as_me 0.1.9, which was generated by GNU Autoconf 2.62. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -3514,7 +3514,7 @@ Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ -bgpq3 config.status 0.1.8 +bgpq3 config.status 0.1.9 configured by $0, generated by GNU Autoconf 2.62, with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.in b/configure.in index 43b3d3e..ceae394 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT(bgpq3,0.1.8,snar@paranoia.ru) +AC_INIT(bgpq3,0.1.9,snar@snar.spb.ru) AC_CONFIG_HEADER(config.h) AC_PROG_CC AC_PROG_INSTALL