Ver. 1.0.7.6 

    Fixed bug with -c/-r and multiple expand sections in file.
	Documentation updated.
	Fixed memory leak with -r and multiple expand sections.

Ver. 1.0.7.5

    Output as-path filters generation, -G 'as' just like input
    as-path access-list.
    Optimization in both as-path generation modes - no more asking
    for routes, originated by AS in as-path generation mode, because
    we have no need in that knowledge.

Ver. 1.0.7.4

	Compatibility issue fixed: some OS'es missing strcasecmp(3)
    function. Thanks to Dmitry Morozovsky <marck@rinet.ru>

Ver. 1.0.7.3

	Duplicates checking in as-path access-list generation code.
	Fixed issues with -Aa mode, now access-/prefix-lists
    became more compact.
	Fool-proofing as-path access-list generation code - now, 
	if 'starting as' not a member - initial statement, permitting
	this AS are not included.

Ver. 1.0.7.2

	as-path access-list generation mode lightly changed.
	Now as-paths looks like:
	ip as-path access-list NN permit ^3254(_[0-9]+)*_(12593|12984|13027|13032)$
	instead of:
	ip as-path access-list NN permit ^3254_.*(12593|12984|13027|13032|13103|13107)$
	Thanks to Dmitry Morozovsky <marck@rinet.ru>

Ver. 1.0.7.1

	Minor code cleanups, english html page added.

Ver. 1.0.7

	New flag -r filename. Used to recreate file created 
	with -c option to store commandline.

Ver. 1.0.6.2
	
	New flag -R masklen. Allows all netwofk filters to allow 
	more specific routes up to masklen specified. i.e.: 
 permit ip host 62.244.0.0 host 255.255.192.0
	with -R 24 becomes
 permit ip 62.244.0.0 0.0.63.0 255.255.192.0 0.0.63.0 

Ver. 1.0.6.1

	Minor cleanups to avoid compiler varnings.
	Quoting in -c output.

Ver. 1.0.6
	
	user-defined formats to output. (-F flag)
 
Ver. 1.0.5.2

	Minor change in format 'autodetection' - i.e., now 
	if we got number as list name we trying to generate
	'old' format of access-list, f.e.: 
!generated with bgpq
no access-list 188
access-list 188 permit ip host 62.244.0.0 host 255.255.192.0
access-list 188 permit ip host 193.124.50.0 host 255.255.255.0
access-list 188 permit ip host 193.193.192.0 host 255.255.224.0
access-list 188 deny ip any any
	
Ver. 1.0.5.1
	
	Minor change in as-path access-list generation mode.

Ver. 1.0.5

	-f flag - generating as-path access-lists. 

	Default radb host now - radb.ra.net instead of radb3.ra.net.

Ver. 1.0.4
	-A flag - aggregation. It should be very useful feature.

	Some minor fool-proof changes (f.e., you can not use 
	-a and -q options together.. )

Ver. 1.0.3
	autoconf configure feature. Verified running on: FreeBSD,
	OpenBSD, Linux. Verified failure on Solaris.

	-H flag - do not print headers.

	Full RPSL support in expansion and exception modes. 

	-c flag - store commandline in output.

Ver. 1.0.2
	Limited RPSL format support for generation eacl's, prefix-lists
	and gated configs. 

	Slightly changed logic of expansion algorhytm - now it
	connects to irrd only when it really needed. (f.e., if 
	we need to expand AS or AS-MACRO).	
Ver. 1.0.1: 
	Added support to -e flag - generate standard ip access-list.
	Manpage bgpq(8) written and included.

