File: changelog

package info (click to toggle)
android-cuttlefish 1.0.1-0~exp2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 7,192 kB
  • sloc: cpp: 39,149; sh: 2,523; javascript: 242; exp: 152; python: 125; makefile: 88
file content (383 lines) | stat: -rw-r--r-- 11,605 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
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
cuttlefish-common (1.0.1) stable; urgency=medium

  [ Jorge E. Moreira ]
  * Fix possible deadlock in Command#Start

cuttlefish-common (1.0.0) stable; urgency=medium

  [ Jorge E. Moreira ]
  * Delete unused experimental commands

  [ A. Cody Schuffelen]
  * Reduce logging verbosity

  [ Andrew Wheeler ]
  * Facilitate using 3rd-party build APIs

  [ Wei-chung Hsu ]
  * Disable acloud translator

 -- Jorge Moreira <jemoreira@google.com>  Thu, 05 Sep 2024 11:05:25 -0700

cuttlefish-common (0.9.31) unstable; urgency=medium

  [ Chad Reynolds ]
  * Help command improvements

  [ Jorge E. Moreira ]
  * cvd continues to track instances after stop or failure
  * Split cvd start into create and start
  * Introduce cvd remove command
  * cvd start and remove use group selection menu
  * cvd pre-registers devices with operator

 -- Jorge Moreira <jemoreira@google.com>  Mon, 12 Aug 2024 16:47:44 -0700

cuttlefish-common (0.9.30) stable; urgency=medium

  [ Chad Reynolds ]
  [Jorge E. Moreira]
  * Use iptables when iptables-legacy is not available
  * Cvd instances stored in databasse during preparation stage

  [A. Cody Schuffelen]
  * Improvements to fetch_cvd

  [Chad Reynolds]
  * Download artifacts to temporary file first

 -- Jorge Moreira <jemoreira@google.com>  Mon, 29 Jul 2024 15:44:02 -0700

cuttlefish-common (0.9.29) stable; urgency=medium

  [ A. Cody Schuffelen ]
  * Add capability to `cvd fetch` to download ChromeOS builds

  [ Chad Reynolds ]
  * Always attempt to fetch full set of system images
  * Add `cvd fetch` temporary caching for downloaded artifacts

  [ Jorge E. Moreira ]
  * Execute cvd commands in-process, without a cvd server
  * Build cvd with bazel
  * Return group information from cvd start

 -- Chad Reynolds <chadreynolds@google.com>  Thu, 06 Jun 2024 16:38:42 -0700

cuttlefish-common (0.9.28) stable; urgency=medium

  * Other bug fixes

  * Fetch_cvd converts android sparse images to raw

  * Include the cvd command in the base package

  * Explicitly specify dependency on iproute2

 -- Jorge E. Moreira <jemoreira@google.com>  Wed, 31 Jan 2024 11:40:30 -0700

cuttlefish-common (0.9.27) stable; urgency=medium

  * Increase nofile soft limit to support passthrough GPU modes

 -- Jason Macnak <natsu@google.com>  Tue, 23 May 2023 08:58:58 -0700

cuttlefish-common (0.9.26) stable; urgency=medium

  * Change operator's web UI to tile UI

 -- JaeMan Park <jaeman@google.com>  Fri, 13 Jan 2023 15:39:50 +0900

cuttlefish-common (0.9.25) unstable; urgency=medium

  [ Jorge Moreira Broche ]
  * Split source package into common and frontend

 -- JaeMan Park <jaeman@google.com>  Fri, 13 Jan 2023 15:39:34 +0900

cuttlefish-common (0.9.24) unstable; urgency=medium

  * Extract cuttlefish-base from cuttlefish-common
  * Extract operator from host-orchestrator

 -- Jorge Moreira Broche <jemoreira@google.com>  Wed, 09 Jun 2022 16:43:44 -0700

cuttlefish-common (0.9.23) unstable; urgency=medium

  * CreateCVD endpoints for orchestrator
  * Cosmetic changes to device list in signaling server
  * Ability to connect with devices in the device list page
  * Several bug fixes and improvements

 -- Jorge Moreira Broche <jemoreira@google.com>  Fri, 13 May 2022 15:01:21 -0700

cuttlefish-common (0.9.22) stable; urgency=medium

  * Don't require deviceId parameter in host-orchestrator
  * Start host-orchestrator on boot

 -- Jorge Moreira Broche <jemoreira@google.com>  Wed, 27 Apr 2022 13:33:43 -0700

cuttlefish-common (0.9.21) stable; urgency=medium

  * Initial version of host-orchestrator

 -- Jorge Moreira Broche <jemoreira@google.com>  Wed, 01 Dec 2021 15:03:04 -0800

cuttlefish-common (0.9.20) stable; urgency=medium

  [ Ram Muthiah ]
  * Rev'ng version number to account for removal of cuttlefish-google

 -- Ram Muthiah <rammuthiah@google.com>  Mon, 30 Sep 2021 13:26:02 -0700

