aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--doc/guide.tex2
-rw-r--r--doc/version.tex2
3 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c702bc98c..1a6b03ec0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2007-06-25 Mickael Remond <mickael.remond@process-one.net>
+ * doc/guide.text: No need to escape underscore in Latex verbatim
+ sections
+
* doc/guide.tex: Watchdog alert documentation
* src/ejabberd.cfg.example: Likewise
diff --git a/doc/guide.tex b/doc/guide.tex
index 55d2f6926..41a4e9d07 100644
--- a/doc/guide.tex
+++ b/doc/guide.tex
@@ -1851,7 +1851,7 @@ Examples:
{modules,
[
...
- {mod_irc, [{access, all}, {default\_encoding, "iso8859-15"}]},
+ {mod_irc, [{access, all}, {default_encoding, "iso8859-15"}]},
...
]}.
\end{verbatim}
diff --git a/doc/version.tex b/doc/version.tex
index 5883038ef..f51f8de60 100644
--- a/doc/version.tex
+++ b/doc/version.tex
@@ -1,2 +1,2 @@
% ejabberd version (automatically generated).
-\newcommand{\version}{1.1.3}
+\newcommand{\version}{1.1.2}