~ubuntu-branches/ubuntu/maverick/imaprowl/maverick

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Takuo KITAME
  • Date: 2009-09-09 20:40:07 UTC
  • Revision ID: james.westby@ubuntu.com-20090909204007-236xrsmmy4cen5kb
Tags: upstream-0.9.2
ImportĀ upstreamĀ versionĀ 0.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2009-09-10  Takuo Kitame <kitame@debian.org>
 
2
 
 
3
  * Added debian/manpage.xml
 
4
  * debian/rules (build): added rule for building manpage.
 
5
  replace #!/usr/bin/ruby to ruby1.9
 
6
  * debian/control (Description): update
 
7
  (Build-Depends): added docbook-xsl, xsltproc, docbook-xml
 
8
  * README: update
 
9
  * config.yml: update
 
10
  * Tagged as 0.9.2
 
11
 
 
12
2009-09-09  Takuo Kitame <kitame@debian.org>
 
13
 
 
14
  * AUTHORS: Added.
 
15
  * LINCESE: Ditto.
 
16
  * GPL: Ditto.
 
17
  * imapidle.rb: Added copyright notice.
 
18
  * Tagged as 0.9.1
 
19
 
 
20
2009-09-08  takuo  <kitame at debian.org>
 
21
 
 
22
  * 0.9
 
23
  * imaprowl.rb: STDOUT/STDERR always sync=true
 
24
  support daemonize with Process.daemon.
 
25
  config file load path order.
 
26
  Added some command line options. -c (config file), -q (daemon), -d (debug)
 
27
 
 
28
2009-09-07  takuo  <kitame at gmail.com>
 
29
 
 
30
  * 0.8.2: fix again.
 
31
  * imaprowl.rb (check_unseen): fix error caused by undefined method 'encoding'
 
32
 
 
33
2009-09-07  takuo  <kitame at gmail.com>
 
34
 
 
35
  * Bug fix release : 0.8.1
 
36
  * imaprowl.rb (check_unseen): fix error caused by undefined method 'encoding'
 
37
  Catch the exception while parsing a Mail.
 
38
 
 
39
2009-09-04  takuo  <kitame at gmail.com>
 
40
 
 
41
  * merge non-idle-support branch
 
42
  * imaprowl.rb (checker): NOOP interval uses @noop value as seconds
 
43
  disabling account if Enable == false  
 
44
  * config.yml: update example.
 
45
  * README: up-to-date
 
46
 
 
47
  * IMAProwl 0.8 -- is now works with not IDLE capable IMAP server.
 
48
 
 
49
2009-09-04  takuo  <kitame at gmail.com>
 
50
 
 
51
  * imaprowl.rb (@idle_thread): renamed to @loop_thread.
 
52
  (@no_idle): boolean flag for non-IDLE supported account.
 
53
  (checker): added. noop loop to check new unseen mail.
 
54
 
 
55
2009-09-04  takuo  <kitame at gmail.com>
 
56
 
 
57
  * imaprowl.rb(check_unseen): should use FETCH BODY.PEEK instead of FETCH BODY.
 
58
  * tagged 0.7.1
 
59
 
 
60
2009-09-04  takuo  <kitame at gmail.com>
 
61
 
 
62
  * imaprowl.rb: Refectoring and Refactoring.
 
63
  Hopefully fixed the blocking issue.
 
64
  (status): added to check thread availability.
 
65
  * up-to-date 0.7
 
66
 
 
67
2009-09-01  takuo  <kitame at gmail.com>
 
68
 
 
69
  * imaprowl.rb (class): @@logger will be initialize in IMAProwl#new.
 
70
  @@conf added to store the global configuration.
 
71
  (prowl): refactoring.
 
72
  (check_unseen): fetch should call only onece with message set array.
 
73
  refactoring.
 
74
  change some exception handling.
 
75
  refactoring...
 
76
 
 
77
2009-08-31  takuo  <kitame at gmail.com>
 
78
 
 
79
  * imaprowl.rb (class): prowl_conf and logger are now class variable.
 
80
    (debug),(error),(info): Print all log into STDOUT/STDERR if LogDir is undefined.
 
81
    (idler): Fix issue that IMAProwl won't reconnect when error occurred at check_unseen().
 
82
    Some clean-ups.
 
83
 
 
84
2009-08-29  takuo  <kitame at gmail.com>
 
85
 
 
86
  * imaprowl.rb: fix does not send priority parameter.
 
87
 
 
88
2009-08-28  takuo  <kitame at gmail.com> 
 
89
 
 
90
  * README: default interval is 20.
 
91
  update, rubygems is no longer required.
 
92
  up-to-date 0.6.
 
93
 
 
94
  * config.yml: added Priority item in Account
 
95
 
 
96
  * imaprowl.rb: no longer use rubygems.
 
97
  support HTTP Proxy for prowling.
 
98
  configurable Prowl Priority by Account.
 
99
  don't output any log when LogDir is undefined.
 
100
 
 
101
2009-08-25  takuo  <kitame at gmail.com>
 
102
 
 
103
  * .gitignore, README, config.yml, imapidle.rb, imaprowl.rb: 
 
104
  0.5 with cleanup Repo