cuttlefish-common (0.9.19) stable; urgency=medium

  [ Ram Muthiah ]
  * Rev'ng version number to account for bump to debian 11

  [ Tristan Muntsinger ]
  * Add e2fsprogs package to control file (#93)

 -- Ram Muthiah <rammuthiah@google.com>  Mon, 30 Aug 2021 13:43:05 -0700

cuttlefish-common (0.9.18) stable; urgency=medium

  [ Kyoungwon Stephen Kim ]
  * Added vsock_guest_cid option and separated port forwarding logic (#80)
  * cvd_publish_${name} should be sourced in other terminals
  * ./build.sh can build .deb packages only without building the docker image
  * default lunch target on amd64 changed to aosp_cf_x86_64_phone-debug from corresponding x86_phone-debug
  * default cuttlefish host package location changed for setup.sh
  * Fix setup.sh to credibly find cvd-host_package.tar.gz from default paths
  * Added -w/--host_network option to propagate --network host to docker run
  * Revert "Added -w/--host_network option to propagate --network host to docker run"
  * Update BUILDING.md
  * Update README.md
  * Added -v and an option to skip Google Chrome download in docker build
  * Changed short options and default values for build.sh
  * Changed comments in utils.sh

  [ A. Cody Schuffelen ]
  * Enable nested virtualization for cuttlefish-integration.

  [ Alistair Delva ]
  * Add grub-efi dependency to cuttlefish-common

 -- Alistair Delva <adelva@google.com>  Tue, 09 Mar 2021 08:01:20 -0800

cuttlefish-common (0.9.17) stable; urgency=medium

  [ Alistair Delva ]
  * Networking improvements to support Ethernet interfaces

  [ A. Cody Schuffelen ]
  * Grant access to /dev/tpm for the secure environment code

 -- Cody Schuffelen <schuffelen@google.com>  Fri, 13 Nov 2020 13:35:59 -0800

cuttlefish-common (0.9.16) stable; urgency=medium

  [ Ram Muthiah ]
  * Add QEMU to GCE package to enable QEMU CI testing

 -- Ram Muthiah <rammuthiah@google.com>  Mon, 26 Oct 2020 10:53:54 -0700

cuttlefish-common (0.9.14) stable; urgency=medium

  [ Jorge E. Moreira ]
  * Depend on Python 2.7 instead of Python 2

  [ Alistair Delva ]
  * Networking improvements to enable ipv4/ipv6 bridging

  [ A. Cody Schuffelen ]
  * Add missing runtime dependencies for crosvm

 -- Jason Macnak <natsu@google.com>  Thu, 21 May 2020 03:18:25 -0800

cuttlefish-common (0.9.13) stable; urgency=medium

  [ Jorge E. Moreira ]
  * Explicitly depend on iptables

  [ Jason Macnak ]
  * Load nvidia-modeset kernel module in cuttlefish-common.init

  [ Alistair Delva ]
  * Disable masquerading of DNS lookups
  * Added /etc/default/cuttlefish-common config file

 -- Alistair Delva <adelva@google.com>  Tue, 03 Mar 2020 03:18:25 -0800

cuttlefish-common (0.9.12) stable; urgency=medium

  [ Tristan Muntsinger ]
  * Add in required dependencies for arm64 buster
  * Remove superfluous dependencies for cuttlefish-common
  * Add in net-tools dependency

  [ A. Cody Schuffelen ]
  * Add missing libusb-1.0-0 dependency
  * Install f2fs-tools.

  [ Jason Macnak ]
  * Add missing dnsmasq-base dependency

 -- Cody Schuffelen <schuffelen@google.com>  Wed, 04 Dec 2019 12:20:28 -0800

Old Changelog:

cuttlefish-common (0.9.11) stable; urgency=medium

cuttlefish-common (0.9.10) stable; urgency=medium

cuttlefish-common (0.9.9) stable; urgency=medium

  * Added missing dependencies for crosvm and rockpi4

 -- Greg Hartman <ghartman@google.com>  Fri, 14 Jun 2019 09:43:13 -0700

cuttlefish-common (0.9.8) stable; urgency=medium

  [ Greg Hartman ]
  * Changes to enable arm builds
  * Fix dependencies for buster
  * Add qemu-user-static on non-amd64
  * Remove Debian adb package

  [ Julien Desprez ]
  * Update default number of cvd account to 10

 -- Cody Schuffelen <schuffelen@google.com>  Thu, 01 Aug 2019 14:54:42 -0700

cuttlefish-common (0.9.6) stable; urgency=medium

  * Add missing dependency on dnsmasq.

 -- Cody Schuffelen <schuffelen@google.com>  Wed, 10 Apr 2019 16:26:46 -0700

cuttlefish-common (0.9.5) stable; urgency=medium

  * No need to displace instance_configs.cfg.template
  * Turn on detailed logging in ssh
  * Do a sparse unpack if the zip is local

 -- Greg Hartman <ghartman@google.com>  Fri, 05 Apr 2019 17:03:33 -0700

cuttlefish-common (0.9.4) stable; urgency=medium

  * Add binutils for kernel decompresson on crosvm boots

 -- Greg Hartman <ghartman@google.com>  Fri, 29 Mar 2019 08:46:22 -0700

cuttlefish-common (0.9.3) stable; urgency=medium

  [ Cody Schuffelen ]
  * Use udev for vhost-vsock instead of a chmod.

  [ Greg Hartman ]
  * Use modprobe.d to load modules
  * Remove remaining libvirt cruft
  * Add missing dependencies on cuttlefish-common
  * Revert "Use modprobe.d to load modules"
  * Use modules-load.d to load required cuttlefish modules
  * Add dependency on lzop for faster image uploads

 -- Greg Hartman <ghartman@google.com>  Thu, 28 Mar 2019 12:44:36 -0700

cuttlefish-common (0.9.1) UNRELEASED; urgency=medium

  * Add a network dependency on cuttlefish-common

 -- Greg Hartman <ghartman@google.com>  Fri, 01 Feb 2019 19:39:09 -0800

cuttlefish-common (0.9.0) stable; urgency=medium

  * install_zip.sh: exit early in case of errors
  * install_zip.sh: support partial extraction
  * install_zip.sh: convert sparse images

 -- Greg Hartman <ghartman@google.com>  Mon, 28 Jan 2019 17:33:25 -0800

cuttlefish-common (0.9+nmu4) UNRELEASED; urgency=medium

  * Add support for vsock connections.

 -- Cody Schuffelen <schuffelen@google.com>  Fri, 04 Jan 2019 17:06:46 -0800

cuttlefish-common (0.9+nmu3) UNRELEASED; urgency=medium

  [ Steven Laver ]
  * Add acl package dependency for setfacl (required by install_zip.sh)

  [ Greg Hartman ]
  * Add rsync dependency

 -- Greg Hartman <ghartman@google.com>  Thu, 20 Dec 2018 20:39:23 -0800

cuttlefish-common (0.9+nmu1) unstable; urgency=medium

  * Incorporate change that removes mac80211

 -- Greg Hartman <ghartman@google.com>  Tue, 21 Aug 2018 15:11:27 -0700

cuttlefish-common (0.8.1) stable; urgency=medium

  * Remove dangling mac80211hwsim reference

 -- Greg Hartman <ghartman@google.com>  Tue, 21 Aug 2018 14:47:36 -0700

cuttlefish-common (0.9pre1) unstable; urgency=medium

  * Initial work for vde networking architecture

 -- Cody Schuffelen <schuffelen@google.com>  Mon, 20 Aug 2018 14:28:05 -0700

cuttlefish-common (0.8) stable; urgency=medium

  * Remove the dkms module needed for legacy WiFi. Final release for gLinux

 -- Greg Hartman <ghartman@hartman.mtv.corp.google.com>  Mon, 20 Aug 2018 13:56:40 -0700

cuttlefish-common (0.7) stable; urgency=medium

  * Final release for GCE images

 -- Greg Hartman <ghartman@hartman.mtv.corp.google.com>  Mon, 20 Aug 2018 13:38:20 -0700

cuttlefish-common (0.7pre4) unstable; urgency=medium

  * Put the legacy WiFi back in to allow TreeHugger to update

 -- Greg Hartman <ghartman@hartman.mtv.corp.google.com>  Mon, 25 Jun 2018 15:50:59 -0700

cuttlefish-common (0.7pre3) unstable; urgency=medium

  * Changes to allow running without libvirt

 -- Jorge Moreira Broche <jemoreira@jemoreira0.mtv.corp.google.com>  Mon, 18 Jun 2018 18:21:29 -0700

cuttlefish-common (0.7pre2) UNRELEASED; urgency=medium

  * Changes to add host capabilities

 -- Jorge Moreira Broche <jemoreira@jemoreira0.mtv.corp.google.com>  Mon, 18 Jun 2018 18:21:29 -0700

cuttlefish-common (0.7pre1) UNRELEASED; urgency=medium

  * Back out the 0.6 era wifi b/110059274

 -- Greg Hartman <ghartman@hartman.mtv.corp.google.com>  Mon, 11 Jun 2018 18:19:44 -0700

cuttlefish-common (0.6) RELEASED; urgency=medium

  * Changes to fully enable WiFi

 -- Greg Hartman <ghartman@hartman.mtv.corp.google.com>  Fri, 23 Mar 2018 17:30:46 -0700

cuttlefish-common (0.1) UNRELEASED; urgency=medium

  * Initial release. (Closes: #64528814)

 -- Tomasz Wiszkowski <ender@google.com>  Wed, 09 Aug 2017 11:42:48 -0700