source: trunk/debathena/third/schroot/debian/changelog @ 24314

Revision 24314, 30.7 KB checked in by geofft, 14 years ago (diff)
In schroot: * Merge with Debian unstable; remaining changes: - Backport to Karmic, and adjust build-deps.
Line 
1schroot (1.4.0-1~debathena1) unstable; urgency=low
2
3  * Merge with Debian unstable; remaining changes:
4    - Backport to Karmic, and fix build dependencies.
5
6 -- Geoffrey Thomas <geofft@mit.edu>  Thu, 11 Feb 2010 21:00:07 -0500
7
8schroot (1.4.0-1) unstable; urgency=low
9
10  * New upstream stable release.
11  * debian/control: Add ${misc:Depends}.
12  * Updated it translation.  Thanks to Vincenzo Campanella.
13  * Updated zh_CN translation.  Thanks to Ji ZhengYu.
14  * Updated de translattion (Closes: #563818).  Thanks to Holger
15    Wansing.
16  * Updated bash completion script (Closes: #519745).  Thanks to
17    Tim Abbott.
18  * Use boost::filesystem for portable directory iteration,
19    removing existing path length restrictions (Closes: #520781).
20
21 -- Roger Leigh <rleigh@debian.org>  Sat, 16 Jan 2010 15:52:15 +0000
22
23schroot (1.3.2-1) experimental; urgency=low
24
25  * New upstream development release.
26  * po: Update de translation (Closes: #560832).  Thanks to Helge
27    Kreutzmann for this patch.
28  * Create session files for block-device chroots (Closes: #557197).
29    Thanks to Evan Broder for finding this bug.
30  * 20copyfiles: Allow copying of special files such as device nodes,
31    pipes, sockets and directories (Closes: #559019).  Thanks to
32    Raphaël Hertzog for this suggestion.
33  * Create session file when using block-device chroots with union
34    overlay configured (Closes: #561033). Thanks to Evan Broder for
35    reporting this defect.
36
37 -- Roger Leigh <rleigh@debian.org>  Mon, 21 Dec 2009 21:18:51 +0000
38
39schroot (1.3.1-1debathena1) experimental; urgency=low
40
41  [ Geoffrey Thomas ]
42  * Backport to Jaunty, and fix build dependencies and build process.
43  * Permit union schroots of the root filesystem.
44
45  [ Evan Broder ]
46  * Provide debathena-schroot.
47  * Move to the debathena-system component
48  * Update the package description.
49
50 -- Evan Broder <broder@mit.edu>  Sun, 15 Nov 2009 12:39:22 -0500
51
52schroot (1.3.1-1) experimental; urgency=low
53
54  * New upstream development release.
55  * schroot:
56    - Return success when ending a session and the operation
57      succeeded (Closes: #554907).
58
59 -- Roger Leigh <rleigh@debian.org>  Sat, 07 Nov 2009 10:46:54 +0000
60
61schroot (1.3.0-1) experimental; urgency=low
62
63  [Roger Leigh]
64  * New upstream development release.
65  * debian/control:
66    - libsbuild-dev is in section libdevel.
67    - Build-Depend on Boost >= 1.39.
68    - Build-Depend on debhelper v7.
69    - Build-Depend on doxygen.
70    - Update to Standards Version 3.8.3.
71  * debian/compat: Use debhelper v7 compatibility mode.
72  * debian/rules:
73    - Use dh_prep in place of dh_clean -k.  Remove debian/install
74      after running dh_prep.
75    - Configure with --with-bash-completion-dir.
76    - Configure with --enable-doxygen.
77    - Split configure invocation onto multiple lines.
78    - Only mkdir debian/build if it doesn't already exist.
79  * schroot: Install bash completion.
80  * schroot.conf: Use current distribution names (lenny and squeeze
81    in place of sarge and etch (Closes: #516272).
82  * sbuild-session.cc: Fix potential memory leak in is_group_member()
83    (Closes: #517223).
84  * schroot-script-config.5, schroot-setup.5: Fix typos
85    (Closes: #517041).  Thanks to Loïc Minier.
86  * schroot now ignores backup files (including dpkg conffile backups)
87    in /etc/schroot/chroot.d (Closes: #513307, #496629).
88  * mount-defaults: Bind mount /dev/shm rather than creating a new
89    tmpfs inside the chroot to avoid potention denial of service
90    attacks (Closes: #526788).  Thanks to Aurelien Jarno.
91  * etc/setup.d/05lvm: Reorder lvm snapshot options to make more
92    flexible (Closes: #494481).  Thanks to Timothy G Abbott for this
93    suggestion.
94  * If user authentication fails, return a nonzero exit status
95    (Closes: #545706).  Thanks to Nelson Elhage for identifying this
96    bug.
97
98  [Jan-Marek Glogowski]
99  * debian/control:
100    - Build-Depends: Add doxygen and graphviz.
101    - schroot-dbg: Add new package containing debugging symbols
102      for schroot, dchroot and dchroot-dsa.  Only allow installation
103      of correct package versions.
104    - schroot-doc: Don't depend on pkg-config, suggest libsbuild-dev.
105  * debian/rules:
106    - Add check rule to run unit tests at install time.
107    - Use "$(MAKE) -C" in place of explicit "cd && make".
108
109 -- Roger Leigh <rleigh@debian.org>  Fri, 16 Oct 2009 21:44:52 +0100
110
111schroot (1.2.3-1) unstable; urgency=low
112
113  * New upstream stable release.
114  * Detect and link against new versions of the Boost C++ libraries.
115
116 -- Roger Leigh <rleigh@debian.org>  Sun, 17 May 2009 18:29:44 +0100
117
118schroot (1.2.2-1) unstable; urgency=low
119
120  * New upstream stable release.
121  * Compile and link with POSIX thread support (Closes: #520713).
122    libstdc++ std::tr1::shared_ptr does not appear to work
123    correctly on Alpha without -pthread, failing during shared_ptr
124    construction or assignment due to an failed internal glibc
125    assertion while locking a pthread mutex.
126
127 -- Roger Leigh <rleigh@debian.org>  Sun, 22 Mar 2009 16:56:38 +0000
128
129schroot (1.2.1-1) unstable; urgency=low
130
131  * New upstream stable release.
132  * debian/control:
133    - Upgrade to Standards-Version 3.8.0.
134    - Don't Build-Depend upon -1 Debian revisions.
135  * po:
136    - Update eu translation (Closes: #479498).  Thanks to Piarres Beobide.
137    - Update fr translation (Closes: #481648).  Thanks to Nicolas François.
138    - Update pt translation (Closes: #480640).  Thanks to Pedro Ribeiro.
139    - Update vi translation (Closes: #479750).  Thanks to Clytie Siddall.
140    - Add zh_CN translation (Closes: #480174).  Thanks to LI Daobing (李道兵).
141    - Update zh_CN translation.  Thanks to Ji ZhengYu.
142  * sbuild/sbuild-lock.cc: Order of "struct flock" members is not assumed,
143    for GNU/kFreeBSD portability (Closes: #485637).  Thanks to Petr
144    Salinger.
145  * schroot.1.in, schroot.conf.5.in: Document /etc/schroot/chroot.d
146    (Closes: #487588).
147  * setup/10mount: Don't clear mount options for LVM snapshots
148    (Closes: #488726).
149  * New "loopback" chroot type allows loopback mounting of files
150    (Closes: #475515).
151
152 -- Roger Leigh <rleigh@debian.org>  Sat, 05 Jul 2008 11:41:33 +0100
153
154schroot (1.2.0-1) unstable; urgency=low
155
156  * New upstream stable release.
157  * Add eu translation (Closes: #462164).
158  * Updated pt translation (Closes: #464053).
159  * debian/control:
160    - libsbuild-dev is in section libdevel.
161    - Add libboost-filesystem-dev to Build-Depends.
162    - Bump Standards-Version to 3.7.3.
163  * debian/libsbuild-doc.doc-base: Use section Programming/C++
164  * Setup and exec scripts check for existence and validity of
165    script-config file options, as well as script-config itself, and exit with
166    an error status and message if incorrect (Closes: #462680).
167  * Reading the configuration no longer uses O_NOFOLLOW (Closes: #476332).
168    Thanks to Timothy G Abbott.
169  * sbuild/sbuild-util.h: Add missing typecast to fix FTBFS on
170    GNU/kFreeBSD (Closes: #465972).  Thanks to Petr Salinger.
171  * Building with G++ 4.3 now works (Closes: #467457).
172  * dchroot.1 manual page no longer specifies -d as a short option for
173    directory; this is only used for --preserve-environment
174    (Closes: #476815).
175  * schroot-mount now creates the mountpoint is not existent
176    (Closes: #469038).  Many thanks to Kees Cook for this patch.
177
178 -- Roger Leigh <rleigh@debian.org>  Mon, 05 May 2008 00:09:41 +0100
179
180schroot (1.1.6-1) unstable; urgency=low
181
182  * New upstream development release.
183  * Acknowledge NMU.  Thanks to Lucas Nussbaum for fixing the Boost
184    library names following another incompatible change in Boost
185    (Closes: #439215).
186  * debian/control: Suggest lvm2 instead of lvm-common (Closes: #452263).
187  * debian/copyright:
188    - Update with new GIT source code repository location.
189    - Update licence to GPLv3.
190  * debian/schroot.init: Update licence to GPLv3.
191  * bin/schroot/setup/20network, bin/schroot/setup/30passwd: For files to
192    copy, compare file device, inode and contents to avoid copying
193    identical files (Closes: #428808).
194  * If unknown keys are present in the configuration file, print a warning
195    message to alert the user (Closes: #459658).
196  * The filesystems to mount in the chroot may be customised by the system
197    administrator through the use of an fstab file on a per-chroot basis,
198    and a new helper utility, schroot-mount (Closes: #395062, #427047).
199    Thanks for your patience while we took the time to implement this the
200    right way.
201  * Update Vietnamese translation (Closes: #461531).  Thanks to Clytie
202    Siddall.
203  * debian/schroot.preinst: Add rm_conffile function to remove
204    /etc/schroot/setup.d/20network and /etc/schroot/setup.d/30passwd for
205    versions prior to this.  These are replaced by
206    /etc/schroot/setup.d/20copyfiles.
207  * debian/schroot.NEWS: Document conffile changes.
208
209 -- Roger Leigh <rleigh@debian.org>  Sun, 20 Jan 2008 22:51:04 +0000
210
211schroot (1.1.5-1.1) unstable; urgency=low
212
213  * Non-maintainer upload.
214  * Ajusted configure.ac to deal with the boost multi/singlethread switch.
215    Closes: #439215.
216
217 -- Lucas Nussbaum <lucas@lucas-nussbaum.net>  Fri, 24 Aug 2007 22:23:16 +0200
218
219schroot (1.1.5-1) unstable; urgency=low
220
221  * New upstream development release.
222  * debian/control: Use ${binary:Version}.
223  * debian/schroot.preinst: In prep_mv_conffile(), use dpkg-query in
224    place of reading /var/lib/dpkg/status directly.
225  * bin/schroot/setup/10mount: Use --bind rather than --rbind for
226    directory chroots.  This allows filesystem mounting to succeed when
227    sub-mounts are already mounted on top of the original directory
228    (Closes: #428805).  Thanks to Raphaël Hertzog for diagnosing this
229    problem.
230  * Calling "schroot -e -a" with no open sessions no longer outputs an
231    error (Closes: #398679).  Thanks to Benjamin Seidenberg.
232  * A new --session-name option allows users to name their sessions,
233    rather than using the built-in UUID generation (Closes: #401159).
234    Thanks to Lucas Nussbaum.
235  * The schroot(1) manual page now has examples for using sessions
236    (Closes: #401158).
237
238 -- Roger Leigh <rleigh@debian.org>  Sun, 08 Jul 2007 20:50:08 +0100
239
240schroot (1.1.4-1) unstable; urgency=low
241
242  * New upstream development release.
243  * debian/control:
244    - Build-Depend on the latest version of Boost, due to the change of
245      library symlinks.
246    - Change section of libsbuild-doc to "doc".
247    - Update package descriptions.
248      + Add schroot boilerplate description to schroot-common,
249        libsbuild-dev and libsbuild-doc (Closes: #425964).  Thanks to
250        Craig Sanders.
251      + Update schroot boilerplate.
252      + Add a list of reasons not to use dchroot and dchroot-dsa instead
253        of schroot.
254  * Processes running in the chroot on stopping a session are now killed
255    by the 15killprocs setup script (Closes: #391319).  Many thanks to
256    Kees Cook for implementing this.
257  * The 10mount script checks if the output of schroot-listmounts is empty
258    before calling umount (Closes: #426416).  Thanks to Federico Di
259    Gregorio.
260
261 -- Roger Leigh <rleigh@debian.org>  Mon, 28 May 2007 21:52:05 +0100
262
263schroot (1.1.3-1) unstable; urgency=low
264
265  * New upstream development release.
266  * bin/schroot-base/schroot-base-run.h, sbuild/sbuild-basic-keyfile.tcc:
267    Cope with failure when the locale set in the user's environment is
268    invalid, by falling back to the C locale (Closes: #425117).  Thanks to
269    Martin Michlmayr for reporting this bug.
270
271 -- Roger Leigh <rleigh@debian.org>  Sun, 20 May 2007 17:33:00 +0100
272
273schroot (1.1.2-1) unstable; urgency=high
274
275  * New upstream development release.
276  * debian/control
277    - Remove libsbuild1 dependency from libsbuild-dev.
278    - libsbuild1-dev is in Section devel.
279    - Use ${source:Version} to allow binNMUs.
280    - Add new package, libsbuild-doc.
281    - schroot-common Replaces schroot (<< 1.1.1).  Thanks to Hamish Moffatt
282      and Adeodato Simó for reporting this bug (Closes: #422741, #422863).
283  * debian/rules:
284    - Split arch-dependent and arch-independent packages into separate
285      rules.
286    - Remove .map and .md5 files from the Doxygen docs.
287  * debian/libsbuild-doc.docs: New file.  Install doxygen HTML
288    documentation and tag file.
289  * debian/libsbuild-doc.doc-base: Register docs with doc-base.
290  * bin/schroot/setup/10mount: Don't exec schroot-listmounts in a
291    subshell.  This prevents an error (such as a bad exit status) from
292    being noticed by the script, and as a result failure to umount
293    filesystems may result in severe dataloss when stop scripts then "rm
294    -rf" the chroot.  Thanks to Lucas Nussbaum for reporting this bug, and
295    Frans Pop for suggesting the solution (Closes: #422909).  Urgency is
296    set high because this is a critical bug.
297
298 -- Roger Leigh <rleigh@debian.org>  Thu, 10 May 2007 22:49:39 +0100
299
300schroot (1.1.1-1) unstable; urgency=low
301
302  [ Roger Leigh ]
303  * New upstream development release.
304  * debian/schroot.init: Add LSB init info and use LSB init functions.
305  * debian/control:
306    - schroot-common: New package, containing locale data.
307    - libsbuild1-dev: New package, containing libsbuild headers, a static
308      library and pkg-config data.
309    - schroot, dchroot and dchroot-dsa depend upon schroot-common
310  * debian/rules:
311    - Add dh_makeshlibs.
312    - Make dh_shlibdeps use the shlibs data for libsbuild1.
313    - install: Don't run "make check".
314    - Run configure with options to make only a static library.
315  * debian/schroot.install: Don't package locale data.
316  * debian/schroot-common.install: New file, install locale data.
317  * debian/libsbuild1.install: New file, install libsbuild.so.*.
318  * debian/libsbuild-dev.install: New file, installing headers, static
319    library and pkg-config .pc file.
320  * debian/schroot.default: New file, allowing customisation of the init
321    script.  Thanks to Federico Di Gregorio (Closes: #416193).
322  * debian/schroot.init:
323    - Source /etc/default/schroot.
324    - Add copyright header.
325
326  [ Luk Claes ]
327  * po/fr.po: Add French translation. Many thanks to Nicolas François
328  <nicolas.francois@centraliens.net> (Closes: #414415).
329
330 -- Roger Leigh <rleigh@debian.org>  Wed,  2 May 2007 20:36:11 +0100
331
332schroot (1.1.0-1) unstable; urgency=low
333
334  * New upstream development release.
335
336 -- Roger Leigh <rleigh@debian.org>  Fri, 25 Aug 2006 20:39:23 +0100
337
338schroot (1.0.6-1) unstable; urgency=low
339
340  * New upstream release.
341  * Add French translation, thanks to Nicolas François (Closes: #414415).
342
343 -- Roger Leigh <rleigh@debian.org>  Sun, 11 Mar 2007 21:48:52 +0000
344
345schroot (1.0.5-1) unstable; urgency=low
346
347  * New upstream release.
348  * schroot-listmounts: Don't segfault when realpath(3) returns null when
349    the supplied path is nonexistent (Closes: #408617).
350
351 -- Roger Leigh <rleigh@debian.org>  Sat, 27 Jan 2007 13:13:56 +0000
352
353schroot (1.0.4-1) unstable; urgency=high
354
355  * New upstream release.
356  * debian/schroot.init: Add LSB init info and use LSB init functions.
357  * schroot/schroot-listmounts-main.cc: Use realpath(3) to prevent severe
358    dataloss when unmounting filesystems in chroots with symlinks in the
359    SCHROOT_MOUNT_DIR path (Closes: #401180).
360
361 -- Roger Leigh <rleigh@debian.org>  Sat, 23 Dec 2006 12:00:50 +0000
362
363schroot (1.0.3-1) unstable; urgency=low
364
365  * New upstream release.
366  * dchroot/dchroot-session.cc, dchroot-dsa/dchroot-dsa-session.cc: The
367    syslog logging of the command or shell being run in the chroot now
368    only occurs when running as root or switching to another user.  If the
369    user is the same inside and outside the chroot, and not root, the
370    command or shell being run will not be logged.  Thanks to Helge
371    Kreutzmann (Closes: #381695).
372
373 -- Roger Leigh <rleigh@debian.org>  Mon,  2 Oct 2006 22:37:12 +0100
374
375schroot (1.0.2-1) unstable; urgency=low
376
377  * New upstream release.
378  * sbuild/sbuild-session.cc: The syslog logging of the command or shell
379    being run in the chroot now only occurs when running as root or
380    switching to another user.  If the user is the same inside and outside
381    the chroot, and not root, the command or shell being run will not be
382    logged.  Thanks to Helge Kreutzmann (Closes: #381695).
383
384 -- Roger Leigh <rleigh@debian.org>  Mon, 11 Sep 2006 22:42:53 +0100
385
386schroot (1.0.1-1) unstable; urgency=low
387
388  * New upstream release.
389  * sbuild/sbuild-chroot.cc: After using --begin-session, reading session
390    configuration no longer fails (Closes: #381271).
391
392 -- Roger Leigh <rleigh@debian.org>  Thu,  3 Aug 2006 11:43:53 +0100
393
394schroot (1.0.0-1) unstable; urgency=low
395
396  * New upstream release.
397  * debian/copyright:
398    - Update with location of new SVN repository and Alioth file download
399      location.
400    - Add location of SVN schroot-1.0 branch.
401  * schroot/schroot-listmounts-main.cc: mounts is const, to fix a GCC 4.0
402    compiler bug: "FTBFS: error: no match for ‘operator!=’ in ‘pos !=
403    std::vector’", thanks to Jens Seidel (Closes: #379478).
404  * po/de.po: New German translation, thanks to Jens Seidel
405    (Closes: #379483).
406
407 -- Roger Leigh <rleigh@debian.org>  Mon, 31 Jul 2006 11:58:08 +0100
408
409schroot (0.99.4-1) unstable; urgency=low
410
411  * New upstream release.
412  * The terminal state is no longer saved and restored when running a
413    command (Closes: #378469).
414
415 -- Roger Leigh <rleigh@debian.org>  Thu, 20 Jul 2006 16:08:27 +0100
416
417schroot (0.99.3-1) unstable; urgency=low
418
419  * New upstream release.
420  * sbuild/sbuild-dirstream.h: The dirstream extraction operator is
421    declared outside the class, in addition to the friend declaration.
422    This fixes a compilation error with GCC 4.2 (Closes: #377433).  Thanks
423    to Martin Michlmayr for reporting this.
424  * dchroot/dchroot-options.cc, dchroot/dchroot-session.cc: Allow any
425    number of command options, and concatenate all command options into a
426    single command, separated by spaces.  This restores compatibility with
427    dchroot 0.13 and earlier (Closes: #378028).  Thanks to David Liontooth
428    for reporting this.
429  * Terminal settings are correctly restored under all normal exit
430    conditions (Closes: #378152).
431  * debian/schroot.docs: Add the contents of debian/docs.
432  * debian/docs: Remove.
433  * debian/rules:
434    - The /usr/share/doc directories for dchroot and dchroot-dsa are
435      symlinks to schroot.
436    - Build in debian/build using VPATH.
437    - Use debian/build/config.status in place of config.status.
438  * debian/dchroot.preinst: New file.  Remove /usr/share/doc/dchroot.
439  * debian/dchroot-dsa.preinst: New file.  Remove
440    /usr/share/doc/dchroot-dsa.
441
442 -- Roger Leigh <rleigh@debian.org>  Fri, 14 Jul 2006 21:06:05 +0100
443
444schroot (0.99.2-2) unstable; urgency=low
445
446  * test/sbuild-personality.h: Modify the test for automatic personality
447    detection, which breaks on the hppa architecture (it uses "linux32"
448    rather than "linux" by default).  It now allows "linux", "linux_32bit"
449    and "linux32" as valid personalities.
450
451 -- Roger Leigh <rleigh@debian.org>  Fri,  7 Jul 2006 18:46:49 +0100
452
453schroot (0.99.2-1) unstable; urgency=low
454
455  * New upstream release.
456  * debian/control: Build-Depends on libboost-regex-dev.
457
458 -- Roger Leigh <rleigh@debian.org>  Thu,  6 Jul 2006 17:54:17 +0100
459
460schroot (0.99.1-1) unstable; urgency=low
461
462  * New upstream release.
463  * dchroot behaviour now matches the chdir and command execution
464    behaviour of the original dchroot (Closes: #374713, #374887).
465  * Output is now correctly aligned in UTF-8 locales (Closes: #373943).
466  * debian/control: Add dchroot-dsa package.
467  * debian/rules:
468    - install dchroot-dsa setuid root, and add dchroot-dsa lintian
469      override.
470    - run testsuite in build rule.
471    - copy config.sub and config.guest to the scripts directory.
472  * debian/dchroot-dsa.install: New file.
473  * debian/dchroot-dsa.postrm: New file.
474  * debian/dchroot-dsa.lintian-overrides: New file.
475  * debian/schroot.docs: New file.  Add THANKS.
476
477 -- Roger Leigh <rleigh@debian.org>  Mon, 26 Jun 2006 11:10:24 +0100
478
479schroot (0.99.0-1) unstable; urgency=low
480
481  * New upstream release.
482  * Bind mounts are now used for session-managed plain chroots
483    (Closes: #354344).
484  * root is no longer denied access when root is not in the groups or
485    root_groups lists (Closes: #372569).
486  * schroot.conf supports a personality option to set the process
487    execution domain, and dchroot.conf supports an additional third
488    personality option to do the same (Closes: #372874).
489  * debian/control:
490    - split dchroot into a separate package.
491    - schroot conflicts with dchroot << 0.13.
492    - dchroot depends upon schroot to use the schroot configuration,
493      scripts and helper binaries.
494    - dchroot and schroot Suggest debootstrap.
495    - add Luk Claes as a co-maintainer.
496  * debian/rules:
497    - Use dh_install
498    - Install dchroot lintian override.
499    - Install init script into rcS, and don't restart on upgrade.  This
500      will ensure that running sessions are not disrupted on upgrade.
501  * debian/dchroot.install: New file.
502  * debian/schroot.install: New file.
503  * debian/schroot.lintian-overrides: Remove dchroot lintian override.
504  * debian/dchroot.lintian-overrides: Add dchroot lintian override.
505  * debian/schroot.preinst: Move from debian/preinst.
506  * debian/schroot.postinst:
507    - Move from debian/postinst.
508    - If upgrading from a version less than 0.99.0-1, remove the
509      rc.d symlinks, because rcS is used instead of the normal runlevels.
510  * debian/dchroot.postrm: New file. Remove /etc/dchroot.conf on purge.
511  * debian/schroot.README.Debian: Move from debian/README.Debian.  Remove
512    outdated dchroot bits.
513  * debian/schroot.NEWS: New file. Document the splitting out of dchroot.
514
515 -- Roger Leigh <rleigh@debian.org>  Sat, 17 Jun 2006 14:22:14 +0100
516
517schroot (0.2.11-1) unstable; urgency=high
518
519  * New upstream release.
520  * debian/control: Upgrade to Standards-Version 3.7.2.
521  * schroot/schroot.1.in, schroot/schroot.conf.5.in: Correct ambiguity and
522    mistakes in the documentation (Closes: #369633).  Thanks to Andreas
523    Bombe.
524  * 05file and 10mount take additional steps to ensure that filesystems
525    are umounted correctly, and that no chroot will be purged if there are
526    mounted filesystems inside it (Closes: #369626).
527  * Don't package the static libsbuild.a.
528
529 -- Roger Leigh <rleigh@debian.org>  Sat, 10 Jun 2006 09:50:06 +0100
530
531schroot (0.2.10-1) unstable; urgency=low
532
533  * New upstream release.
534  * debian/control: Upgrade to Standards-Version 3.7.0.
535  * sbuild/sbuild-chroot-config.cc: If a chroot alias is the same as the
536    chroot name, don't warn about it, because the effect is still
537    unambiguous (Closes: #366608).
538
539 -- Roger Leigh <rleigh@debian.org>  Sat, 27 May 2006 13:07:14 +0100
540
541schroot (0.2.9-1) unstable; urgency=low
542
543  * New upstream release.
544  * The package now builds cleanly with GCC 4.2 (Closes: #362205).
545  * schroot/setup/10mount: Create mountpoints if they do not exist
546    (Closes: #364332).
547  * schroot/sbuild-session.cc: Fall back to home directory instead of / if
548    the current working directory does not exist in the chroot
549    (Closes: #363475).
550  * debian/README.Debian: Move chroot safety advice to README
551    (Closes: #361108).
552
553 -- Roger Leigh <rleigh@debian.org>  Sun, 30 Apr 2006 13:26:00 +0100
554
555schroot (0.2.8-1) unstable; urgency=low
556
557  * New upstream release.
558
559 -- Roger Leigh <rleigh@debian.org>  Sun, 19 Mar 2006 11:53:35 +0000
560
561schroot (0.2.7-2) unstable; urgency=low
562
563  * schroot/dchroot-session.cc (run_impl): Correctly chain up to the
564    parent method.  This prevents the infinite recursion which caused
565    dchroot to crash when using dchroot.conf (Closes: #355880).
566
567 -- Roger Leigh <rleigh@debian.org>  Wed,  8 Mar 2006 15:47:11 +0000
568
569schroot (0.2.7-1) unstable; urgency=low
570
571  * New upstream release.
572
573 -- Roger Leigh <rleigh@debian.org>  Wed,  8 Mar 2006 12:32:59 +0000
574
575schroot (0.2.6-1) unstable; urgency=low
576
577  * New upstream release.
578  * Remove bashisms in all setup and run shell scripts (test "-o" and
579    "function" in shell functions).  Thanks to Clint Adams for this patch
580    (Closes: #354526).
581  * Allow all commands run inside the chroot to be prefixed by another
582    command (Closes: #354513).
583  * Clean up the current session when SIGHUP is caught (Closes: #354780).
584  * Move 50sbuild from /etc/schroot/run.d to /etc/schroot/setup.d.
585  * Move 00check from /etc/schroot/run.d to /etc/schroot/exec.d.
586  * debian/preinst:
587    - Remove /etc/schroot/run.d/50sbuild if not modified locally.
588    - Remove /etc/schroot/run.d/00check if not modified locally.
589  * debian/postinst:
590    - Move /etc/schroot/run.d/50sbuild to /etc/schroot/setup.d/50sbuild if
591      modified locally.
592    - Move /etc/schroot/run.d/00check to /etc/schroot/exec.d/00check if
593      modified locally.
594  * debian/schroot.init:
595    - Rename $DAEMON to $SCHROOT.
596    - Don't exit with an error if session recovery for an individual chroot
597      fails.
598
599 -- Roger Leigh <rleigh@debian.org>  Mon,  6 Mar 2006 18:54:30 +0000
600
601schroot (0.2.5-1) unstable; urgency=low
602
603  * New upstream release.
604  * schroot/run/50sbuild: Create ${CHROOT_PATH}/var/lib/sbuild/srcdep-lock
605    and set ownership and permissions of all files under
606    ${CHROOT_PATH}/var/lib/sbuild to root:sbuild and 02775, respectively.
607    Thanks to Adeodato Simó for this patch (Closes: #354462).
608  * schroot/schroot.1.in: Correct mistakes in --help options.  Thanks to
609    Clint Adams for this patch (Closes: #354477).
610
611 -- Roger Leigh <rleigh@debian.org>  Sun, 26 Feb 2006 21:44:23 +0000
612
613schroot (0.2.4-1) unstable; urgency=low
614
615  * New upstream release.
616  * Allow multiple chroots on a single filesystem for "block-device" and
617    "lvm-snapshot" chroots.  Thanks to Adeodato Simó and Steve Langasek
618    for this idea (Closes: #354237).
619  * Allow basic session management when "run-session-scripts" is enabled
620    for "plain" chroots, by using bind mounts.  This enables the setup
621    scripts to run properly.  Thanks to Adeodato Simó for this idea
622    (Closes: #354257).
623
624 -- Roger Leigh <rleigh@debian.org>  Sat, 25 Feb 2006 13:03:28 +0000
625
626schroot (0.2.3-2) unstable; urgency=low
627
628  * debian/rules: dchroot must be installed setuid root.
629  * debian/schroot.lintian-overrides: Add dchroot.
630
631 -- Roger Leigh <rleigh@debian.org>  Tue, 21 Feb 2006 13:38:32 +0000
632
633schroot (0.2.3-1) unstable; urgency=low
634
635  * New upstream release.
636  * debian/control:
637    - Provide, Conflict and Replace dchroot.
638    - Enhances sbuild.
639    - Suggest lvm-common for LVM support.
640    - Update description.
641  * debian/rules: Add --enable-dchroot to configure, to package the dchroot
642    wrapper.
643  * debian/README.Debian: Update dchroot notes.
644
645 -- Roger Leigh <rleigh@debian.org>  Tue, 21 Feb 2006 10:01:31 +0000
646
647schroot (0.2.2-2) unstable; urgency=low
648
649  * debian/control: Add pkg-config build dependency.
650
651 -- Roger Leigh <rleigh@debian.org>  Tue,  7 Feb 2006 00:04:10 +0000
652
653schroot (0.2.2-1) unstable; urgency=low
654
655  * New upstream release.
656  * debian/control: Remove Glib from the build dependencies.
657  * debian/control: Add versioned depends on libpam0g-dev >= 0.79-3.1,
658    because earlier versions have broken headers, due to redefining
659    internal glibc/libstdc++ types.
660
661 -- Roger Leigh <rleigh@debian.org>  Mon,  6 Feb 2006 23:21:07 +0000
662
663schroot (0.2.1-1) unstable; urgency=low
664
665  * New upstream release.
666
667 -- Roger Leigh <rleigh@debian.org>  Wed,  1 Feb 2006 11:30:43 +0000
668
669schroot (0.2.0-1) unstable; urgency=low
670
671  * New upstream release.
672  * debian/control: Suggest unzip, for use with file chroots.
673  * debian/rules: Don't run the testsuite, which requires root to run
674    successfully.
675
676 -- Roger Leigh <rleigh@debian.org>  Sat, 28 Jan 2006 18:32:23 +0000
677
678schroot (0.1.8-1) unstable; urgency=low
679
680  * New upstream release.
681  * debian/rules: Use /usr/lib rather than ${prefix}/lib for
682    libexecdir, to avoid unexpanded shell vars in config.h.
683  * debian/schroot.init: Remove "function" bashism.
684
685 -- Roger Leigh <rleigh@debian.org>  Mon,  7 Nov 2005 19:41:42 +0000
686
687schroot (0.1.7-3) unstable; urgency=low
688
689  * debian/schroot.init: Remove "function" bashism.  Applied patch
690    from upstream CVS (Closes: #337761).  Thanks to Robert Luberda
691    for the patch.
692
693 -- Roger Leigh <rleigh@debian.org>  Mon,  7 Nov 2005 19:46:36 +0000
694
695schroot (0.1.7-2) unstable; urgency=low
696
697  * schroot/sbuild-sessions.c: Don't check for supplementary group
698    IDs if there are none available, and check the process' GID in
699    addition.  This allows session recovery at startup, since init
700    does not appear to set supplementary groups.  Applied patch
701    from upstream CVS (Closes: #337628).
702  * debian/rules: Use /usr/lib rather than ${prefix}/lib for
703    libexecdir, to avoid unexpanded shell vars in config.h.
704
705 -- Roger Leigh <rleigh@debian.org>  Sat,  5 Nov 2005 14:44:50 +0000
706
707schroot (0.1.7-1) unstable; urgency=low
708
709  * New upstream release.
710  * debian/control: Add liblockdev to Build-Depends.
711  * debian/rules:
712    - Use --libexecdir when running configure
713    - Use dh_installinit to install init script.
714  * debian/schroot.init: New init script, used for session
715    recovery at system startup.
716
717 -- Roger Leigh <rleigh@debian.org>  Fri,  4 Nov 2005 19:34:25 +0000
718
719schroot (0.1.6-1) unstable; urgency=low
720
721  * New upstream release.
722  * Don't run setup scripts by default, because this can cause
723    data loss with custom chroot setups.  A "run-setup" chroot
724    option has been added to configure the running of setup
725    scripts, which are disabled by default for safety
726    (Closes: #329403).
727  * Manual pages say "schroot" rather than "sbuild" (Closes: #331550).
728  * Preserve schroot.conf changes correctly when moving to
729    /etc/schroot/schroot.conf, by checking the md5sum to
730    detect local modifictions.  If not modified, delete and
731    replace with the package version.
732  * debian/rules: Set $localstatedir when running configure.
733
734 -- Roger Leigh <rleigh@debian.org>  Thu, 13 Oct 2005 00:16:06 +0100
735
736schroot (0.1.5-1) unstable; urgency=low
737
738  * New upstream release.
739  * Compute the location of schroot.conf properly in schroot.1 and
740    schroot.conf.5 (Closes: #324914).
741  * debian/postinst: If present, move /etc/schroot.conf to
742    /etc/schroot/schroot.conf.
743  * debian/rules, debian/schroot.lintian-overrides: Install
744    lintian override for setuid-binary warning.
745
746 -- Roger Leigh <rleigh@debian.org>  Sun, 11 Sep 2005 16:25:47 +0100
747
748schroot (0.1.4-1) unstable; urgency=low
749
750  * New upstream release.
751  * debian/control:
752    - Add gettext to Build-Depends.
753
754 -- Roger Leigh <rleigh@debian.org>  Sun, 17 Jul 2005 18:14:32 +0100
755
756schroot (0.1.3-1) unstable; urgency=low
757
758  * New upstream release.
759
760 -- Roger Leigh <rleigh@debian.org>  Sun, 03 Jul 2005 19:49:59 +0100
761
762schroot (0.1.2-1) unstable; urgency=low
763
764  * New upstream release.
765  * debian/control: Upgrade to Standards-Version 3.6.2.
766
767 -- Roger Leigh <rleigh@debian.org>  Sat, 25 Jun 2005 21:46:24 +0100
768
769schroot (0.1.1-1) unstable; urgency=low
770
771  * New upstream release.
772  * Initial Debian release (Closes: #315104).
773  * debian/control:
774    - Add buildd-tools developers to Uploaders.
775    - Remove unused ${misc:Depends}.
776  * Remove debian/conffiles, which is redundant with current versions of
777    debhelper.
778  * debian/copyright:
779    - Update the postal address of the FSF.
780    - Refer to /usr/share/common-licenses/GPL.
781    - Add new download location.
782
783 -- Roger Leigh <rleigh@debian.org>  Tue, 21 Jun 2005 19:11:25 +0100
784
785schroot (0.1.0-1) unstable; urgency=low
786
787  * Initial release.
788
789 -- Roger Leigh <rleigh@debian.org>  Sun, 19 Jun 2005 15:11:58 +0100
790
Note: See TracBrowser for help on using the repository browser.