Răsfoiți Sursa

* Incrimented to 1.1.1

svn: 745
Bryan Drewery 22 ani în urmă
părinte
comite
8d5646bba1
2 a modificat fișierele cu 11 adăugiri și 1 ștergeri
  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.
 
+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.Rewrote the shell config parsing...
 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 char	egg_version[1024] = "1.1.0";
+const char	egg_version[1024] = "1.1.1";
 
 #ifdef S_CONFEDIT
 int	do_confedit = 0;		/* show conf menu if -C */