blob: 315c2f1d9fd814555737b731f47e8b438cf1eeba (
plain)
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
|
2016-11-15 Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Releasing version 20161115.
* Backward incompatible changes:
- renames output files from live-system* to system*.
- renames source tarballs from tar and debian.tar to orig.tar and config.tar.
- renames chroot stage on disk to system.
[ Daniel Baumann ]
* Setting live-image-name by default to system instead of live-system.
* Renaming upstream source tarball to orig.tar.
* Renaming system-build config tarball to config.tar.
* Renaming config/chroot to config/system.
* Renaming license file for consistency.
* Renaming version file for consistency.
* Removing manpage translations in order to rewrite manpage from scratch.
* Adding chroot hook to remove auto-generated kernel autoremove file.
* Adding chroot hook to remove systemd journal database.
* Including ca-certificates too when including apt-transport-https.
* Correcting https check in archive lists to cover both list and lists.* files.
* Using deb.debian.org with https as default mirror.
* Removing trailing slash in mirror defaults.
2016-11-01 Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Releasing version 20161101.
[ Daniel Baumann ]
* Using references to system-build instead of live-build.
* Using system-boot instead of live-boot.
* Using system-config instead of live-config.
* Dropping references to live-tools.
* Making config check for https in archive list files silent.
[ Chris Lamb ]
* Exposing exposes the SOURCE_DATE_EPOCH variable when running scripts inside the chroot, otherwise the chroot operation resets the environment (Closes: #833118).
[ Daniel Baumann ]
* Removing automatic mode setting.
* Adding workaround for user-setup.
* Setting default debian mirrors to deb.debian.org.
[ Sophie Brun ]
* Handling packages.chroot with an explicitly trusted file:// repository.
2016-07-01 Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Releasing version 20160701.
[ Daniel Baumann ]
* Adding commit messages to previous changelog.
* Removing support for using aptitude instead of apt.
* Including apt-transport-https if archives are used with https.
[ Kristian Klausen ]
* Fixing typo in binary_syslinux (Closes: #832686).
* Switching d-i.debian.org URIs from http to https (Closes: #832680).
* Disabling ext4 64bit features when using extlinux.
[ Chris Lamb ]
* Setting xorriso's "modification time" to SOURCE_DATE_EPOCH as a first step for reproducible ISO images (Closes: #832689).
2016-06-01 Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Releasing version 20160601.
[ Carlos Zuferri ]
* Adding missing file extension to hdd images.
[ Adrian Gibanel Lopez ]
* Adding multi bootloader support.
* Adding loopback cfg support.
[ Maximilian Mehnert ]
* Forcing link creation when diverting flash-kernel.
* Starting partition at specific place for old BIOSes.
* Fixing coding style in binary_hdd.
[ Carlos Zuferri ]
* Using 'Live Systems Project' as default project in .pot files.
[ trebmuh ]
* Adding French manpage translations.
[ Ben Armstrong ]
* Removing 586 flavour for i386 architecture (Closes: #832705).
[ Raphaël Hertzog ]
* Better handling empty package lists.
* Dropping ixp4xx from available armel flavors.
* Adding symlinks for libgpl.c32 and libmenu.c32.
[ Kristian Klausen ]
* Including ext{3,4} journal size when calculating image size (Closes: #832671).
[ Daniel Baumann ]
* Correcting version string in changelog.
2016-05-01 Daniel Baumann <daniel.baumann@open-infrastructure.net>
* Releasing version 20160501.
|