Skip to content

Commit b93bce3

Browse files
committed
Update for version 0.8.0
1 parent 4f3617f commit b93bce3

3 files changed

Lines changed: 31 additions & 4 deletions

File tree

Changelog

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
-------------------------------------------------------------------
2+
Sun Jun 17 18:01:00 UTC 2018 - tom_schr@web.de
3+
4+
Version 0.8.0:
5+
6+
HTML:
7+
* New section about controlling the chunking process (issue #38)
8+
* New section: about `<?dbhtml?>` PI (issue #40)
9+
10+
FO/PDF:
11+
* New section: Inserting Graphics on Title Pages (#36, #37)
12+
13+
Bug fixes:
14+
* Correct canonical DocBook XSL URI (issue #27)
15+
* Fix old link from code.google.com (issue #26)
16+
* Add missing files in oXygen .xpr file (commit 948c127)
17+
* Correct version number in dbsaxon script (replace `hg log` with
18+
`git describe` (commit ee60c00)
19+
* Preserve some titles in `html2cleanup.xsl` (commit 2cbb20d)
20+
21+
Other changes:
22+
* Correct index.html, use GitHub logo instead of Bitbucket (commit e7ff831)
23+
* Remove section about Piwik (commit d59b667)
24+
* Update list of contributors (commit 1d2c90e)
25+
26+
Thanks to Peter Schmelzer for helping with some issues!
27+
128
-------------------------------------------------------------------
229
Mon May 14 08:40:00 UTC 2018 - tom_schr@web.de
330

en/xml/DocBook-Cookbook.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<subtitle>Recipes for DocBook Developers</subtitle>
2424
<info>
2525
<pubdate role="currentdatetime"><?dbtimestamp ?></pubdate>
26-
<releaseinfo>0.7.4</releaseinfo>
26+
<releaseinfo>0.8.0</releaseinfo>
2727
<definitions definitionfile="defs.xml"/>
2828
<rdf:RDF
2929
xmlns="http://creativecommons.org/ns#"

web/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
<meta name="viewport" content="width=device-width, initial-scale=1" />
1111
<!-- -->
1212
<meta http-equiv="content-language" content="en" />
13-
<meta name="date" content="2018-05-014T09:10:00+01:00" />
14-
<meta name="DC.date" content="2018-05147T09:10:00+01:00"
13+
<meta name="date" content="2018-06-17T18:22:00+01:00" />
14+
<meta name="DC.date" content="2018-06-177T18:22:00+01:00"
1515
scheme="DCTERMS.W3CDTF" />
1616
<meta name="description" xml:lang="en"
1717
content="DoCookBook - Recipies for DocBook XSL Developers" />
@@ -74,7 +74,7 @@ <h2><small><span class="label label-warning"
7474
</div>
7575
<div class="self-promotion">
7676
<div>
77-
Currently <span class="version">v0.7.x</span>·
77+
Currently <span class="version">v0.8.x</span>·
7878
<a target="_blank" href="https://github.com/tomschr/dbcookbook"><span
7979
class="fab fa-github-alt"> GitHub Project</span></a>
8080
·

0 commit comments

Comments
 (0)