Просмотр исходного кода

Merge branch 'master' into next

* master:
  Remove all the junk responses and make them clear
  Update bdlib for AtomicFile cstdio fix

Conflicts:
	doc/UPDATES
Bryan Drewery 11 лет назад
Родитель
Сommit
012cb9d28c
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      doc/UPDATES

+ 3 - 3
doc/UPDATES

@@ -10,9 +10,6 @@ next
     will properly assign roles out to bots to not cause overlap. Only leaf
     will properly assign roles out to bots to not cause overlap. Only leaf
     bots know which bots have which roles. (#39)
     bots know which bots have which roles. (#39)
   * Add cmd_roles (leaf only) to display roles for a channel. (#39)
   * Add cmd_roles (leaf only) to display roles for a channel. (#39)
-  * Bot responses are now clear and nice. Recompile with your own list if you want
-    in doc/responses.txt
-  * Binary now uses libelf internally for handling conf data.
 
 
 master
 master
   * Require C++11 compiler support (G++ 4.7+, clang32+)
   * Require C++11 compiler support (G++ 4.7+, clang32+)
@@ -30,6 +27,9 @@ maint
   * Give hint on bot when disconnected from hub for reason
   * Give hint on bot when disconnected from hub for reason
   * Fix cmd_netnick formatting issue with offline bots
   * Fix cmd_netnick formatting issue with offline bots
   * Fix crash when built with clang (FreeBSD)
   * Fix crash when built with clang (FreeBSD)
+  * Binary now uses libelf internally for handling conf data.
+  * Bot responses are now clear and nice. Recompile with your own list if you want
+    in doc/responses.txt
 
 
 1.4.3
 1.4.3
   * Default 'set promisc' to ignore since it's usually a false positive
   * Default 'set promisc' to ignore since it's usually a false positive