File: Changes

package info (click to toggle)
libmojolicious-plugin-mailexception-perl 0.24-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 100 kB
  • sloc: perl: 373; makefile: 2
file content (158 lines) | stat: -rw-r--r-- 5,421 bytes parent folder | download
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
libmojolicious-plugin-mailexception-perl (0.24-1) unstable; urgency=medium

  * Do not croak if maildir is not accessible.

 -- Dmitry E. Oboukhov <unera@debian.org>  Tue, 03 Jul 2018 13:52:36 +0300

libmojolicious-plugin-mailexception-perl (0.23-1) nowtaxi; urgency=medium

  * Update version. Prevent hangs up if someone remove maildir.

 -- Dmitry E. Oboukhov <unera@debian.org>  Tue, 03 Jul 2018 12:17:14 +0300

libmojolicious-plugin-mailexception-perl (0.22-1) nowtaxi; urgency=medium

  * Add 'maildir' configoption.

 -- Dmitry E. Oboukhov <unera@debian.org>  Tue, 03 Jul 2018 12:09:32 +0300

libmojolicious-plugin-mailexception-perl (0.21-1) nowtaxi; urgency=medium

  * Stacksize limit.

 -- Dmitry E. Oboukhov <unera@debian.org>  Wed, 04 Apr 2018 16:53:52 +0300

libmojolicious-plugin-mailexception-perl (0.20-1) unstable; urgency=medium

  * Update for latest mojolicious, Debian FTBFS, closes: 825541.

 -- Dmitry E. Oboukhov <unera@debian.org>  Sun, 05 Jun 2016 13:33:41 +0300

libmojolicious-plugin-mailexception-perl (0.19-1) unstable; urgency=medium

  * Some fixes for Mojo v.5, closes: #765004
    thanks to Stephan Jauernick <stephan@stejau.de>.

 -- Dmitry E. Oboukhov <unera@debian.org>  Fri, 17 Oct 2014 23:44:06 +0400

libmojolicious-plugin-mailexception-perl (0.18-1) unstable; urgency=low

  * User can add different tags for exceptions.

 -- Dmitry E. Oboukhov <unera@debian.org>  Wed, 06 Nov 2013 11:29:05 +0400

libmojolicious-plugin-mailexception-perl (0.17-1) unstable; urgency=low

  * New release, closes: #713231
   - New Mojo uses render(text => $text) instead reder_text($text).

 -- Dmitry E. Oboukhov <unera@debian.org>  Sat, 17 Aug 2013 12:09:17 +0400

libmojolicious-plugin-mailexception-perl (0.16-1) unstable; urgency=low

  * Works properly if client's application redefines $SIG{__DIE__}, too.

 -- Dmitry E. Oboukhov <unera@debian.org>  Sun, 24 Mar 2013 00:24:49 +0400

libmojolicious-plugin-mailexception-perl (0.15-1) unstable; urgency=low

  * use CORE::die instead die (try to localize modperl's segfaults).

 -- Dmitry E. Oboukhov <unera@debian.org>  Wed, 20 Mar 2013 02:30:07 +0400

libmojolicious-plugin-mailexception-perl (0.14-1) unstable; urgency=low

  * Plugin doesn't catch transitional exceptions.

 -- Dmitry E. Oboukhov <unera@debian.org>  Tue, 19 Mar 2013 17:44:25 +0400

libmojolicious-plugin-mailexception-perl (0.12-1) unstable; urgency=low

  * $SIG{__DIE__} doesn't modify original exception.

 -- Dmitry E. Oboukhov <unera@debian.org>  Thu, 14 Mar 2013 02:47:37 +0400

libmojolicious-plugin-mailexception-perl (0.11-2) unstable; urgency=low

  * Add Roman V. Nikolaev to uploaders list.
  * Upload last fixes into Debian.

 -- Dmitry E. Oboukhov <unera@debian.org>  Sun, 10 Feb 2013 22:36:04 +0400

libmojolicious-plugin-mailexception-perl (0.11-1) nowtaxi; urgency=low

  * Don`t catch eval exception.

 -- Roman V. Nikolaev <rshadow@rambler.ru>  Sat, 09 Feb 2013 15:27:40 +0400

libmojolicious-plugin-mailexception-perl (0.10-1) nowtaxi; urgency=low

  * Fix exception catching if exception is object.

 -- Roman V. Nikolaev <rshadow@rambler.ru>  Sat, 09 Feb 2013 15:16:22 +0400

libmojolicious-plugin-mailexception-perl (0.09-2) unstable; urgency=low

  * New release to debian, fix build-depends by ftp-master's review.

 -- Dmitry E. Oboukhov <unera@debian.org>  Thu, 10 Jan 2013 16:23:09 +0400

libmojolicious-plugin-mailexception-perl (0.09-1) nowtaxi; urgency=low

  * Some perldoc fixes.

 -- Dmitry E. Oboukhov <unera@debian.org>  Tue, 08 Jan 2013 16:54:39 +0400

libmojolicious-plugin-mailexception-perl (0.08-1) nowtaxi; urgency=low

  * Add information about vcs/homepage into Makefile.PL.

 -- Dmitry E. Oboukhov <unera@debian.org>  Mon, 07 Jan 2013 02:58:16 +0400

libmojolicious-plugin-mailexception-perl (0.07-1) nowtaxi; urgency=low

  * Fix 'uninitialized value' warning, thanks to Renée Bäcker
   for bugreport https://rt.cpan.org/Ticket/Display.html?id=82528. 

 -- Dmitry E. Oboukhov <unera@debian.org>  Mon, 07 Jan 2013 02:46:08 +0400

libmojolicious-plugin-mailexception-perl (0.06-1) nowtaxi; urgency=low

  * The module can really use perl 5.8.8, thanks to Renée Bäcker
    for bugreport https://rt.cpan.org/Ticket/Display.html?id=82527.

 -- Dmitry E. Oboukhov <unera@debian.org>  Mon, 07 Jan 2013 01:51:50 +0400

libmojolicious-plugin-mailexception-perl (0.05-1) nowtaxi; urgency=low

  * New release (if Mojo has already prepared exception object the plugin
    wont update the exception).

 -- Dmitry E. Oboukhov <unera@debian.org>  Fri, 04 Jan 2013 15:46:25 +0400

libmojolicious-plugin-mailexception-perl (0.04-1) nowtaxi; urgency=low

  * New release (uses Mojo::Exception->new properly).

 -- Dmitry E. Oboukhov <unera@debian.org>  Thu, 03 Jan 2013 01:20:46 +0400

libmojolicious-plugin-mailexception-perl (0.03-2) nowtaxi; urgency=low

  * New release (lines_after can be absent).

 -- Dmitry E. Oboukhov <unera@debian.org>  Sat, 22 Dec 2012 19:04:28 +0400

libmojolicious-plugin-mailexception-perl (0.02-1) unstable; urgency=low

  * New release
    * drop Changes, uses debian/changelog instead,
    * update documentation
  * Upload module to debian, closes: 696226

 -- Dmitry E. Oboukhov <unera@debian.org>  Tue, 18 Dec 2012 15:30:02 +0400

libmojolicious-plugin-mailexception-perl (0.01-1) nowtaxi; urgency=low

  * Initial Release.

 -- Dmitry E. Oboukhov <unera@debian.org>  Tue, 18 Dec 2012 15:07:49 +0400