chiark / gitweb /
Do not spew diff output to terminal (by default). Print sensible message instead...
[dgit.git] / debian / changelog
1 dgit (0.22~experimental1) experimental; urgency=low
2
3   Bugfixes:
4   * Clone removes destination directory on error.  Closes:#736153.
5   * Work with wheezy-backports (and keep squeeze-backports working too).
6     Closes:#736524.
7
8   Minor improvements:
9   * Include canonicalised suite name in signed tag message.
10   * Mention cross-version dgit rpush incompatibility in manpage.
11   * New script tests/using-intree for running tests on the source tree.
12   * Do not spew diff output to terminal (by default).  Print sensible
13     message instead.  Closes:#736526.
14
15   Major new feature, currently stalled awaiting server infrastructure:
16   * dgit-repos-server: New program for receiving signed-tag-based
17     pushes.  Corresponding support in dgit itself, but not currently
18     used by default for any distro.
19   * Bring forward push of the version tag ref so it happens alongside
20     the push of the suite branch ref.
21   * New git-check and git-create methods "true" which are no-ops.
22   * test-dummy-drs `distro': for testing dgit and dgit-repos-server.
23
24  --
25
26 dgit (0.21) unstable; urgency=medium
27
28   Bugfixes relating to unclean trees:
29   * Run a clean (of the specified type) before any build operation; do
30     this with `dpkg-buildpackage -T' clean if necessary, so -wd now works
31     with all the building methods.
32   * Refuse to do quilt fixup (explicitly requested, or as a result of
33     build) if the tree contains ignored files.  Closes:#731632.
34
35   Error message improvements:
36   * Use failedcmd to report errors when ssh psql fails.  Closes:#734281.
37   * failedcmd prints $us, not $_[0] - ie, dgit doesn't pretend,
38     in the error message, to be its child.
39   * Do not report the (irrelevant) $? when madison parsing fails.
40
41   Better workflow flexibility:
42   * Provide --build-products-dir option (and corresponding semantics
43     for -C) to specify where to find the files to upload.  Closes:#731633.
44
45   Support for Debian backports suites:
46   * New quirks infrastructure in configuration and internals,
47     for suites (or perhaps distros) which are a bit like others.
48   * Use correct default archive location.
49   * Compute "-v" option default value correctly.
50   * Closes:#733954.
51
52   Packaging improvement:
53   * Add `Testsuite: autopkgtest' to debian/control.  (This will only have
54     the right effect with recent enought dpkg; it will generate a harmless
55     warning with earlier versions of dpkg.)
56
57  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 19 Jan 2014 02:14:25 +0000
58
59 dgit (0.20) unstable; urgency=high
60
61   * Use newest (not oldest) version currently in suite when calculating
62     what value to use for -v<version> by default.  Closes:#732781.
63
64  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 21 Dec 2013 19:13:56 +0000
65
66 dgit (0.19) unstable; urgency=low
67
68   Testing facilities:
69   * Provide "test-dummy" distro with "dummycat" access method.
70   * Provide a selection of autopkgtest (DEP-8) tests.
71
72  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Wed, 27 Nov 2013 18:27:17 +0000
73
74 dgit (0.18.2) unstable; urgency=high
75
76   Bump archive upload urgency to high.
77
78  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 24 Nov 2013 17:42:57 +0000
79 dgit (0.18.1) unstable; urgency=low
80
81   Bugfixes:
82   * sshpsql archive query method passes LANG=C.  Closes:#729788.
83   * Subcommand program or argument options containing hyphens work.
84     (Eg, --dpkg-buildpackage:blah was previously incorrectly rejected.)
85
86   Packaging fixes:
87   * Depend on dput.
88   * Depend on curl | wget, as dget needs one of those.  (The dput package,
89     which contains dget, doesn't require them because dput itself works
90     without.)
91
92  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 24 Nov 2013 17:36:03 +0000
93
94 dgit (0.18) unstable; urgency=low
95
96   Major new feature:
97   * Remote push (dgit rpush), a la debsign -r.  Closes:#721185.
98
99   Improved behaviours:
100   * dgit build, by default, uses the archive to find out what the correct
101     -v<version> option is to pass to dpkg-genchanges.  Closes:#727200.
102   * Abolish the sshdakls method and replace it with sshpsql: that is, ssh
103     (to coccia, by default) and run sql commands on the ftpmaster
104     database.  This is faster and has fewer bugs but is vulnerable to db
105     schema changes.  Closes:#726955.  Closes:#720170.  Closes:#720176.
106   * When generating git tags, quote the (uncanonicalised) changelog's
107     Distribution field as the suite.
108   * Command execution reports from --dry-run go to stderr.
109
110   Other new features:
111   * Support --gpg=... to provide a replacement command for gpg.
112   * Support --ssh=... and --ssh:... to affect how we run ssh.
113
114   Bugfixes:
115   * When using sbuild, pass the arguments to mergechanges in the right
116     order so that we use the correct Description (the _source one,
117     not the one from sbuild which didn't get e.g. -v<version>).
118   * push actually takes an optional suite, like it says in the synopsis.
119     Closes:#727125.
120   * Fix dgit --damp-run sbuild to actually work.
121   * Fix the "shellquote" internal subroutine.  The bugs in it ought not to
122     have caused any real trouble in previous versions of dgit.
123
124   Documentation and message fixes:
125   * manpage: Clarify comments about orig tarballs.  Closes: #723605.
126   * manpage: Remove comment in BUGS about lack of policy docs
127     for Dgit field, which is specified now.  Closes:#720201.
128   * manpage: Make discussion of --existing-package less scary.  The
129     default archive access method no longer needs it.  Closes:#720171.
130   * Mention "git merge", not "git-merge", in helpful message.
131     Closes:#725632.
132
133   Internal and debugging improvements:
134   * Report chdir actions in debugging output.
135   * Improvements to implementation of --dry-run and --damp-run.
136   * Some code motion and cleanups.
137
138   Note: changelog entries for the following versions, which were uploaded
139   to Debian experimental, have been collapsed into this single entry:
140     0.18~experimental2 0.18~experimental1
141     0.17~experimental7 0.17~experimental6 0.17~experimental5
142     0.17~experimental4 0.17~experimental3 0.17~experimental2
143     0.17~experimental1
144     0.16~experimental3 0.16~experimental2 0.16~experimental1
145   We do describe here all the changes since 0.17.
146
147  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 09 Nov 2013 10:12:13 +0000
148
149 dgit (0.17) unstable; urgency=high
150
151   * Do not grobble around in .git/refs/; instead, use git-show-ref.
152     This avoids breaking when git makes packed refs.  Closes:728893.
153   * Clarify error message for missing refs/remotes/dgit/dgit/<suite>.
154
155  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 07 Nov 2013 00:02:47 +0000
156
157 dgit (0.16) unstable; urgency=high
158
159   * Format `(3.0) quilt' fixup does not mind extraneous other files
160     in the build tree (e.g., build products and logs).  Closes: #727053.
161   * Set autoflush on stdout, to get better ordering of debugging
162     etc. output when stdout is redirected.
163   * New --damp-run mode, for more convenient and fuller testing etc.
164
165  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Tue, 22 Oct 2013 13:06:54 +0100
166
167 dgit (0.15) unstable; urgency=low
168
169   * Better handling of packages pushed using dgit and stuck in NEW.
170     (And, use of `--new' is not needed with fetch.)  Closes: #722199.
171   * More comprehensive warnings in many cases of archive skew.
172   * Implement `dgit help' as well as `--help'.  Closes: #721661.
173   * Provide `dgit version' and `--version'.  Closes: #721654.
174
175  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 12 Sep 2013 00:14:05 +0100
176
177 dgit (0.14) unstable; urgency=low
178
179   * Include package name in tag message.
180   * Create directory .git/dgit when needed during build.  Closes: #721428.
181   * Add Vcs-Git and Vcs-Browser [Richard Hartmann].  Closes: #721404.
182     These fields refer to the development branch, "master", on alioth,
183     not to the dgit suite refs (which are not accessible to git clone).
184
185  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 01 Sep 2013 18:30:44 +0100
186
187 dgit (0.13) unstable; urgency=low
188
189   * Reuse already-downloaded .orig files after checking their hashes.
190     Closes: #720526.  (This introduces a dependency on Digest::SHA.)
191   * Do not always pointlessly fetch the .dsc twice.  (That code was
192     erroneously duplicated during editing, apparently.)
193   * Remove DGET_UNPACK from the environment in case the user has set it.
194   * Remove scary warning from Description.
195   * When uploading to Debian, tell dput to upload to "ftp-master".  This
196     avoids problems with derivatives whose dput has a different default.
197     Closes: #720958.
198   * Fix some bugs in dgit fetch --dry-run which made dgit push
199     --dry-run often not work at all.
200   * Update the local tracking branch for the dgit remote, when pushing.
201     Closes: #720956.
202   * Fix references in manpage to old Vcs-Dgit-Master field name.
203   * Reorganise manpage sections to be in a more conventional order.
204   * New manpage section on FILES IN THE SOURCE PACKAGE BUT NOT IN GIT.
205     Closes: #721186.
206
207  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 29 Aug 2013 00:27:23 +0100
208
209 dgit (0.12) unstable; urgency=low
210
211   * Cope with packages with epoch.  Closes: #720897.
212   * Improve error message for non-fast-forward push.  Closes: #720896.
213   * New --ignore-dirty option to skip noncritical check.  Closes: #720895.
214   * New --no-quilt-fixup option to suppress quilt fixup.  RTFM.
215   * Add Closes line for #720595 to changelog entry for 0.11.
216
217  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Mon, 26 Aug 2013 16:50:39 +0100
218
219 dgit (0.11) unstable; urgency=low
220
221   * Location of dgit-repos is now git.debian.org:/git/dgit-repos/repos.
222     Closes: #720525.  The rename on the server side will break older
223     versions of dgit.
224   * Fix bug which would make quilt patch fixup fail if git status
225     produced "M" lines.
226   * Autogenerated quilt patch fixup patch Description contains several
227     recent git commits, rather than implying that the patch corresponds
228     exactly to the top git commit.
229   * Use "ftp.debian.org" not "http.debian.net" as the default Debian
230     archive.  (http.debian.net tends to defeat certain kinds of cacheing,
231     and can also have more skew.)
232   * dgit build uses dpkg-buildpackage; there is a dgit git-build
233     for using git-buildpackage.  Closes: #720595.
234   * Better error message for use of UNRELEASED suite.  Closes: #720523.
235   * Do not canonicalise suite more than once.  Related to: #720526.
236   * Fix a badly open-coded copy of check_not_dirty.  Closes: #720524.
237   * Fix some bugs in building (eg build-source would fail to do the quilt
238     fixup; the --clean check in build was wrong).
239   * Add missing dependency on realpath.
240   * git-build (git-buildpackage wrapper) does not bother canonicalising
241     the suite if --git-ignore-branch is used.
242
243  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 25 Aug 2013 17:00:43 +0100
244
245 dgit (0.10) unstable; urgency=low
246
247   * Create .pc/applied-patches - do not empty it (!)
248
249  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 25 Aug 2013 00:51:50 +0100
250
251 dgit (0.9) unstable; urgency=low
252
253   * New cleaning arrangements.
254   * More comprehensive workaround for `3.0 (quilt)'.
255   * In push, double-check the .changes against the changelog.
256   * Better error when source package contains .git.  Closes: #720555.
257   * Change our .dsc field name to `Dgit'.  Relevant to #720201.
258   * Fix bug handling our synthetic merges when we see them in
259     the remote suite branch.
260   * `3.0 (quilt)' fixup creates .pc/applied-patches since modern
261     dpkg-source creates it even though old ones didn't always.
262
263  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 24 Aug 2013 18:49:02 +0100
264
265 dgit (0.8) unstable; urgency=low
266
267   * Fix comparison of archive's .dsc's hash and git branch head
268     to DTRT.
269   * When creating repos in dgit-repos (using the ssh-cmd method),
270     copy _template rather than using mkdir and git init.
271     Closes: #720522.
272   * In push, do git fetch as well as archive fetch, or archive
273     fetch can fail.
274
275  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Fri, 23 Aug 2013 12:24:09 +0100
276
277 dgit (0.7) unstable; urgency=low
278
279   * If dak ls, or rmadison, reports multiple versions, look for them
280     all, and pick the newest .dsc that doesn't give 404.
281   * Manpage formatting fix.
282   * Name the local remote tracking branch remotes/dgit/dgit/<suite>
283     so that we avoid a warning from git about ambiguous branch names.
284
285  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 22 Aug 2013 18:29:10 +0100
286
287 dgit (0.6) unstable; urgency=low
288
289   * Allow fetching when archive has out-of-date git hash in .dsc.
290     Closes: #720490.
291
292  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 22 Aug 2013 16:02:10 +0100
293
294 dgit (0.5) unstable; urgency=low
295
296   * Upload to unstable, as this version mostly works.  (All the RC
297     bugs of which I'm aware are now properly represented in the BTS.)
298
299  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 22 Aug 2013 15:38:00 +0100
300
301 dgit (0.4~pre2) experimental; urgency=low
302
303   * Mangle debian/<version> tags the way git-buildpackage does
304     (as of git-buildpackage 0.5.5, 3c6bbd0f4992f8da).
305   * Support dgit-distro.<distro>.keyid config option.
306   * Revert change to ssh to alioth CNAME, as the recommended CNAME
307     is to something with no write access to the fs and the new CNAME
308     has not yet been set up.  This reintroduces #720172 :-/.
309
310  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 22 Aug 2013 15:31:17 +0100
311
312 dgit (0.4~pre1) experimental; urgency=low
313
314   * Use dgit.debian.net vhost on alioth.  Closes:#720172.
315   * Usage message.  Closes:#720085.
316   * Provide "dgit sbuild".
317   * Assorted manpage fixes and improvements.
318   * Fail if a required config item is missing.
319   * Much better error messages.
320   * Better error checking when parsing RFC822-style control data.
321   * Better checking that the supplied .dsc and debian/changes correspond.
322   * Ordering improvement in push: don't add dsc field until git push done.
323   * New --distro option (helps with unknown suites).
324   * Bugfixes.
325
326  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 22 Aug 2013 13:36:44 +0100
327
328 dgit (0.3) experimental; urgency=low
329
330   * New version which appears to be able to sort of work at least
331     some of the time.
332
333  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 17 Aug 2013 09:18:04 +0100
334
335 dgit (0.2) experimental; urgency=low
336
337   * New version which might actually work but probably won't.
338
339  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Fri, 16 Aug 2013 16:52:17 +0100
340
341 dgit (0.1) experimental; urgency=low
342
343   * Initial experimental (partial) version.
344
345  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 15 Aug 2013 12:09:01 +0100
346