[ubuntu/lucid] ejabberd 2.1.2-1 (Accepted)
Ubuntu Installer
archive at ubuntu.com
Mon Feb 8 10:52:59 GMT 2010
ejabberd (2.1.2-1) unstable; urgency=low
[ Gerfried Fuchs ]
* New upstream release.
* Improve debian/copyright file.
[ Konstantin Khomoutov ]
* Refresh shared_roster_online.patch and shared_roster_recent.patch
* Add ejabberdctl-help-dashes.patch which allows to spell commands
passed to `ejabberdctl help` using "-" as a word separator.
* Document connected-users-info and stop-kindly ejabberdctl commands.
* Document --concurrent option of ejabberdctl.
* Shorten Vcs-Browser string in debian/control
ejabberd (2.1.1-1) unstable; urgency=low
[ Konstantin Khomoutov ]
* New upstream release.
This also fixes a bug in ejabberdctl (closes: #560824).
* Update mod_admin_extra to upstream revision 1049.
* Remove obsolete patches (those backported from 2.1.1).
* Suggest imagemagick instead of recommending it (closes: #560889).
[ Gerfried Fuchs ]
* Switch Vcs-* fields to point to new git repository. All the conversion
work was actually done by Konstantin.
* Call debconf-updatepo.
ejabberd (2.1.0-2) unstable; urgency=low
[ Konstantin Khomoutov ]
* Set EJABBERD_DOC_PATH in the ejabberd script
* Pull the following patches from upstream:
- routing-speedup.patch: Speeds up routing of messages (EJAB-1114)
- mod-pubsub-odbc.patch: Fixes service discovery browsing with PEP-capable
clients (EJAB-1115)
- req-starttls-zlib-clash.patch: Fix failure of the c2s listener
(EJAB-1118, closes: 559727)
- http-tls-leaks.patch: Fix memory and port leaks in web administration
interface (EJAB-1119, closes: #547306)
- multiple-pep-last-items.patch: Do not send PEP last items multiple
times (EJAB-1116)
ejabberd (2.1.0-1) unstable; urgency=low
[ Konstantin Khomoutov ]
* New upstream release (Closes: #519858).
This also adds support for LDAPS upstream (Closes: #526145).
* Do not depend on cdbs anymore, port debian/rules to dh+quilt,
remove build dependency on patchutils, use erlang-depends.
* Bump debhelper version to 7, standards base to 3.8.3
* Depend on erlang R13B.
* Recommend imagemagick (for captcha support).
* Remove deprecated patches (ssl.patch patch, dynamic_compile_loglevel.patch,
ldaps.patch, update.patch, proxy.patch, caps.patch, convert.patch,
s2s.patch).
* Replace mod_ctlextra with mod_admin_extra.
* Use upstream inetrc file.
* Bring debian/ejabberd.cfg and ejabberdctl in sync with upstream.
* Update ejabberdctl manual page.
* Provide NEWS file.
* Rework README.Debian:
* Group all information into sections.
* Describe issues with epam binary (Closes: #502791).
* Discuss how to use DBMS backends (Closes: #540915, #507144).
* Discuss upgrading from 2.0.x series.
* Implement PID file management (Closes: #519858).
* Make logrotate process all files matching "*.log".
* Improve init script:
* Make init script LSB-compliant.
* Implement "live" target which allows to run ejabberd in foreground.
* Make captcha.sh use bash explicitly.
* Rework node-generation for ejabberdctl to fix ejabberd's atom table
overflows while preserving the possibility to run several versions
of ejabberdctl concurrently as before.
* Add webadmin patch restoring compatibility with Erlang/OTP <= R12B-4.
* Integrate upstream patch for EJAB-1106.
* Add upstream patch for EJAB-1098.
* Add upstream patch for EJAB-1045.
* Add Konstantin Khomoutov to uploaders.
* Add Japanese debconf translation (thanks to Hideki Yamane)
(Closes: #558071).
[ Gerfried Fuchs ]
* Build-Depend on po-debconf so po2debconf can be called.
ejabberd (2.0.5-2) unstable; urgency=low
* Added myself to Uploaders.
* Added debian/README.source about quilt.
* Updated Standards-Version to 3.8.2.
* Lintian hints:
+ Remove +ssh from Vcs-Svn.
+ Remove path from ejabberdctl in postinst.
* Rewrote Description a little bit.
Date: Mon, 08 Feb 2010 10:27:16 +0000
Changed-By: H.-Dirk Schmitt <dirk at computer42.org>
Maintainer: Torsten Werner <twerner at debian.org>
Origin: Debian/unstable
https://launchpad.net/ubuntu/lucid/+source/ejabberd/2.1.2-1
-------------- next part --------------
Origin: Debian/unstable
Format: 1.7
Date: Mon, 08 Feb 2010 10:27:16 +0000
Source: ejabberd
Binary: ejabberd
Architecture: source
Version: 2.1.2-1
Distribution: lucid
Urgency: low
Maintainer: Torsten Werner <twerner at debian.org>
Changed-By: H.-Dirk Schmitt <dirk at computer42.org>
Description:
ejabberd - distributed, fault-tolerant Jabber/XMPP server written in Erlang
Closes: 502791 507144 519858 519858 526145 540915 547306 558071 559727 560824 560889
Changes:
ejabberd (2.1.2-1) unstable; urgency=low
.
[ Gerfried Fuchs ]
* New upstream release.
* Improve debian/copyright file.
.
[ Konstantin Khomoutov ]
* Refresh shared_roster_online.patch and shared_roster_recent.patch
* Add ejabberdctl-help-dashes.patch which allows to spell commands
passed to `ejabberdctl help` using "-" as a word separator.
* Document connected-users-info and stop-kindly ejabberdctl commands.
* Document --concurrent option of ejabberdctl.
* Shorten Vcs-Browser string in debian/control
.
ejabberd (2.1.1-1) unstable; urgency=low
.
[ Konstantin Khomoutov ]
* New upstream release.
This also fixes a bug in ejabberdctl (closes: #560824).
* Update mod_admin_extra to upstream revision 1049.
* Remove obsolete patches (those backported from 2.1.1).
* Suggest imagemagick instead of recommending it (closes: #560889).
.
[ Gerfried Fuchs ]
* Switch Vcs-* fields to point to new git repository. All the conversion
work was actually done by Konstantin.
* Call debconf-updatepo.
.
ejabberd (2.1.0-2) unstable; urgency=low
.
[ Konstantin Khomoutov ]
* Set EJABBERD_DOC_PATH in the ejabberd script
* Pull the following patches from upstream:
- routing-speedup.patch: Speeds up routing of messages (EJAB-1114)
- mod-pubsub-odbc.patch: Fixes service discovery browsing with PEP-capable
clients (EJAB-1115)
- req-starttls-zlib-clash.patch: Fix failure of the c2s listener
(EJAB-1118, closes: 559727)
- http-tls-leaks.patch: Fix memory and port leaks in web administration
interface (EJAB-1119, closes: #547306)
- multiple-pep-last-items.patch: Do not send PEP last items multiple
times (EJAB-1116)
.
ejabberd (2.1.0-1) unstable; urgency=low
.
[ Konstantin Khomoutov ]
* New upstream release (Closes: #519858).
This also adds support for LDAPS upstream (Closes: #526145).
* Do not depend on cdbs anymore, port debian/rules to dh+quilt,
remove build dependency on patchutils, use erlang-depends.
* Bump debhelper version to 7, standards base to 3.8.3
* Depend on erlang R13B.
* Recommend imagemagick (for captcha support).
* Remove deprecated patches (ssl.patch patch, dynamic_compile_loglevel.patch,
ldaps.patch, update.patch, proxy.patch, caps.patch, convert.patch,
s2s.patch).
* Replace mod_ctlextra with mod_admin_extra.
* Use upstream inetrc file.
* Bring debian/ejabberd.cfg and ejabberdctl in sync with upstream.
* Update ejabberdctl manual page.
* Provide NEWS file.
* Rework README.Debian:
* Group all information into sections.
* Describe issues with epam binary (Closes: #502791).
* Discuss how to use DBMS backends (Closes: #540915, #507144).
* Discuss upgrading from 2.0.x series.
* Implement PID file management (Closes: #519858).
* Make logrotate process all files matching "*.log".
* Improve init script:
* Make init script LSB-compliant.
* Implement "live" target which allows to run ejabberd in foreground.
* Make captcha.sh use bash explicitly.
* Rework node-generation for ejabberdctl to fix ejabberd's atom table
overflows while preserving the possibility to run several versions
of ejabberdctl concurrently as before.
* Add webadmin patch restoring compatibility with Erlang/OTP <= R12B-4.
* Integrate upstream patch for EJAB-1106.
* Add upstream patch for EJAB-1098.
* Add upstream patch for EJAB-1045.
* Add Konstantin Khomoutov to uploaders.
* Add Japanese debconf translation (thanks to Hideki Yamane)
(Closes: #558071).
.
[ Gerfried Fuchs ]
* Build-Depend on po-debconf so po2debconf can be called.
.
ejabberd (2.0.5-2) unstable; urgency=low
.
* Added myself to Uploaders.
* Added debian/README.source about quilt.
* Updated Standards-Version to 3.8.2.
* Lintian hints:
+ Remove +ssh from Vcs-Svn.
+ Remove path from ejabberdctl in postinst.
* Rewrote Description a little bit.
Files:
9102802ae19312c26f85ceb977b519aa 2232307 net optional ejabberd_2.1.2.orig.tar.gz
734cda927048fc71d2017d77db3c932d 1357 net optional ejabberd_2.1.2-1.dsc
2ba763aeff12e3fa1544e24c2412e0ea 65415 net optional ejabberd_2.1.2-1.diff.gz
More information about the Lucid-changes
mailing list