1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 20:06:37 +02:00

BUILD : 1.7.10 (846) BUGS : NOTES : Clarified comments above SendMailPath in the config, thanks IcyLiquid

git-svn-id: svn://svn.anope.org/anope/trunk@846 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@599 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-07-07 15:27:25 +00:00
parent 796a834547
commit 1e1cdee5d4
3 changed files with 9 additions and 2 deletions
+1
View File
@@ -5,6 +5,7 @@ Provided by Anope Dev. <dev@anope.org> - 2005
07/01 A Events for channel access/xop updates. [ #00]
06/26 A New module pack module: hs_request. [ #00]
06/03 A Protocol files can now fill mod_current_buffer with custom code. [#389]
07/07 F Clarified comments for SendmailPath regarding -t option. [ #00]
07/02 F Module languages now default to NSDefLanguage, not English. [ #00]
07/02 F Various compile warnings when using AMD64. [ #00]
07/01 F Modules will now be properly unloaded on shutdown. [ #00]
+3 -1
View File
@@ -596,7 +596,9 @@ UseMail
# to find the mail recipient; consult your SendMail documentation.
#
# Postfix users must use the compatible sendmail utility provided
# with it; this one needs no parameters on the command line.
# with it; this one usually needs no parameters on the command line.
# Most sendmail applications (or replacements of it) require the -t
# option to be used.
SendMailPath "/usr/sbin/sendmail -t"
+5 -1
View File
@@ -8,10 +8,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="10"
VERSION_BUILD="845"
VERSION_BUILD="846"
# $Log$
#
# BUILD : 1.7.10 (846)
# BUGS :
# NOTES : Clarified comments above SendMailPath in the config, thanks IcyLiquid
#
# BUILD : 1.7.10 (845)
# BUGS :
# NOTES : Added a warning for *NIX when running as root