summaryrefslogtreecommitdiff
path: root/3rdParty/libb64/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to '3rdParty/libb64/CHANGELOG')
-rw-r--r--3rdParty/libb64/CHANGELOG25
1 files changed, 25 insertions, 0 deletions
diff --git a/3rdParty/libb64/CHANGELOG b/3rdParty/libb64/CHANGELOG
new file mode 100644
index 0000000..6fd1c17
--- /dev/null
+++ b/3rdParty/libb64/CHANGELOG
@@ -0,0 +1,25 @@
+libb64: Base64 Encoding/Decoding Routines
+======================================
+
+## Changelog ##
+
+Version 1.2 Release
+-------------------
+Removed the b64dec, b64enc, encoder and decoder programs in favour of
+a better example, called base64, which encodes and decodes
+depending on its arguments.
+
+Created a solution for Microsoft Visual Studio C++ Express 2010
+edition, which simply builds the base64 example as a console application.
+
+Version 1.1 Release
+-------------------
+Modified encode.h to (correctly) read from the iostream argument,
+instead of std::cin.
+Thanks to Peter K. Lee for the heads-up.
+
+No API changes.
+
+Version 1.0 Release
+-------------------
+The current content is the changeset.