source: trunk/debirf/debian/changelog @ 909

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

debirf: one small tweak to take bootstrap.log out of root, and more
info in README.

File size: 5.6 KB
Line 
1debirf (0.14-1) unstable; urgency=low
2
3  * changed name of main build script to 'debirf' from 'make-debirf'
4  * removed separate specification of debirf root directory
5  * added install-manpages module (no longer installing manpages by default)
6  * pruned more unnecessary packages
7  * remove build-debirf-kernel, since no longer needed
8  * improved install-kernel module to only download need kernel package
9    (closes CMRG #67)
10  * move bootstap.log to $DEBIRF_BUILDD/.bootstrap.log
11
12 -- Jameson Rollins <jrollins@fifthhorseman.net>  Fri, 11 Jan 2008 10:51:22 -0500
13
14debirf (0.13-1) unstable; urgency=low
15
16  * example profiles are now tgz archives (closes CMRG #46)
17  * added new full devices.tar.gz to create fuller device tree, therefore
18    not requiring the install-udev module (closes CMRG #60)
19  * transition to non-native packaging (closes CMRG #26)
20  * added exit-on-error to modules install run-parts
21  * removed old useless create_initrd functions
22  * fixed path problem for fakeroot_if_needed
23  * add more info to select when root exists
24
25 -- Jameson Rollins <jrollins@fifthhorseman.net>  Wed, 09 Jan 2008 18:46:02 -0500
26
27debirf (0.12) unstable; urgency=low
28
29  * change name of "plugins" to "modules".  hopefully this will elliminate
30    at least my uneasyness about the requirement of some of the modules.
31    this will require people to rename their existing "plugins"
32    directories to be "modules".
33  * re-added prep-root module
34  * expanded info in debirf.conf on image, includes debirf version (ticket #21)
35
36 -- Jameson Rollins <jrollins@fifthhorseman.net>  Fri, 21 Dec 2007 17:21:22 -0500
37
38debirf (0.11) unstable; urgency=low
39
40  * finally, working fakechroot/non-privileged build method!  superuser
41    privileges no longer required (and are in fact now discouraged)
42  * udev is now required for non-pirvileged builds to function, though.
43  * make tmpfs 10G by default
44  * prune some unneeded packages (cron, logrotate, ed, tcpd, tasksel)
45
46 -- Jameson Rollins <jrollins@fifthhorseman.net>  Thu, 20 Dec 2007 09:17:02 -0500
47
48debirf (0.10) unstable; urgency=low
49
50  * moved all files to GPLv3 (closes CMRG #50)
51  * simplify kernel installation.  now will accept deb as command line
52    parameter, or make-debirf will just figure out the kernel itself
53    (closes CMRG #48)
54  * updated man page
55
56 -- Jameson Rollins <jrollins@fifthhorseman.net>  Tue, 11 Dec 2007 15:31:22 -0500
57
58debirf (0.9) unstable; urgency=low
59
60  * added DEBIRF_KERNEL_PACKAGE to debirf.conf
61  * added more informative error message when profile is malformed.
62
63 -- Jameson Rollins <jrollins@fifthhorseman.net>  Mon, 10 Dec 2007 17:52:43 -0500
64
65debirf (0.8) unstable; urgency=low
66
67  * simplified profile checking.
68  * fixed/cleaned-up install-kernel plugin to extract kernel rather than
69    install (ticket #49).
70  * added install-udev plugin.
71
72 -- Jameson Rollins <jrollins@fifthhorseman.net>  Mon, 10 Dec 2007 12:12:04 -0500
73
74debirf (0.7) unstable; urgency=low
75
76  * added ability to just create initramfs from pre-build root.
77
78 -- Jameson Rollins <jrollins@fifthhorseman.net>  Mon, 03 Dec 2007 23:13:34 -0500
79
80debirf (0.6) unstable; urgency=low
81
82  * new create_initrd_nested build function, boots debirf into tmpfs,
83    which is cleaner and more stable and is now the default.
84  * added ability to run make-debirf with fakechroot ('-f' option).  there
85    are problems creating the device tree with this method, though, so it
86    is still underdevelopment.
87  * modified debootstrap, plugin run-parts, and debirf_exec to also use
88    fakechroot
89  * being root *should* no longer be necessary to make-debirf, therefore
90    make-debirf has been moved to /usr/bin/
91  * debirf can now function in rootfs with stock debian kernels (as of 2.6.22)
92  * removed /var/lib/debirf
93  * removed /etc/debirf in favor of doc/example-profiles
94  * added xkiosk plugin to start X session with browser on startup
95  * added xkiosk profile
96  * added getopt for command line argument checking
97  * added command line arguments to skip some checking/user interaction
98  * can now pass kernel package name to make-debirf, instead of just deb,
99    although proper package checking is not fully working
100
101 -- Jameson Rollins <jrollins@fifthhorseman.net>  Mon, 03 Dec 2007 00:40:46 -0500
102
103debirf (0.5) unstable; urgency=low
104
105  * fixed old broken references to DEBIAN_PATH environment variable
106  * fix apt-get-disk-rescue plugin to stop mdadm daemon after install (was
107    preventing /proc from being unmounted)
108  * tweaked install-kernel plugin
109  * mknod /dev/ttyS0 in serial-terminal plugin
110  * moved profiles directory to /etc/debirf/profiles
111  * added 'minimal' profile
112
113 -- Jameson Rollins <jrollins@fifthhorseman.net>  Mon, 05 Nov 2007 00:53:26 -0500
114
115debirf (0.4) unstable; urgency=low
116
117  * added more options when existing DEBIRF_ROOT found
118  * fixed bug about where initrd is written (closes CMRG #16)
119  * added new profiles structure, with default pre-configured "disk-rescue"
120    profile
121  * added motd plugin
122
123 -- Jameson Rollins <jrollins@fifthhorseman.net>  Fri, 11 May 2007 00:21:10 -0400
124
125debirf (0.3) unstable; urgency=low
126
127  * simplified plugin infrastructure (only single plugin directory now)
128  * updated man pages
129  * added license information to all files
130
131 -- Jameson Rollins <jrollins@fifthhorseman.net>  Sat, 24 Mar 2007 16:29:49 -0400
132
133debirf (0.2) unstable; urgency=low
134
135  * added kernel-package, fakeroot, and linux-patch-inittmpfs to
136    Recommends: to encourage use of build-debirf-kernel
137
138 -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Thu, 15 Mar 2007 03:17:36 -0400
139
140debirf (0.1) unstable; urgency=low
141
142  * initial debian packaging
143
144 -- Daniel Kahn Gillmor <dkg-debian.org@fifthhorseman.net>  Thu, 15 Mar 2007 00:58:17 -0400
145
Note: See TracBrowser for help on using the repository browser.