Explorar el Código

* Incrimented to 1.1.1

svn: 745
Bryan Drewery hace 22 años
padre
commit
8d5646bba1
Se han modificado 2 ficheros con 11 adiciones y 1 borrados
  1. 10 0
      doc/UPDATES
  2. 1 1
      src/main.c

+ 10 - 0
doc/UPDATES

@@ -1,5 +1,15 @@
 This is a summary of ChangeLog basically.
 This is a summary of ChangeLog basically.
 
 
+1.1.1
+1.Fixed a problem with using /DCC CHAT <bot>
+2.Fixed a bug in cmd_botcmd with picking a random leaf.
+3.Fixed a bug in the conf parsing which didn't read 'homedir' correctly. (broke update in 1.1)
+4.Fixed cosmetic bugs when doing /DCC CHAT <bot> or /CTCP <bot> CHAT.
+5.Fixed a double log cosmetic bug with dcc cmds.
+6.If no config file, one is generated now.
+7.And if no bots are listed, the bot nows gives an error.
+
+
 1.1.0
 1.1.0
 1.Rewrote the shell config parsing...
 1.Rewrote the shell config parsing...
 2.Stripped that long version (1001400) stuff out, now just 1.1.0 and the build timestamp...
 2.Stripped that long version (1001400) stuff out, now just 1.1.0 and the build timestamp...

+ 1 - 1
src/main.c

@@ -65,7 +65,7 @@ extern conf_t		conffile;
 
 
 
 
 const time_t 	buildts = CVSBUILD;		/* build timestamp (UTC) */
 const time_t 	buildts = CVSBUILD;		/* build timestamp (UTC) */
-const char	egg_version[1024] = "1.1.0";
+const char	egg_version[1024] = "1.1.1";
 
 
 #ifdef S_CONFEDIT
 #ifdef S_CONFEDIT
 int	do_confedit = 0;		/* show conf menu if -C */
 int	do_confedit = 0;		/* show conf menu if -C */