File: changelog

package info (click to toggle)
xfce4-mailwatch-plugin 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 3,208 kB
  • ctags: 730
  • sloc: sh: 11,437; ansic: 7,199; makefile: 130
file content (174 lines) | stat: -rw-r--r-- 6,144 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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
xfce4-mailwatch-plugin (1.2.0-2) unstable; urgency=medium

  * debian/control:
    - build against libgnutls28-dev.                            closes: #753168
    - add build-dep on libgcrypt20-dev.
    - update standards version to 3.9.5.
  * debian/patches:
    - 01_port-gcrypt20 added, remove threads callback definitions since it's
      obsolete in gcrypt 1.6+.

 -- Yves-Alexis Perez <corsac@debian.org>  Sat, 06 Sep 2014 15:29:31 +0200

xfce4-mailwatch-plugin (1.2.0-1) unstable; urgency=low

  [ Evgeni Golov ]
  * Correct Vcs-* URLs to point to anonscm.debian.org

  [ Lionel Le Folgoc ]
  * New upstream release.
  * debian/control: update my email address.
  * debian/patches/*: dropped, applied upstream.
  * debian/control:
    - drop b-deps on xfce4-dev-tools, libtool and autoconf, unneeded.
    - add new b-dep on libexo-1-dev.
  * debian/rules:
    - drop dh overrides of configure and clean, unneeded too.
    - correctly delete la files.

  [ Yves-Alexis Perez ]
  * debian/watch updated to track archive.xfce.org website.

 -- Lionel Le Folgoc <lionel@lefolgoc.net>  Tue, 26 Nov 2013 20:48:03 +0100

xfce4-mailwatch-plugin (1.1.0-7) unstable; urgency=low

  * Port from libxfcegui4 to libxfce4ui:
    - debian/patches/05_port-to-libxfce4ui.patch: added.
    - debian/control: replace libxfcegui4-dev build-dep with libxfce4ui-1-dev.
  * debian/rules:
    - override dh_auto_clean to properly clean up autogenerated files changed
      by xdt-autogen.
    - use autotools-dev addon to rebuild config.{guess,sub} since they are
      from 2008...
  * debian/control:
    - add build-dep on autotools-dev.

 -- Lionel Le Folgoc <mrpouit@gmail.com>  Mon, 10 Jun 2013 22:20:21 +0200

xfce4-mailwatch-plugin (1.1.0-6) unstable; urgency=low

  * debian/rules:
    - enable all hardening flags.
    - enable parallel build.
  * debian/control:
    - update standards version to 3.9.4.
    - drop dpkg-dev build-dep, the one in stable supports hardening.
    - drop version on xfce4-panel-dev build-dep, stable has Xfce 4.8.
    - update debhelper build-dep to 9.
  * debian/compat bumped to 9.

 -- Yves-Alexis Perez <corsac@debian.org>  Fri, 24 May 2013 21:59:48 +0200

xfce4-mailwatch-plugin (1.1.0-5) unstable; urgency=low

  * debian/patches:
    - 04_fix-format-string-errors added, fix some string format errors leading
      to a FTBFS when building with -Werror=format-security.    closes: #646497
  * debian/rules:
    - switch to dh tiny rules.
    - use hardening support from dh 9 and dpkg-dev 1.16.1
  * debian/compat bumped to 9.
  * debian/control:
    - drop cdbs build-dep
    - update debhelper build-dep for hardening support.
    - add dpkg-dev (>= 1.16.1) build-dep for hardening support.
  * debian/docs added to track documentation to install.

 -- Yves-Alexis Perez <corsac@debian.org>  Mon, 24 Oct 2011 18:43:42 +0200

xfce4-mailwatch-plugin (1.1.0-4) unstable; urgency=low

  [ Yves-Alexis Perez ]
  * debian/patches:
    - 02_link-with-libxfcegui4, links against libxfcegui4 since xfce4-panel
      doesn't brings the flags anymore.
  * debian/control:
    - add build-dep on xfce4-dev-tools, intltool and libtool in order to run
      xdt-autogen after patching.
    - add build-dep on hardening-includes.
    - update standards version to 3.9.2.
    - update xfce4-panel build-dep to 4.8.
  * debian/rules:
    - run xdt-autogen after patching.
    - pick {C,LD}FLAGS from dpkg-buildflags
    - add hardening flags to {C,LD}FLAGS
    - add -z,defs, -O1 and --as-needed to LDFLAGS.
  * Switch to 3.0 (quilt) source format.
  * debian/watch updated.

  [ Lionel Le Folgoc ]
  * debian/rules: clean up autogenerated files changed by xdt-autogen.
  * debian/control: add myself to Uploaders.
  * debian/patches:
    - 03_fix-implicit-dso-linking.patch: add missing -lgcrypt, fixes FTBFS with
      binutils-gold.                                            closes: #615798
    - series: refreshed.

 -- Yves-Alexis Perez <corsac@debian.org>  Tue, 19 Apr 2011 23:06:00 +0200

xfce4-mailwatch-plugin (1.1.0-3) unstable; urgency=low

  [ Yves-Alexis Perez ]
  * debian/control:
    - move to xfce section.
  * debian/watch edited to track Xfce archive reorganisation.
  * debian/control:
    - update standards version to 3.9.1.

  [ Evgeni Golov ]
  * Fix Vcs-* fields, they were missing 'trunk' in the path.

  [ Stefan Ott ]
  * debian/patches:
    - 02_mbox-interval.diff added, fix mbox refresh interval	closes: #572342

 -- Yves-Alexis Perez <corsac@debian.org>  Fri, 05 Nov 2010 08:56:49 +0100

xfce4-mailwatch-plugin (1.1.0-2) unstable; urgency=low

  * debian/patches:
    - 01_fix-cpu-usage added, fix high cpu usage (Xfce #4494)   closes: #523312
  * debian/compat bumped to 7.
  * debian/control:
    - update standards version to 3.8.1.
    - update debhelper build-dep to 7.
  * debian/rules:
    - add -Wl,-z,-defs -Wl,--as-needed to LDFLAGS.

 -- Yves-Alexis Perez <corsac@debian.org>  Thu, 09 Apr 2009 22:04:48 +0200

xfce4-mailwatch-plugin (1.1.0-1) unstable; urgency=low

  [ Simon Huggins ]
  * debian/control: Move fake Homepage field to a real one now dpkg
    supports it.
  * Add Vcs-* headers to debian/control

  [ Yves-Alexis Perez ]
  * new upstream release.
    - fix refresh time.                                         closes: #378944
  * debian/control:
    - remove Jani Monoses, Rudy Godo and Martin Loschwitz from Uploaders.
    - update my email address. 
    - update standards version to 3.8.0.
    - add build-dep on libxfce4util-dev and libxfcegui4-dev.
    - add ${misc:Depends} to build-deps.
  * debian/copyright: update dates and move license link to from GPL to GPL-2.

  [ Stefan Ott ]
  * debian/control: update e-mail address

 -- Yves-Alexis Perez <corsac@debian.org>  Sun, 22 Feb 2009 19:39:15 +0100

xfce4-mailwatch-plugin (1.0.1-2) unstable; urgency=low

  * Updated build-deps to 4.3.90.2 (Xfce 4.4 Beta2). 

 -- Yves-Alexis Perez <corsac@corsac.net>  Wed, 26 Jul 2006 17:48:06 +0100

xfce4-mailwatch-plugin (1.0.1-1) unstable; urgency=low

  * Initial release (Closes: #370092) 

 -- Yves-Alexis Perez <corsac@corsac.net>  Sat,  3 Jun 2006 10:40:38 +0200