source: trunk/debirf/debian/changelog @ 1156

Last change on this file since 1156 was 1156, checked in by jrollins, 5 years ago

update changelog

File size: 9.4 KB
Line 
1debirf (0.20-1) unstable; urgency=low
2
3  * new upstream packaging/build system.  all-inclusive makefile, and
4    simplified debhelper rules.
5
6 -- Jameson Graef Rollins <jrollins@finestructure.net>  Tue, 04 Nov 2008 15:30:13 -0500
7
8debirf (0.19-3) unstable; urgency=low
9
10  * update debhelper version, and remove unused debhelper scripts.
11  * add more info to 0.19-2 changelog entry.
12  * fix Uploader info (email address).
13
14 -- Jameson Graef Rollins <jrollins@finestructure.net>  Thu, 30 Oct 2008 00:00:27 -0400
15
16debirf (0.19-2) unstable; urgency=low
17
18  * closes ITP bug with wnpp (Closes: #503625)
19
20 -- Jameson Graef Rollins <jrollins@finestructure.net>  Mon, 27 Oct 2008 21:30:28 -0400
21
22debirf (0.19-1) unstable; urgency=low
23
24  * use genisoimage, instead of the now-obsolete mkisofs, to make iso's,
25    and fixed some small bugs in iso generation.
26  * update standards version to 3.8.0.
27  * add cryptsetup to resuce module.
28
29 -- Jameson Graef Rollins <jrollins@finestructure.net>  Mon, 27 Oct 2008 16:12:50 -0400
30
31debirf (0.18-2) unstable; urgency=low
32
33  * change Depends: to allow for busybox-static.
34
35 -- Jameson Rollins <jrollins@fifthhorseman.net>  Sun, 30 Mar 2008 12:50:29 -0400
36
37debirf (0.18-1) unstable; urgency=low
38
39  * fix shebang in a0_prep-root to call bash instead of sh, because of
40    bashism in script.
41  * add DEBIRF_KEYRING variable to debirf.conf files.
42  * change DISTRO to SUITE (closes CMRG #89)
43  * go back to default dhcp client (dhcp3-client instead of udhcpd)
44    (closes CMRG #88)
45  * smarter determination of default suite, distro, mirror, and keyring.
46    better defaults for Ubuntu (closes CMRG #87)
47  * change to smarter option setting for debootstrap in the
48    create_debootstrap function that actually works now (works for
49    files with spaces in them).
50
51 -- Jameson Rollins <jrollins@fifthhorseman.net>  Fri, 07 Mar 2008 17:19:22 -0500
52
53debirf (0.17-1) unstable; urgency=low
54
55  * actually release really stupid bugs in getopt code associated with
56    gpg debootstrap verification.
57  * edited README to align with new debirf verbs, and to make the examples
58    more concrete.
59  * made error messages a bit friendlier.
60  * gpg verification of debootstrap can now use relative paths.
61
62 -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Thu, 28 Feb 2008 19:00:29 -0500
63
64debirf (0.16-1) unstable; urgency=low
65
66  * have xkiosk module purge session on restart (closes CMRG #83)
67  * added partimage to rescue module
68  * new "makeiso" subcommand to build a bootable CD-ROM image, at least on
69    i386 and amd64 architectures. (closes CMRG #63)
70  * set up cryptographic verification of the debootstrap step.
71
72 -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Wed, 30 Jan 2008 18:29:06 -0500
73
74debirf (0.15-1) unstable; urgency=low
75
76  * fixed problem with stale fakeroot state files (close CMRG #81)
77
78 -- Jameson Rollins <jrollins@fifthhorseman.net>  Tue, 15 Jan 2008 11:34:24 -0500
79
80debirf (0.14-1) unstable; urgency=low
81
82  * changed name of main build script to 'debirf' from 'make-debirf'
83  * added subcommand architecture (make, enter, help) (closes CMRG #65)
84  * and "enter" subcommand to enter root (closes CMRG #73)
85  * removed separate specification of debirf root directory
86  * added install-manpages module (no longer installing manpages by default)
87  * pruned more unnecessary packages from make
88  * remove build-debirf-kernel, since no longer needed
89  * improved install-kernel module to only download need kernel package
90    (closes CMRG #67)
91  * move bootstap.log to $DEBIRF_BUILDD/.bootstrap.log
92  * set debconf frontend to Noninteractive in prep-root module
93  * now handling break={top,preunpack,bottom} kernel parameters in nest
94    (closes CMRG #55)
95  * new install-runit module, jumps through hoops to overcome limitations
96    of runit postinst script (closes CMRG #71)
97  * added "no-initrd" option to make subcommand
98  * added "network-dhcp" module to automatically bring up nic dhcp (added
99    it to dependency list of xkiosk module) (closes CMRG #78)
100  * changed old "networking" module to "network"
101  * added root-passwd module, and added it to xkiosk profile.
102  * added Vcs-Svn, Vcs-Browser, and XS-Dm-Upload-Allowed fields to
103    debian/control
104  * make xkiosk back off if there are 5 restarts in under a minute
105    (closes CMRG #74)
106  * remove PCI device ID from default xorg.conf (autodetection seems to
107    work better)
108
109 -- Jameson Rollins <jrollins@fifthhorseman.net>  Sun, 13 Jan 2008 22:01:57 -0500
110
111debirf (0.13-1) unstable; urgency=low
112
113  * example profiles are now tgz archives (closes CMRG #46)
114  * added new full devices.tar.gz to create fuller device tree, therefore
115    not requiring the install-udev module (closes CMRG #60)
116  * transition to non-native packaging (closes CMRG #26)
117  * added exit-on-error to modules install run-parts
118  * removed old useless create_initrd functions
119  * fixed path problem for fakeroot_if_needed
120  * add more info to select when root exists
121
122 -- Jameson Rollins <jrollins@fifthhorseman.net>  Wed, 09 Jan 2008 18:46:02 -0500
123
124debirf (0.12) unstable; urgency=low
125
126  * change name of "plugins" to "modules".  hopefully this will elliminate
127    at least my uneasyness about the requirement of some of the modules.
128    this will require people to rename their existing "plugins"
129    directories to be "modules".
130  * re-added prep-root module
131  * expanded info in debirf.conf on image, includes debirf version (ticket #21)
132
133 -- Jameson Rollins <jrollins@fifthhorseman.net>  Fri, 21 Dec 2007 17:21:22 -0500
134
135debirf (0.11) unstable; urgency=low
136
137  * finally, working fakechroot/non-privileged build method!  superuser
138    privileges no longer required (and are in fact now discouraged)
139  * udev is now required for non-pirvileged builds to function, though.
140  * make tmpfs 10G by default
141  * prune some unneeded packages (cron, logrotate, ed, tcpd, tasksel)
142
143 -- Jameson Rollins <jrollins@fifthhorseman.net>  Thu, 20 Dec 2007 09:17:02 -0500
144
145debirf (0.10) unstable; urgency=low
146
147  * moved all files to GPLv3 (closes CMRG #50)
148  * simplify kernel installation.  now will accept deb as command line
149    parameter, or make-debirf will just figure out the kernel itself
150    (closes CMRG #48)
151  * updated man page
152
153 -- Jameson Rollins <jrollins@fifthhorseman.net>  Tue, 11 Dec 2007 15:31:22 -0500
154
155debirf (0.9) unstable; urgency=low
156
157  * added DEBIRF_KERNEL_PACKAGE to debirf.conf
158  * added more informative error message when profile is malformed.
159
160 -- Jameson Rollins <jrollins@fifthhorseman.net>  Mon, 10 Dec 2007 17:52:43 -0500
161
162debirf (0.8) unstable; urgency=low
163
164  * simplified profile checking.
165  * fixed/cleaned-up install-kernel plugin to extract kernel rather than
166    install (ticket #49).
167  * added install-udev plugin.
168
169 -- Jameson Rollins <jrollins@fifthhorseman.net>  Mon, 10 Dec 2007 12:12:04 -0500
170
171debirf (0.7) unstable; urgency=low
172
173  * added ability to just create initramfs from pre-build root.
174
175 -- Jameson Rollins <jrollins@fifthhorseman.net>  Mon, 03 Dec 2007 23:13:34 -0500
176
177debirf (0.6) unstable; urgency=low
178
179  * new create_initrd_nested build function, boots debirf into tmpfs,
180    which is cleaner and more stable and is now the default.
181  * added ability to run make-debirf with fakechroot ('-f' option).  there
182    are problems creating the device tree with this method, though, so it
183    is still underdevelopment.
184  * modified debootstrap, plugin run-parts, and debirf_exec to also use
185    fakechroot
186  * being root *should* no longer be necessary to make-debirf, therefore
187    make-debirf has been moved to /usr/bin/
188  * debirf can now function in rootfs with stock debian kernels (as of 2.6.22)
189  * removed /var/lib/debirf
190  * removed /etc/debirf in favor of doc/example-profiles
191  * added xkiosk plugin to start X session with browser on startup
192  * added xkiosk profile
193  * added getopt for command line argument checking
194  * added command line arguments to skip some checking/user interaction
195  * can now pass kernel package name to make-debirf, instead of just deb,
196    although proper package checking is not fully working
197
198 -- Jameson Rollins <jrollins@fifthhorseman.net>  Mon, 03 Dec 2007 00:40:46 -0500
199
200debirf (0.5) unstable; urgency=low
201
202  * fixed old broken references to DEBIAN_PATH environment variable
203  * fix apt-get-disk-rescue plugin to stop mdadm daemon after install (was
204    preventing /proc from being unmounted)
205  * tweaked install-kernel plugin
206  * mknod /dev/ttyS0 in serial-terminal plugin
207  * moved profiles directory to /etc/debirf/profiles
208  * added 'minimal' profile
209
210 -- Jameson Rollins <jrollins@fifthhorseman.net>  Mon, 05 Nov 2007 00:53:26 -0500
211
212debirf (0.4) unstable; urgency=low
213
214  * added more options when existing DEBIRF_ROOT found
215  * fixed bug about where initrd is written (closes CMRG #16)
216  * added new profiles structure, with default pre-configured "disk-rescue"
217    profile
218  * added motd plugin
219
220 -- Jameson Rollins <jrollins@fifthhorseman.net>  Fri, 11 May 2007 00:21:10 -0400
221
222debirf (0.3) unstable; urgency=low
223
224  * simplified plugin infrastructure (only single plugin directory now)
225  * updated man pages
226  * added license information to all files
227
228 -- Jameson Rollins <jrollins@fifthhorseman.net>  Sat, 24 Mar 2007 16:29:49 -0400
229
230debirf (0.2) unstable; urgency=low
231
232  * added kernel-package, fakeroot, and linux-patch-inittmpfs to
233    Recommends: to encourage use of build-debirf-kernel
234
235 -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Thu, 15 Mar 2007 03:17:36 -0400
236
237debirf (0.1) unstable; urgency=low
238
239  * initial debian packaging
240
241 -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Thu, 15 Mar 2007 00:58:17 -0400
242
Note: See TracBrowser for help on using the repository browser.