changeset 1130:1b018226963f

misc: add 1.y.z info in CHANGES.md
author David Demelier <markand@malikania.fr>
date Thu, 09 Dec 2021 10:31:54 +0100
parents cd8ad6ed02ca
children bd56d9793d6a
files CHANGES.md
diffstat 1 files changed, 70 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGES.md	Sun Dec 05 12:25:13 2021 +0100
+++ b/CHANGES.md	Thu Dec 09 10:31:54 2021 +0100
@@ -255,4 +255,73 @@
 irccd 2.0.0 2016-03-01
 ======================
 
-- Initial 2.0.0 release.
+This is a major release. See MIGRATING.md file for more information.
+
+irccd 1.1.5 2015-02-14
+======================
+
+- Fix Mac OS X build,
+- Fix null constructed strings,
+- Fix general.foreground option not working,
+- Windows: Lua and OpenSSL are built as DLL and copied to installation.
+
+irccd 1.1.4 2014-03-28
+======================
+
+- Fix Visual C++ redistributable installation.
+
+irccd 1.1.3 2014-03-22
+======================
+
+- Fix default internet socket address,
+- Remove listener disconnection errors,
+- Updated Windows C++ 2013 redistributable.
+
+irccd 1.1.2 2014-02-26
+======================
+
+- Fix the example in roulette documentation,
+- Fix command parsing for onCommand event.
+
+irccd 1.1.1 2014-02-15
+======================
+
+- Fix fs.mkdir that didn't return an error,
+- Add missing optional mode parameter in fs.mkdir documentation,
+- Also add `Irccd.VERSION_PATCH`.
+
+irccd 1.1.0 2014-01-30
+======================
+
+- Added support for UDP sockets,
+- Added a plugin for authentication,
+- Windows irccd's home is now the irccd.exe parent directory,
+- Added new socket API for Lua,
+- Added new thread API for Lua,
+- Added support for server reconnection,
+- Added support for text formatting with colors and attributes,
+- Added support for onMe (CTCP Action) event,
+- Added new way to load plugin by paths,
+- Server:whois and server:names generate a new events instead of callback,
+- Support of connecting and disconnecting at runtime,
+- Plugin has more information, getHome() and getName() are deprecated,
+- Split irccd.util into irccd.fs and irccd.system,
+- Added support for LuaJIT.
+
+irccd 1.0.2 2013-11-01
+======================
+
+- Errata, onMe event is not implemented.
+
+irccd 1.0.1 2013-09-17
+======================
+
+- Fixed build without Lua,
+- Improved documentation a lot,
+- Improved NSIS installer,
+- Fixed basename() issue.
+
+irccd 1.0.0 2013-09-13
+======================
+
+- Initial release.