Skip to content

Commit bae93ef

Browse files
committed
Eggdrop v1.9.5 *STABLE*
1 parent 6db3251 commit bae93ef

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

doc/Changes1.9

+13-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,17 @@
11

2-
Eggdrop Changes (Last Updated 2023-02-14):
2+
Eggdrop Changes (Last Updated 2023-03-11):
33
__________________________________________
44

5-
Eggdrop v1.9.5rc1:
5+
Eggdrop v1.9.5:
6+
7+
2023-03-11 * Adjust motd alignment
8+
* Typo fixes
9+
* Update THANKS
10+
* Fix localtime() returning NULL
11+
[Found by: michaelortmann / Patch by: michaelortmann]
12+
* update docs
13+
14+
Eggdrop v1.9.5rc1 (2023-02-14):
615

716
2023-02-14 * Fix tcl service mode crash
817
[Found by: MacinMan / Patch by: michaelortmann]
@@ -13,6 +22,7 @@ Eggdrop v1.9.5rc1:
1322
* Update copyright
1423
* Update version strings to 1.9.5
1524
* Generate docs with 1.9.5 version
25+
* Eggdrop v1.9.5 Release Candidate 1
1626
2023-02-13 * Update woobie mod docs
1727
* Fix load of null pointer
1828
[Found by: 0_o, I, am, EMPTY, mister, ZarTek-Creole / Patch by: michaelortmann]
@@ -786,7 +796,7 @@ Eggdrop v1.9.0rc1 (2021-01-24):
786796
* Split tags into key/value pairs
787797
* Add tag-related definitions
788798
* Implement dict-based msg-tags
789-
* Update buffer sizes to accommodate larger msgtag strings
799+
* Update buffer sizes to accomodate larger msgtag strings
790800
* Prevent double-tapping internal binds
791801
* Update tagmsg to accept dicts
792802
2020-01-29 * Fix eggdrop.conf typos

src/version.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,4 @@
2727
*/
2828

2929
#define EGG_STRINGVER "1.9.5"
30-
#define EGG_NUMVER 1090501
31-
#define EGG_PATCH "RC1"
30+
#define EGG_NUMVER 1090502

0 commit comments

Comments
 (0)