File: NEWS

package info (click to toggle)
ruby-hikidoc 0.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 268 kB
  • sloc: ruby: 1,236; makefile: 34
file content (30 lines) | stat: -rw-r--r-- 892 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
! NEWS

!! Changes 0.0.6 from 0.0.5: 2010-08-28

* fix missing NEWS.ja for packaging

!! Changes 0.0.5 from 0.0.4: 2010-08-26

* fix a bug: strings after non-WikiName expression are ignored
* new text decoration ``monospaced text``
* fix rake failure with Hoe 1.9.0 or later
* add syntax highlighting with google-code-prettify

!! Changes 0.0.4 from 0.0.3: 2009-08-17

* escape collectly in inline_plugin same as block_plugin does.
* fix a DoS vulnerability processing a plugin expression.

!! Changes 0.0.3 from 0.0.2: 2008-08-25

* fix warning message "Could not find main page README.txt" at installation via gem

!! Changes 0.0.2 from 0.0.1: 2008-08-11

* fix a bug: an inline that is inside of a modifier inline do not works
* add a option "--no-wikiname" to `hikidoc' command
* correct URI scheme behavior of InterWikiName
* add some tests
* add a Rake task "coverage" (requires rcov)