| CODENOTIFIER | HelpYou are not signed inSign in |
Project: ejabberd
Revision: 1548
Author: badlop
Date: 26 Aug 2008 10:26:56
Changes:* doc/release_notes_2.0.2.txt: Update for final release
* doc/guide.tex: Windows binary installer requires MSVC++ 5
* doc/guide.html: Likewise
| ... | ...@@ -241,6 +241,14 @@ | |
| 241 | 241 | copy \term{ejabberd.init} from the 'bin' directory to something like \term{/etc/init.d/ejabberd} |
| 242 | 242 | (depending on your distribution) and call \term{/etc/inid.d/ejabberd start} to start it. |
| 243 | 243 | |
| 244 | If \term{ejabberd} doesn't start correctly in Windows, | |
| 245 | try to start it using the shortcut in desktop or start menu. | |
| 246 | If the window shows error 14001, the solution is to install: | |
| 247 | "Microsoft Visual C++ 2005 SP1 Redistributable Package". | |
| 248 | You can download it from | |
| 249 | \footahref{http://www.microsoft.com/}{www.microsoft.com}. | |
| 250 | Then uninstall \ejabberd{} and install it again. | |
| 251 | ||
| 244 | 252 | If \term{ejabberd} doesn't start correctly and a crash dump is generated, |
| 245 | 253 | there was a severe problem. |
| 246 | 254 | You can try starting \term{ejabberd} with |
| ... | ...@@ -290,7 +290,13 @@ | |
| 290 | 290 | Note that the Windows service is a feature still in development, |
| 291 | 291 | and for example it doesn’t read the file ejabberdctl.cfg.</P><P>On a *nix system, if you want ejabberd to be started as daemon at boot time, |
| 292 | 292 | copy <TT>ejabberd.init</TT> from the ’bin’ directory to something like <TT>/etc/init.d/ejabberd</TT> |
| 293 | (depending on your distribution) and call <TT>/etc/inid.d/ejabberd start</TT> to start it.</P><P>If <TT>ejabberd</TT> doesn’t start correctly and a crash dump is generated, | |
| 293 | (depending on your distribution) and call <TT>/etc/inid.d/ejabberd start</TT> to start it.</P><P>If <TT>ejabberd</TT> doesn’t start correctly in Windows, | |
| 294 | try to start it using the shortcut in desktop or start menu. | |
| 295 | If the window shows error 14001, the solution is to install: | |
| 296 | "Microsoft Visual C++ 2005 SP1 Redistributable Package". | |
| 297 | You can download it from | |
| 298 | <A HREF="http://www.microsoft.com/">www.microsoft.com</A>. | |
| 299 | Then uninstall <TT>ejabberd</TT> and install it again.</P><P>If <TT>ejabberd</TT> doesn’t start correctly and a crash dump is generated, | |
| 294 | 300 | there was a severe problem. |
| 295 | 301 | You can try starting <TT>ejabberd</TT> with |
| 296 | 302 | the script <TT>bin/live.bat</TT> in Windows, |
| ... | ...@@ -1,3 +1,10 @@ | |
| 1 | 2008-08-26 Badlop <badlop@process-one.net> | |
| 2 | ||
| 3 | * doc/release_notes_2.0.2.txt: Update for final release | |
| 4 | ||
| 5 | * doc/guide.tex: Windows binary installer requires MSVC++ 5 | |
| 6 | * doc/guide.html: Likewise | |
| 7 | ||
| 1 | 8 | 2008-08-26 Christophe Romain <christophe.romain@process-one.net> |
| 2 | 9 | |
| 3 | 10 | * src/mod_pubsub/mod_pubsub.erl: get_items bugfix (EJAB-716) |
| ... | ...@@ -1,11 +1,11 @@ | |
| 1 | 1 | |
| 2 | 2 | Release Notes |
| 3 | ejabberd 2.0.2-beta1 | |
| 4 | 1 August 2008 | |
| 3 | ejabberd 2.0.2 | |
| 4 | 27 August 2008 | |
| 5 | 5 | |
| 6 | 6 | ejabberd 2.0.2 is the second bug fix release for ejabberd 2.0.x branch. |
| 7 | 7 | |
| 8 | ejabberd 2.0.2 includes a new feature, 5 improvements and 30 bugfixes. | |
| 8 | ejabberd 2.0.2 includes many bugfixes and a few improvements. | |
| 9 | 9 | A complete list of changes can be retrieved from: |
| 10 | 10 | http://redir.process-one.net/ejabberd-2.0.2 |
| 11 | 11 | |
| ... | ...@@ -26,9 +26,9 @@ | |
| 26 | 26 | - Binary installers: SMP on Windows; don't remove config when uninstalling. |
| 27 | 27 | |
| 28 | 28 | |
| 29 | Bugs report | |
| 29 | Bug reports | |
| 30 | 30 | |
| 31 | You can officially report bugs on Process-one support site: | |
| 31 | You can officially report bugs on ProcessOne support site: | |
| 32 | 32 | http://support.process-one.net/ |
| 33 | 33 | |
| 34 | 34 | END |