public
Description: Yet Another Pragger
Homepage: http://yapra.rubyforge.org/
Clone URL: git://github.com/yuanying/yapra.git
commit  05b21dca0aca67e58556ef2eb92906ba3ddb786a
tree    d07e085616607ddb7421ce71c1afc26af11f07b0
parent  1cb827fb1c2702c4f9732da083735112dea572e4
yapra / History.txt
100644 34 lines (23 sloc) 0.613 kb
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
31
32
33
34
== 0.1.3
 
* 1 bug fix:
 
* 2 majar enhancement:
  * Publish::Mail plugin is added.
  * Feed::Custom supports url list.
 
== 0.1.2
 
* 1 bug fix:
  * rss 1.0 format bug is fixed. (RSS::save)
 
* 2 majar enhancement:
  * Error handling of plugin is added.
  * Plugin load error has more detailed informations.
 
== 0.1.1
 
* 1 bug fix:
  * Publish::Imap, mailbox select fixed.
  * Spec files are added.
 
* 2 majar enhancement:
  * A few plugins are added.
  * RDoc is improved.
  * -d option is added.
  * Source code management is migrated to github.com.
 
== 0.1.0 2008-06-20
 
* 1 major enhancement:
  * Initial release