From 5bf22d94092bb89c90855b46a62fba3f58d2b46d Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 16 Jul 2014 17:30:47 +0200 Subject: [PATCH] Update revision history in preparation of publication --- defensive-coding/en-US/Revision_History.xml | 22 +++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/defensive-coding/en-US/Revision_History.xml b/defensive-coding/en-US/Revision_History.xml index fc79226..f0f0c78 100644 --- a/defensive-coding/en-US/Revision_History.xml +++ b/defensive-coding/en-US/Revision_History.xml @@ -7,6 +7,28 @@ Revision History + + 1.2-1 + Wed Jul 16 2014 + + Florian + Weimer + fweimer@redhat.com + + + + C: Corrected the strncat example + C: Mention mixed signed/unsigned comparisons + C: Unsigned overflow checking example + C++: operator new[] has been fixed in GCC + C++: Additional material on std::string, iterators + OpenSSL: Mention openssl genrsa entropy issue + Packaging: X.509 key generation + Go, Vala: Add short chapters + Serialization: Notes on fragmentation and reassembly + + + 1.1-1 Tue Aug 27 2013