[project @ 2005-05-31 05:59:57 by unknown_lamer]
[clinton/bobotpp.git] / NEWS
diff --git a/NEWS b/NEWS
index e27d45a..ce7be7a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -10,11 +10,24 @@ IMPORTANT NOTES:
 ====== The News =====================================================
 =====================================================================
 
+Version 2.1.7:
+- Fixed a number of small bugs and corner cases
+- Should compile without warnings (GCC 3.4)
+
+Version 2.1.6:
+- The String class has been removed and replaced by std::string
+- Patches from Jos Hulzink <josh@stack.nl> were applied which fix a
+  few major bugs in the StringTokenizer (thanks)
+
 Version 2.1.5: Cleanups
 - A DCC CHAT with the bot may now only be initiated if the user is a
   Friend of the bot
 - Implemented bot:ctcp-quote
 - The Bot Configuration section of the manual has been completed.
+- Fixed a potential (but unlikely) buffer overflow in Utils::strToTime
+  (if there were more than 512 digits in part of the string form of
+  the time the buffer would overflow)
+- Misc. Bugfixes
 
 Version 2.1.4: DCC Support Enhancements
 - Internal Change: DCCConnection is now an abstract class