news: Add even more v3.3.0 entries

This commit is contained in:
Andrea Bolognani 2017-05-03 18:01:58 +02:00
parent 92e30a4dac
commit 461274c497

View File

@ -176,6 +176,16 @@
qemu: Do not crash on USB address with no port and invalid bus qemu: Do not crash on USB address with no port and invalid bus
</summary> </summary>
</change> </change>
<change>
<summary>
crypto: Always pad data before encrypting it
</summary>
<description>
If this step is not performed, when the data length matches the
chunk size the decryption routines will misinterpret the last byte
of data as the padding lenght and fail to decode it correctly.
</description>
</change>
</section> </section>
</release> </release>
<release version="v3.2.0" date="2017-04-02"> <release version="v3.2.0" date="2017-04-02">