Skip to content

Commit

Permalink
release: v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Snaipe committed Nov 5, 2016
1 parent c5802af commit 832ac2b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
2016-11-05 Franklin "Snaipe" Mathieu <[email protected]>

* wssdl: version 0.2
* Add: Fields can now exist after a field of unspecified size
* Add: The first parameter of `:payload` is now validated
* Fix: Aligned integers larger than 32-bits are working again
* Fix: Subdissectors are no longer called on empty Tvbs (caused crashes)
* Fix: Specifier chaining is working again
* Fix: The endianness of float fields is no longer swapped
* Fix: 24-bit signed integers are working again
* Fix: Integers with a bit size not divisible by 8 are working again
* Fix: Unaligned number fields are no longer broken
* Fix: The parsing of bytes() no longer interprets the hexadecimal string as
raw data
* Fix: Fixed specifiers without size not taking the whole buffer

2016-10-31 Franklin "Snaipe" Mathieu <[email protected]>

* wssdl: version 0.1.1
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = '0.1.1'
release = '0.2.0'
# The short X.Y version.
version = re.search(r'\d+\.\d+', release).group(0)

Expand Down

0 comments on commit 832ac2b

Please sign in to comment.