Skip to content

Commit 4a0fabd

Browse files
committed
Update version strings to 1.8.3
1 parent bbdf816 commit 4a0fabd

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dnl configure.ac: this file is processed by autoconf to produce ./configure.
22

33
AC_PREREQ(2.60)
4-
AC_INIT([Eggdrop],[1.8.2],[bugs@eggheads.org])
4+
AC_INIT([Eggdrop],[1.8.3],[bugs@eggheads.org])
55
AC_COPYRIGHT([Copyright (C) 1999 - 2017 Eggheads Development Team])
66
AC_LANG([C])
77
AC_REVISION([m4_esyscmd([misc/getcommit])])

doc/COMPILE-GUIDE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ Last revised: October 25, 2010
262262
This is usually something like 'C:\cygwin\home\<username>\'. After
263263
downloading, extract the Eggdrop tarball:
264264

265-
tar -zxf eggdrop1.8.2.tar.gz
265+
tar -zxf eggdrop1.8.3.tar.gz
266266

267267
4. Run './configure --enable-strip'. Debugging information under
268268
Windows is basically useless to the development team, and this will
@@ -286,8 +286,8 @@ Last revised: October 25, 2010
286286
cd 'C:/<install path>/' (example: cd 'C:/eggdrop')
287287
rm modules
288288
rm eggdrop.exe
289-
mv eggdrop.exe-1.8.2 eggdrop.exe
290-
mv modules-1.8.2 modules
289+
mv eggdrop.exe-1.8.3 eggdrop.exe
290+
mv modules-1.8.3 modules
291291

292292
9. Create a 'lib' directory and copy needed libraries using the
293293
following commands. This assumes that you installed your Eggdrop in

doc/sphinx_source/appendices/text-sub.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ respective values:
2525
+------+---------------------------------------------------------+
2626
| %B | bot's nickname (i.e. "LamestBot") |
2727
+------+---------------------------------------------------------+
28-
| %V | current Eggdrop version (i.e. "eggdrop v1.8.2") |
28+
| %V | current Eggdrop version (i.e. "eggdrop v1.8.3") |
2929
+------+---------------------------------------------------------+
30-
| %E | long form of %V (i.e. "Eggdrop v1.8.2 (C) 1997 Robey |
30+
| %E | long form of %V (i.e. "Eggdrop v1.8.3 (C) 1997 Robey |
3131
| | Pointer (C) 2010 Eggheads Development Team") |
3232
+------+---------------------------------------------------------+
3333
| %C | channels the bot is on (i.e. "#lamest, #botnetcentral") |

doc/sphinx_source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
# built documents.
5252
#
5353
# The short X.Y version.
54-
version = '1.8.2'
54+
version = '1.8.3'
5555
# The full version, including alpha/beta/rc tags.
56-
release = '1.8.2'
56+
release = '1.8.3'
5757

5858
# The language for content autogenerated by Sphinx. Refer to documentation
5959
# for a list of supported languages.

doc/sphinx_source/mainDocs/patch.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Applying a patch
1717
To apply a patch to an Eggdrop, you have to first obtain the Eggdrop
1818
source code. You should always keep a tar.gz archive with the source of
1919
your current Eggdrop on your shell. In the next step, you have to change
20-
to your source directory (i.e.: /home/user/eggdrop1.8.2/) and type
20+
to your source directory (i.e.: /home/user/eggdrop1.8.3/) and type
2121
the following command::
2222

2323
patch -p1 < ../path.to.the/patch

doc/sphinx_source/mainDocs/tcl-commands.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ of the normal Tcl built-in commands are still there, of course, but you
1111
can also use these to manipulate features of the bot. They are listed
1212
according to category.
1313

14-
This list is accurate for Eggdrop v1.8.2. Scripts written for v1.3, v1.4
14+
This list is accurate for Eggdrop v1.8.3. Scripts written for v1.3, v1.4
1515
or 1.6 series of Eggdrop should probably work with a few minor modifications
1616
depending on the script. Scripts which were written for v0.9, v1.0, v1.1
1717
or v1.2 will probably not work without modification. Commands which have
@@ -2282,7 +2282,7 @@ unlink <bot>
22822282
encrypt <key> <string>
22832283
^^^^^^^^^^^^^^^^^^^^^^
22842284

2285-
Returns: encrypted string (using the currently loaded encryption module), encoded into ASCII using base-64. As of v1.8.2, the default blowfish encryption module can use either the older ECB mode (currently used by default for compatibility reasons), or the more recent and more-secure CBC mode. You can explicitely request which encryption mode to use by prefixing the encryption key with either "ecb:" or "cbc:", or by using the blowfish-use-mode setting in the config file. Note: the default encryption mode for this function is planned to transition from ECB to CBC in v1.9.0.
2285+
Returns: encrypted string (using the currently loaded encryption module), encoded into ASCII using base-64. As of v1.8.3, the default blowfish encryption module can use either the older ECB mode (currently used by default for compatibility reasons), or the more recent and more-secure CBC mode. You can explicitely request which encryption mode to use by prefixing the encryption key with either "ecb:" or "cbc:", or by using the blowfish-use-mode setting in the config file. Note: the default encryption mode for this function is planned to transition from ECB to CBC in v1.9.0.
22862286

22872287
Module: encryption
22882288

src/mod/compress.mod/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ AC_PREREQ(2.59)
44

55
sinclude(../eggmod.m4)
66

7-
AC_INIT([Eggdrop Compress Module],[1.8.2],[bugs@eggheads.org])
7+
AC_INIT([Eggdrop Compress Module],[1.8.3],[bugs@eggheads.org])
88

99
AC_CONFIG_SRCDIR(compress.c)
1010
AC_CONFIG_AUX_DIR(../../../misc)

src/mod/dns.mod/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ AC_PREREQ(2.59)
44

55
sinclude(../eggmod.m4)
66

7-
AC_INIT([Eggdrop DNS Module],[1.8.2],[bugs@eggheads.org])
7+
AC_INIT([Eggdrop DNS Module],[1.8.3],[bugs@eggheads.org])
88

99
AC_CONFIG_SRCDIR(coredns.c)
1010
AC_CONFIG_AUX_DIR(../../../misc)

src/version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
2727
*/
2828

29-
#define EGG_STRINGVER "1.8.2"
30-
#define EGG_NUMVER 1080208
31-
#define EGG_PATCH "addbot"
29+
#define EGG_STRINGVER "1.8.3"
30+
#define EGG_NUMVER 1080300
31+
#define EGG_PATCH "alpha"

0 commit comments

Comments
 (0)