From 76b652192e8f1a247bd3152cf62b17966efeb72e Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sun, 7 Sep 2008 14:03:51 +0100 Subject: =?UTF-8?q?Switched=20docs=20to=20UTF-8,=20using=20XHTML=20DocBook?= =?UTF-8?q?=20template=20instead=20of=20old=20HTML=20one,=20to=20get=20tha?= =?UTF-8?q?t=20doc=20over=20to=20UTF-8=20as=20well=20(all=20for=20the=20ma?= =?UTF-8?q?jestik=20m=C3=B8=C3=B8se!)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/user-guide/Makefile | 2 +- doc/user-guide/help.xml | 2 +- doc/user-guide/user-guide.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/user-guide/Makefile b/doc/user-guide/Makefile index eb31fc0f..9841de8d 100644 --- a/doc/user-guide/Makefile +++ b/doc/user-guide/Makefile @@ -12,7 +12,7 @@ all: user-guide.txt user-guide.html help.txt # user-guide.pdf user-guide.ps user mv $*.db.txt $@ %.html: %.db.xml - xsltproc --output $@ http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl $< + xsltproc --output $@ http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl $< %.pdf: %.db.xml xmlto --skip-validation pdf $< diff --git a/doc/user-guide/help.xml b/doc/user-guide/help.xml index 34fdb9e2..7487a841 100644 --- a/doc/user-guide/help.xml +++ b/doc/user-guide/help.xml @@ -1,4 +1,4 @@ - + diff --git a/doc/user-guide/user-guide.xml b/doc/user-guide/user-guide.xml index 5b881fb2..5e1c8fe0 100644 --- a/doc/user-guide/user-guide.xml +++ b/doc/user-guide/user-guide.xml @@ -1,4 +1,4 @@ - + -- cgit v1.2.3 From ba3a8a578430418050a7fda3c949d65434b23cb3 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sun, 7 Sep 2008 15:24:16 +0100 Subject: Finished BitlBee 1.2.3 --- doc/CHANGES | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') diff --git a/doc/CHANGES b/doc/CHANGES index f480e3ae..84dbe162 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -3,6 +3,13 @@ found in the bzr commit logs, for example you can try: http://bugs.bitlbee.org/bitlbee/timeline?daysback=90&changeset=on +Version 1.2.3: +- Fixed one more flaw similar to the previous hijacking bug, caused by incon- + sistent handling of the USTATUS_IDENTIFIED state. All code touching these + variables was reviewed and should be correct now. + +Finished 7 Sep 2008 + Version 1.2.2: - Security bugfix: It was possible to hijack accounts (without gaining access to the old account, it's simply an overwrite) -- cgit v1.2.3