Skip to content

Commit

Permalink
Release version 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Gallo committed Mar 25, 2015
1 parent 279cabe commit 9a38cf6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
2015-03-25 Martin Gallo <[email protected]>

* - Version v0.1.6 released.
* - Requirements now handled by setuptools.
* - Test building with clang on travis.
* - Cleared installation docs.
* pysap/SAPNI.py: Made clients an instance variable in SAPNIServer.
* pysap/SAPRouter.py: Added unknown field.
* examples/diag_dos_exploit.py: Small fix.
* examples/router_admin.py: Small fix on response handling.
* examples/router_portfw.py: Added support for specify talk mode when
requesting routes.
* examples/router_scanner.py: Added support for specify talk mode when
requesting routes.

2015-01-16 Martin Gallo <[email protected]>

* - Version v0.1.5 released.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Copyright (C) 2015 by Martin Gallo, Core Security
The library was designed and developed by Martin Gallo from the Security
Consulting Services team of Core Security.

Version 0.1.6.dev0 (XXX 2015)
Version 0.1.6 (March 2015)


Overview
Expand Down
2 changes: 1 addition & 1 deletion pysap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
__title__ = 'pysap'
"""The title of the library"""

__version__ = '0.1.6.dev0'
__version__ = '0.1.6'
"""The version of pysap"""

__url__ = "http://corelabs.coresecurity.com/index.php?module=Wiki&action=view&type=tool&name=pysap"
Expand Down

0 comments on commit 9a38cf6

Please sign in to comment.