File: changelog

package info (click to toggle)
freedom-maker 0.23
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 376 kB
  • sloc: python: 1,840; xml: 408; makefile: 6
file content (214 lines) | stat: -rw-r--r-- 7,187 bytes parent folder | download
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
freedom-maker (0.23) unstable; urgency=medium

  [ Juan Carlos Romero ]
  * vagrant-package: Fix typo in error message

  [ Sunil Mohan Adapa ]
  * passwd-in-image: Fix typo in error message

  [ Joseph Nuthalapati ]
  * library: Remove dependency - pxz (Closes: #919809)

 -- James Valleroy <jvalleroy@mailbox.org>  Mon, 28 Jan 2019 16:13:29 -0500

freedom-maker (0.22) unstable; urgency=medium

  [ James Valleroy ]
  * internal: Fix initialization of custom_freedombox
  * debian: Update debhelper compat version to 12

  [ Sunil Mohan Adapa ]
  * Remove dreamplug and raspberry pi 1 targets
  * internal: Remove explicit dependency on initramfs-tools

 -- James Valleroy <jvalleroy@mailbox.org>  Mon, 14 Jan 2019 17:11:26 -0500

freedom-maker (0.21) unstable; urgency=medium

  [ Sunil Mohan Adapa ]
  * raspberry2/3: Fix boot issue caused due to kernel7.img
  * internal: Allow custom freedombox package to be provided

  [ James Valleroy ]
  * debian: Standards-Version is now 4.3.0

 -- James Valleroy <jvalleroy@mailbox.org>  Mon, 31 Dec 2018 18:45:17 -0500

freedom-maker (0.20) unstable; urgency=medium

  [ James Valleroy ]
  * Remove Travis CI, replaced by Gitlab CI
  * ci: Prevent installing fuse
  * Add raspberry3-b-plus target
  * Finish cleanup of vmdebootstrap
  * Bump Standards-Version to 4.2.1

  [ Matthias Weiler ]
  * Fix outdated/incorrect README.md

  [ Sébastien Barthélémy ]
  * Fix typo in CLI --help

 -- James Valleroy <jvalleroy@mailbox.org>  Mon, 03 Dec 2018 21:12:29 -0500

freedom-maker (0.19) unstable; urgency=medium

  * Fix test dependency
  * Bump standards version

 -- James Valleroy <jvalleroy@mailbox.org>  Tue, 17 Jul 2018 20:52:11 -0400

freedom-maker (0.18) unstable; urgency=medium

  [ Joseph Nuthalapati ]
  * Add option to skip image compression

 -- James Valleroy <jvalleroy@mailbox.org>  Tue, 19 Jun 2018 19:48:10 -0400

freedom-maker (0.17) unstable; urgency=medium

  [ Sunil Mohan Adapa ]
  * internal: Set the boot flag only on boot partition
  * Make internal backend default for Raspberry Pi 2/3
  * internal: Properly set kernel options with flash-kernel
  * Switch beaglebone to internal backend by default
  * internal: Handle no kernel and no boot loader
  * internal: Finish Raspberry Pi implementation
  * internal: Fail build on firmware install fail for rpi2/3
  * internal: Added initramfs-tools as explicit dependency
  * Switch to internal backend for Raspberry Pi
  * internal: Finish implementation for Dreamplug
  * internal: Don't call flash-kernel on /boot with vfat filesystem
  * Switch dreamplug to internal backend by default
  * Make internal backend the default backend
  * Unmount /etc/machine-id after vmdebootstrap
  * Fix issue leading to unbootable grub configuration
  * Minor fix to run_in_chroot to return stdout value
  * pcduino3: Fix target name in documentation
  * Remove vmdebootstrap backend
  * Log only to console, simplify logging
  * Remove skip step checking
  * Implement compress and sign library methods
  * Move temporary image creation to library
  * Factor out boot loader installation for A20 boards
  * Split builders into separate modules
  * Simplify dependency documentation
  * Remove a use of sudo
  * Add missing logging during library actions

  [ James Valleroy ]
  * builders: Minor fixes for comments and spelling
  * Add dependency on fdisk (Closes: #872130)

 -- James Valleroy <jvalleroy@mailbox.org>  Mon, 04 Jun 2018 16:52:43 -0400

freedom-maker (0.16) unstable; urgency=medium

  [ James Valleroy ]
  * Fix tests for kernel flavor and filesystems
  * tests: Skip virtualbox targets if VirtualBox is not available
  * Add gitlab CI
  * Add pipeline and package badges

  [ Sunil Mohan Adapa ]
  * Ignore errors when force releasing loop device
  * Limit size of tmpfs mount to prevent issue during zerofill
  * Don't force when removing device using dmsetup
  * Fix image getting truncated during bootloader install
  * yapf, isort changes
  * Use logger.warning instead of logger.warn
  * internal: Run flash-kernel explicitly
  * internal: Fix flash-kernel machine name path
  * internal: Fix making fstab entry for boot partition
  * Switch to internal backend for all a20 boards
  * internal: Run update-initramfs towards the end
  * internal: Run rpi boot script properly

 -- James Valleroy <jvalleroy@mailbox.org>  Mon, 21 May 2018 18:26:16 -0400

freedom-maker (0.15) unstable; urgency=medium

  [ Joseph Nuthalapati ]
  * Fix naming convention for virtualbox log file

  [ James Valleroy ]
  * wifi: Use packaged ath9k firmware in testing/unstable
  * debian: Add python3-cliapp as build-depend
  * autopkgtest: Add depend on python3-pkg-resources
  * debian: Bump standards version to 4.1.4

  [ Sunil Mohan Adapa ]
  * Indentation and other minor fixes
  * Add kernel flavor explicitly for all targets
  * Add argument to choose backends
  * Change boot size for ARM images to 128MiB from 128MB
  * Implement an internal backend instead of vmdb2
  * Default to internal backend for amd64/i386 images
  * debian: Add additional dependencies of internal backend
  * debian: Update VCS URLs
  * debian: Update maintainer field
  * Update debhelper compatibility level to 11
  * Use secure URL for copyright format URI
  * debian: Add autopkgtest tests
  * Various fixes for internal builder

 -- James Valleroy <jvalleroy@mailbox.org>  Sat, 28 Apr 2018 13:43:34 -0400

freedom-maker (0.14) unstable; urgency=medium

  [ Sébastien Barthélémy ]
  * readme: Fix following switch from tar to img
  * readme: Decompress the image on the fly

 -- James Valleroy <jvalleroy@mailbox.org>  Mon, 26 Mar 2018 19:28:52 -0400

freedom-maker (0.13) unstable; urgency=medium

  * vagrant: Add test dependencies

 -- James Valleroy <jvalleroy@mailbox.org>  Mon, 12 Mar 2018 17:09:57 -0400

freedom-maker (0.12) unstable; urgency=medium

  [ Sunil Mohan Adapa ]
  * Remove systemd-networkd DHCP configuration from vmdebootstrap

 -- James Valleroy <jvalleroy@mailbox.org>  Mon, 26 Feb 2018 17:23:15 +0100

freedom-maker (0.11) unstable; urgency=medium

  [ Sunil Mohan Adapa ]
  * raspberry2/3: Use stable cloned MAC address on stable release

 -- James Valleroy <jvalleroy@mailbox.org>  Tue, 13 Feb 2018 06:27:30 -0500

freedom-maker (0.10) unstable; urgency=medium

  [ Sunil Mohan Adapa ]
  * Add option to build the image in RAM.
  * Remove eatmydata speedup.
  * Cleanup loop devices that vmdebootstrap does not.
  * Perform more operations with sudo.

 -- James Valleroy <jvalleroy@mailbox.org>  Mon, 15 Jan 2018 10:50:54 -0500

freedom-maker (0.9) unstable; urgency=medium

  [ Sunil Mohan Adapa ]
  * Remove dependency on extlinux. (Closes: #869203)
  * Add myself to list of uploaders.
  * Depend on btrfs-progs instead of btrfs-tools. (Closes: #869223)

  [ James Valleroy ]
  * Add myself to list of uploaders.
  * Bump standards version.
  * Replace priority extra with priority optional.

 -- James Valleroy <jvalleroy@mailbox.org>  Tue, 02 Jan 2018 19:30:22 -0500

freedom-maker (0.8) unstable; urgency=low

  [ Joseph Nuthalapati ]
  * Initial release. (Closes: #864764)

 -- Federico Ceratto <federico@debian.org>  Sun, 18 Jun 2017 16:00:03 +0100