Skip to content

Commit e01fd93

Browse files
committed
Eggdrop v1.9.4 *STABLE*
1 parent 47487b2 commit e01fd93

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

doc/Changes1.9

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11

2-
Eggdrop Changes (Last Updated 2022-11-11):
2+
Eggdrop Changes (Last Updated 2022-12-12):
33
__________________________________________
44

5-
Eggdrop v1.9.4rc1:
5+
Eggdrop v1.9.4:
66

7+
2022-12-12 * Fix typo
8+
* Add systemd option to autobotchk
9+
[Patch by: @PeGaSuS-Coder, Geo]
10+
* Update NEWS for 1.9.4
11+
* update docs for 1.9.4
12+
13+
Eggdrop v1.9.4rc1 (2022-11-11):
14+
15+
2022-11-11 * Eggdrop v1.9.4 Release Candidate 1
716
2022-11-10 * Fix matchattr without flags
8-
[Found by: crazycatdevs, wilk / Patch by: thommey]
17+
[Found by: crazycatdevs / Patch by: thommey]
918
* redo matching docs
1019
* Update NEWS
1120
* Update version strings to 1.9.4

doc/html/tutorials/firststeps.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,4 +319,4 @@ <h2>Setting up SASL authentication<a class="headerlink" href="#setting-up-sasl-a
319319
</div>
320320

321321
</body>
322-
</html>
322+
</html>

src/version.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,4 @@
2727
*/
2828

2929
#define EGG_STRINGVER "1.9.4"
30-
#define EGG_NUMVER 1090401
31-
#define EGG_PATCH "RC1"
30+
#define EGG_NUMVER 1090402

0 commit comments

Comments
 (0)