From bae93efb6d6d2ee1ee4ce3c1113e4b3b07b8883e Mon Sep 17 00:00:00 2001 From: Geo Date: Sat, 11 Mar 2023 15:38:02 -0500 Subject: [PATCH] Eggdrop v1.9.5 *STABLE* --- doc/Changes1.9 | 16 +++++++++++++--- src/version.h | 3 +-- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/doc/Changes1.9 b/doc/Changes1.9 index 61f7931ab..86623b327 100644 --- a/doc/Changes1.9 +++ b/doc/Changes1.9 @@ -1,8 +1,17 @@ -Eggdrop Changes (Last Updated 2023-02-14): +Eggdrop Changes (Last Updated 2023-03-11): __________________________________________ -Eggdrop v1.9.5rc1: +Eggdrop v1.9.5: + + 2023-03-11 * Adjust motd alignment + * Typo fixes + * Update THANKS + * Fix localtime() returning NULL + [Found by: michaelortmann / Patch by: michaelortmann] + * update docs + +Eggdrop v1.9.5rc1 (2023-02-14): 2023-02-14 * Fix tcl service mode crash [Found by: MacinMan / Patch by: michaelortmann] @@ -13,6 +22,7 @@ Eggdrop v1.9.5rc1: * Update copyright * Update version strings to 1.9.5 * Generate docs with 1.9.5 version + * Eggdrop v1.9.5 Release Candidate 1 2023-02-13 * Update woobie mod docs * Fix load of null pointer [Found by: 0_o, I, am, EMPTY, mister, ZarTek-Creole / Patch by: michaelortmann] @@ -786,7 +796,7 @@ Eggdrop v1.9.0rc1 (2021-01-24): * Split tags into key/value pairs * Add tag-related definitions * Implement dict-based msg-tags - * Update buffer sizes to accommodate larger msgtag strings + * Update buffer sizes to accomodate larger msgtag strings * Prevent double-tapping internal binds * Update tagmsg to accept dicts 2020-01-29 * Fix eggdrop.conf typos diff --git a/src/version.h b/src/version.h index 5c47349da..86cbfd7a9 100644 --- a/src/version.h +++ b/src/version.h @@ -27,5 +27,4 @@ */ #define EGG_STRINGVER "1.9.5" -#define EGG_NUMVER 1090501 -#define EGG_PATCH "RC1" +#define EGG_NUMVER 1090502