Release 2.1.1 v2.1.1
authorPhil <phil@secdev.org>
Sat Apr 10 00:36:38 2010 +0200 (2010-04-10)
changeset 121494ae39b9a927
parent 1213 41b5c5b6a8a3
child 1215 9bea293f85d7
Release 2.1.1
doc/scapy/conf.py
scapy/config.py
setup.py
     1.1 --- a/doc/scapy/conf.py	Wed Apr 07 19:05:34 2010 +0200
     1.2 +++ b/doc/scapy/conf.py	Sat Apr 10 00:36:38 2010 +0200
     1.3 @@ -42,9 +42,9 @@
     1.4  # other places throughout the built documents.
     1.5  #
     1.6  # The short X.Y version.
     1.7 -version = '2.1.0'
     1.8 +version = '2.1.1'
     1.9  # The full version, including alpha/beta/rc tags.
    1.10 -release = '2.1.0'
    1.11 +release = '2.1.1'
    1.12  
    1.13  # There are two options for replacing |today|: either, you set today to some
    1.14  # non-false value, then it is used:
     2.1 --- a/scapy/config.py	Wed Apr 07 19:05:34 2010 +0200
     2.2 +++ b/scapy/config.py	Sat Apr 10 00:36:38 2010 +0200
     2.3 @@ -312,7 +312,7 @@
     2.4  AS_resolver: choose the AS resolver class to use
     2.5  extensions_paths: path or list of paths where extensions are to be looked for
     2.6  """
     2.7 -    version = "2.1.0-dev"
     2.8 +    version = "2.1.1"
     2.9      session = ""
    2.10      interactive = False
    2.11      interactive_shell = ""
     3.1 --- a/setup.py	Wed Apr 07 19:05:34 2010 +0200
     3.2 +++ b/setup.py	Sat Apr 10 00:36:38 2010 +0200
     3.3 @@ -41,7 +41,7 @@
     3.4  
     3.5  setup(
     3.6      name = 'scapy',
     3.7 -    version = '2.1.0-dev',
     3.8 +    version = '2.1.1',
     3.9      packages=['scapy','scapy/arch', 'scapy/arch/windows', 'scapy/layers','scapy/asn1','scapy/tools','scapy/modules', 'scapy/crypto'],
    3.10      scripts = SCRIPTS,
    3.11      data_files = [('share/man/man1', ["doc/scapy.1.gz"])],