From e8da3042daaa068c301fdb395ec165396c6ad990 Mon Sep 17 00:00:00 2001 From: meteyou Date: Tue, 23 May 2023 19:32:04 +0000 Subject: [PATCH 1/3] docs(changelog): update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fcc13fd3..fbbcd9a61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,6 +54,9 @@ All notable changes to Mainsail will be documented in this file. - Remove enduser support msg from zero2 images (#209) | [4231216](42312164336966b8fabf72618f60216b6a797f04) - Fix rpi-imager json value format for extract_size & image_download_size (#212) | [b82137c](b82137c14ea09f784478687d32a042c825af8262) - Fix firstboot issue (#214) | [fae8b3f](fae8b3fd1f9f2b2cf2ca53e737f3862eddd62a36) +- Load `i2c-dev` modules (#217) | [6846f82](6846f82ff311299928824c8bceb606b1db13a444) +- Fix broken udev package (#224) | [b07d7a1](b07d7a103a2aad81045c26dc7223c26369ee1322) +- Fix udev for version 'rp1+deb11u2' (#226) | [b0343d5](b0343d55ddb9db0126f4fb9759e050d5fbcbb10e) ### Refactor @@ -115,4 +118,7 @@ All notable changes to Mainsail will be documented in this file. - Add "not-on-Github" bot for issues (#179) | [68520ce](68520ce40659e223d8c79820a7eda4923d9ae02d) - Fix changelog in release workflow (#182) | [32f9429](32f9429d49671e5657c7ed5143ca63e88046f364) - Removes fkms overlays (#183) | [999183b](999183bef6b290efcd8d4f2c8d708354152d411c) +- Remove unattended-upgrades service (#215) | [9f09363](9f093631d22b4cb00cc57601ed55bc51e23e40e0) +- Revert firstboot fix (#219) | [02e0100](02e01006c7d1d84efcaee6fb7a64045084ed8667) +- Update crowsnest module (#221) | [726239c](726239ca7db82c3867af3c28785cae0ca7b2e3eb) From 8c65ad7045bf2ada360b0f1307f599aea73d7d4f Mon Sep 17 00:00:00 2001 From: Stephan Wendel <43513802+KwadFan@users.noreply.github.com> Date: Fri, 26 May 2023 08:04:26 +0200 Subject: [PATCH 2/3] fix: remove legacy cam stack (#227) --- src/modules/piconfig/filesystem/tmp/msos_config.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/modules/piconfig/filesystem/tmp/msos_config.txt b/src/modules/piconfig/filesystem/tmp/msos_config.txt index e784214cc..f21e3e879 100644 --- a/src/modules/piconfig/filesystem/tmp/msos_config.txt +++ b/src/modules/piconfig/filesystem/tmp/msos_config.txt @@ -52,12 +52,6 @@ dtoverlay=disable-bt ## dtparam=i2c_arm=on,i2c_arm_baudrate=400000 dtparam=i2c_arm=on -## Disable libcamera (interferes with ustreamer, when using raspicams) -camera_auto_detect=0 - -## Enable VideoCore at boot, needed for Crowsnest (Raspicams and DSI devices). -start_x=1 - ### EXPERIMENTAL - Enable 64bit Kernel ### The 64-bit kernel will only work on: From 4bbc8e119466018c85bf40fb08f2693babb49fc5 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 May 2023 06:07:25 +0000 Subject: [PATCH 3/3] chore: push version number to v1.2.1 --- src/version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version b/src/version index 26aaba0e8..6085e9465 100644 --- a/src/version +++ b/src/version @@ -1 +1 @@ -1.2.0 +1.2.1