From: Magnus H. <leg...@us...> - 2011-08-21 14:52:31
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "emacs-jabber". The branch, namespace-prefixes has been updated via a1bdfc5bb1bf46dab30031ca774484630fa17feb (commit) from 3dd51cf94e3da967a4678ab3c13d78c10ef43c8d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a1bdfc5bb1bf46dab30031ca774484630fa17feb Author: Magnus Henoch <leg...@us...> Date: Sun Aug 21 15:51:17 2011 +0100 Version 0.8.90 * configure.ac: Bump version to 0.8.90. * NEWS: Mention namespace prefix handling. diff --git a/NEWS b/NEWS index 74892e7..c89cbda 100644 --- a/NEWS +++ b/NEWS @@ -22,6 +22,11 @@ MUC participants list format is now customizable: see jabber-muc-print-names-format in manual. Also, participants sorted by role. +** Treat XML namespace prefixes correctly +A change in the Google Talk server has brought to light the fact that +jabber.el didn't handle XML namespace prefixes correctly. This should +be fixed by the new jabber-xml-resolve-namespace-prefixes function. + * New features in jabber.el 0.8 ** Support for multiple accounts Configuration variables have changed. See section "Account settings" diff --git a/configure.ac b/configure.ac index 64d1088..05736aa 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([jabber.el], [0.8.0], [ema...@li...], [emacs-jabber]) +AC_INIT([jabber.el], [0.8.90], [ema...@li...], [emacs-jabber]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([-Wall -Werror foreign dist-bzip2 dist-lzma dist-zip 1.9]) AC_CONFIG_MACRO_DIR([m4]) ----------------------------------------------------------------------- Summary of changes: NEWS | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletions(-) hooks/post-receive -- emacs-jabber |