File: changelog

package info (click to toggle)
tasque 0.1.12-4.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 3,420 kB
  • ctags: 1,744
  • sloc: cs: 11,981; sh: 10,754; makefile: 148
file content (212 lines) | stat: -rw-r--r-- 7,292 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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
tasque (0.1.12-4.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix FTBFS, patch by Chris Lamb (Closes: #839337).

 -- Andrey Rahmatullin <wrar@debian.org>  Sun, 27 Nov 2016 15:41:18 +0500

tasque (0.1.12-4) unstable; urgency=low

  * [52c8356] New patch to minimally adapt to changes in dbus#2 API (full port
    upstream)

 -- Iain Lane <laney@debian.org>  Tue, 24 Dec 2013 20:26:37 +0000

tasque (0.1.12-3) unstable; urgency=low

  * [2126a01] Use DBus# 2.0 API
  * [636b4bc] Fix extra space in dh call
  * [ee7ca32] Add build-depends on libglib2.0-dev

 -- Jo Shields <directhex@apebox.org>  Mon, 28 Oct 2013 00:01:36 +0000

tasque (0.1.12-2) unstable; urgency=low

  * Upload to unstable.
  * Bump Standards-Version to 3.9.4, no changes needed.
  * Use anonscm.debian.org in the Vcs fields to make lintian happy.
  * Build using dh-autoreconf.

 -- Andrew Starr-Bochicchio <a.starr.b@gmail.com>  Mon, 06 May 2013 16:09:59 -0400

tasque (0.1.12-1) experimental; urgency=low

  * New upstream release.
  * Use my @debian.org address in maintainer field.
  * Update build dependencies:
   - Transition from libndesk-dbus1.0-cil-dev to libdbus1.0-cil-dev.
   - Drop libgnome2.0-cil-dev and gconf2.
   - Add mono-xbuild.
  * debian/tasque.pod: Remove references to the EDS and ICEcore
    backends. Neither are enabled in Debian builds, nor are they
    enabled by default upstream (Closes: #588679).
  * debian/control:
   - Extend the long description by mentioning the ability to sync
     with Remember the Milk.
   - Run wrap-and-sort over control file.
  * debian/rules:
   - No longer need to fix permissions on sounds/notify.wav.
   - Check if dpkg-vendor derives-from Ubuntu, if so enable
     appindicator.
  * Bump debian/compat to 9.
  * debian/copyright: Move to machine-readable format.

 -- Andrew Starr-Bochicchio <asb@debian.org>  Fri, 07 Dec 2012 14:43:24 -0500

tasque (0.1.11-1) experimental; urgency=low

  [ Andrew Starr-Bochicchio ]
  * Team upload.
  * New upstream release.
  * debian/watach: Also look for tar.xz releases (Closes: #687310).
  * debian/rules:
   - The --enable-release flag was dropped upstream (LP: #315218).
   - The EDS backend is now disabled by default so we simply enable the
     standard backends.
   - Disable app-indicator support.
  * Drop 01-build.patch, no longer needed.
  * debian/control: Bump Standards-Version to 3.9.3, no changes needed. 

  [ Iain Lane ]
  * [cbd6059] Add some missing copyright holders to debian/copyright.
  * [3211d68] Add Andrew Starr-Bochicchio <a.starr.b@gmail.com> as uploader

 -- Andrew Starr-Bochicchio <a.starr.b@gmail.com>  Tue, 11 Sep 2012 13:13:17 -0400

tasque (0.1.9-2) unstable; urgency=low

  * Team upload
  * Rebuild for CLR 4.0 transition
  * [e2b7094] Use debsrc 3.0 (quilt)
  * [513f662] Drop deprecated cli.make include
  * [9f7b8ee] No change Standards-Version bump from 3.8.4 to 3.9.2
  * [60082e4] Fix notify.wav permissions

 -- Chow Loong Jin <hyperair@debian.org>  Thu, 19 Jan 2012 04:42:43 +0800

tasque (0.1.9-1) unstable; urgency=low

  * The "don't forget to sync your RAID array" release
  * New upstream release 0.1.9:
   + Support for Mono >= 2.6
   + Support for enabling groups of backends when building:
     --enable-standard-backends, --enable-experimental-backends and 
     --enable-all-backends.
   + Customizable color highlighting in tasks.
   + Clear "New Task..." text in inputfield on drag and drop, Anirudh Sanjeev
   + Option to change category via context menu, Karsten Stöckmann.
   + Hiveminder improvements, Johnny Jacob.
   + Close task window on ESC keypress, Matt Enright
   + Initial implementation of tooltip for the tray icon, Peter Johanson.
   + Translation updates: cs, da, de, en_GB, eo, es, et, gl, gr, hu, id, it, ja, 
     nds, pl, pt, pt_BR, sl, sv, th, zh_CN.
  * debian/rules: Convert to DH7
  * debian/control, debian/rules, debian/patches/*: Convert patchsys to quilt
  * debian/control:
    + Standards-Version 3.8.4, no changes required
    + Migrate to git, update Vcs-* metadata

 -- Iain Lane <laney@ubuntu.com>  Wed, 03 Mar 2010 20:46:49 +0000

tasque (0.1.8-5) unstable; urgency=low

  * debian/control, debian/rules: Disable evolution integration - evo# is very
    broken. We will bring it back when it gets fixed. (See #559522 and
    #549754)
  * debian/watch: Remove "debian uupdate".
  * debian/rules, debian/control: Switch to mono-csc compiler per CLI policy
    0.7.
  * debian/control:
     + Transition to mono-devel >= 2.4.3 and remove all build-deps on binary
       packages now provided by mono.
     + Update all build-deps to use new -cil-dev packages.
     + Switch to pkg-cli-apps team maintenance.
     + Standards-Version bump to 3.8.3, no changes required.

 -- Iain Lane <laney@ubuntu.com>  Fri, 22 Jan 2010 14:26:13 +0000

tasque (0.1.8-4) unstable; urgency=low

  [ Stefan Ebner ]
  * Update GNOME# build-dependecy for GNOME# 2.24 transition.
  * Bump Standards version to 3.8.1

  [ Mirco Bauer ]
  * Updated build-deps for libevolution5.0-cil.

 -- Mirco Bauer <meebey@debian.org>  Thu, 02 Apr 2009 22:52:31 +0200

tasque (0.1.8-3) unstable; urgency=low

  [ Jo Shields ]
  * debian/control:
    + Add Vcs-* fields

  [ Sebastian Dröge ]
  * Upload to unstable (Closes: #518417).
  * debian/control:
    + Use Gnome# 2.20 for now.
    + Build-depend on intltool.

 -- Sebastian Dröge <slomo@debian.org>  Fri, 06 Mar 2009 10:55:26 +0100

tasque (0.1.8-2) experimental; urgency=low

  * debian/control:
    + Update for Gnome# 2.24.

 -- Sebastian Dröge <slomo@debian.org>  Sun, 01 Feb 2009 15:25:18 +0100

tasque (0.1.8-1) experimental; urgency=low

  [ Iain Lane ]
  * debian/rules, debian/control, debian/configurable_compiler.patch:
    + Update for Mono 2.0 transition (Patch originally thanks to James Westby).
      (Closes: #509057).
  * debian/tasque.manpages, debian/rules, debian/control:
    + Include manpage (Thanks to Scott Wegner)
  * debian/rules:
    + Delete tasque.1 when cleaning (autogenerated file)

  [ Sebastian Dröge ]
  * New upstream release:
    + Fixes crashes when switching backends (Closes: #474503).
  * debian/patches/01-build.patch:
    + Fix the build system.

 -- Sebastian Dröge <slomo@debian.org>  Sun, 28 Dec 2008 18:51:13 +0100

tasque (0.1.7-1) experimental; urgency=low

  * New upstream release:
    + Return correct return codes when exiting (Closes: #488909).
    + debian/control:
      - Update build dependencies.

 -- Sebastian Dröge <slomo@debian.org>  Fri, 22 Aug 2008 10:41:44 +0200

tasque (0.1.6-1) unstable; urgency=low

  * New upstream release:
    + Use a transparent tray icon background (Closes: #474667).
    + debian/Tasque.exe.config,
      debian/rules:
      - Drop dllmaps, these are upstream now.
  * debian/control:
    + Update Standards-Version to 3.8.0, no additional changes needed.

 -- Sebastian Dröge <slomo@debian.org>  Tue, 24 Jun 2008 09:16:17 +0200

tasque (0.1.5-2) unstable; urgency=high

  * debian/Tasque.exe.config:
    + Add dllmaps for libX11 and GDK (Closes: #474666).

 -- Sebastian Dröge <slomo@debian.org>  Mon, 07 Apr 2008 09:18:54 +0200

tasque (0.1.5-1) unstable; urgency=low

  * Initial upload (Closes: #472256).

 -- Sebastian Dröge <slomo@debian.org>  Sat, 22 Mar 2008 23:15:54 +0100