From 2dc3c38ce9f828003405e5f9f76f9fce96d1b0ca Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 23 Jan 2014 23:15:06 +0400 Subject: [PATCH] Version 2.2.2: upgrade docbook-xsl --- ANNOUNCE | 4 +++- Makefile.4xslt | 2 +- Makefile.xsltproc | 2 +- TODO | 2 -- mimedecode.docbook | 2 +- mimedecode_version.py | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ANNOUNCE b/ANNOUNCE index 673b7b5..7f6c01c 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -21,6 +21,8 @@ stdout one-to-one. If the file is a simple RFC822 message it is just decoded as one part. If it is a MIME message with multiple parts ("attachments") all parts are decoded. Decoding can be controlled by command-line options. +WHAT'S NEW in version 2.2.2 (2014-01-23) + Upgrade docbook-xsl. WHAT'S NEW in version 2.2.1 (2013-12-24) Add mk-distr helper. @@ -48,7 +50,7 @@ AUTHOR Oleg Broytman COPYRIGHT - Copyright (C) 2001-2013 PhiloSoft Design + Copyright (C) 2001-2014 PhiloSoft Design LICENSE GPL diff --git a/Makefile.4xslt b/Makefile.4xslt index 6029e4a..cfdb9ee 100644 --- a/Makefile.4xslt +++ b/Makefile.4xslt @@ -1,4 +1,4 @@ -DOCBOOK_XSL=/usr/local/src/DocBook/docbook-xsl +DOCBOOK_XSL=/usr/share/xml/docbook/stylesheet/docbook-xsl mimedecode.html: mimedecode.docbook Makefile.4xslt 4xslt $< $(DOCBOOK_XSL)/html/docbook.xsl >$@ diff --git a/Makefile.xsltproc b/Makefile.xsltproc index 71e911d..7b78362 100644 --- a/Makefile.xsltproc +++ b/Makefile.xsltproc @@ -1,4 +1,4 @@ -DOCBOOK_XSL=/usr/local/src/DocBook/docbook-xsl +DOCBOOK_XSL=/usr/share/xml/docbook/stylesheet/docbook-xsl mimedecode.html: mimedecode.docbook Makefile.xsltproc xsltproc $(DOCBOOK_XSL)/html/docbook.xsl $< >$@ diff --git a/TODO b/TODO index da9068d..bd35fb7 100644 --- a/TODO +++ b/TODO @@ -1,3 +1 @@ -Upgrade docbook-xsl. - Forbid filtering stdin to stdout - require one of them to be a file. diff --git a/mimedecode.docbook b/mimedecode.docbook index dcd6d4e..2b51ec0 100644 --- a/mimedecode.docbook +++ b/mimedecode.docbook @@ -308,7 +308,7 @@ the program will recode the message to the wrong charset. COPYRIGHT - Copyright (C) 2001-2013 PhiloSoft Design + Copyright (C) 2001-2014 PhiloSoft Design diff --git a/mimedecode_version.py b/mimedecode_version.py index 958a0b6..dcd0d1f 100644 --- a/mimedecode_version.py +++ b/mimedecode_version.py @@ -1,4 +1,4 @@ -__version__ = "2.2.1" +__version__ = "2.2.2" __author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2001-2013 PhiloSoft Design" +__copyright__ = "Copyright (C) 2001-2014 PhiloSoft Design" __license__ = "GNU GPL" -- 2.39.2