[PR #190] [MERGED] Rebase on top of master. #1056

Open
opened 2026-01-29 15:40:09 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aaru-dps/Aaru/pull/190
Author: @claunia
Created: 7/20/2018
Status: Merged
Merged: 7/20/2018
Merged by: @claunia

Base: commandandconquerHead: master


📝 Commits (8)

  • f9dc093 Correct Alcohol mode values and correct images created for CDs >=60min.
  • fdce277 Remove spurious debug lines.
  • 2e3be5d Fix writing TOC entries to Alcohol images.
  • e993a2d Fix, at track mode change Alcohol needs to find a pregap value.
  • 1930cf9 Bump version to 4.5.1.1692.
  • d9f2a45 Merge branch 'master' into alcoholfix
  • 4c0ff03 Merge pull request #189 from claunia/alcoholfix
  • cd489cc Add missing release link in changelog.

📊 Changes

24 files changed (+291 additions, -173 deletions)

View changed files

📝 Changelog.md (+10 -0)
📝 DiscImageChef.Checksums/DiscImageChef.Checksums.csproj (+1 -1)
📝 DiscImageChef.CommonTypes/DiscImageChef.CommonTypes.csproj (+1 -1)
📝 DiscImageChef.Compression/DiscImageChef.Compression.csproj (+1 -1)
📝 DiscImageChef.Console/DiscImageChef.Console.csproj (+1 -1)
📝 DiscImageChef.Core/DiscImageChef.Core.csproj (+1 -1)
📝 DiscImageChef.Decoders/DiscImageChef.Decoders.csproj (+1 -1)
📝 DiscImageChef.Device.Report/main.h (+1 -1)
📝 DiscImageChef.Devices/DiscImageChef.Devices.csproj (+1 -1)
📝 DiscImageChef.DiscImages/Alcohol120.cs (+255 -148)
📝 DiscImageChef.DiscImages/DiscImageChef.DiscImages.csproj (+1 -1)
📝 DiscImageChef.Filesystems/DiscImageChef.Filesystems.csproj (+1 -1)
📝 DiscImageChef.Filters/DiscImageChef.Filters.csproj (+1 -1)
📝 DiscImageChef.Helpers/DiscImageChef.Helpers.csproj (+1 -1)
📝 DiscImageChef.Interop/DiscImageChef.Interop.csproj (+1 -1)
📝 DiscImageChef.Metadata/DiscImageChef.Metadata.csproj (+1 -1)
📝 DiscImageChef.Partitions/DiscImageChef.Partitions.csproj (+1 -1)
📝 DiscImageChef.Server/DiscImageChef.Server.csproj (+2 -2)
📝 DiscImageChef.Settings/DiscImageChef.Settings.csproj (+1 -1)
📝 DiscImageChef.Tests.Devices/DiscImageChef.Tests.Devices.csproj (+1 -1)

...and 4 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/aaru-dps/Aaru/pull/190 **Author:** [@claunia](https://github.com/claunia) **Created:** 7/20/2018 **Status:** ✅ Merged **Merged:** 7/20/2018 **Merged by:** [@claunia](https://github.com/claunia) **Base:** `commandandconquer` ← **Head:** `master` --- ### 📝 Commits (8) - [`f9dc093`](https://github.com/aaru-dps/Aaru/commit/f9dc09307daec2103e961d176585d87ad1c32add) Correct Alcohol mode values and correct images created for CDs >=60min. - [`fdce277`](https://github.com/aaru-dps/Aaru/commit/fdce277869a5f9a641e2dd7d089efa516ff8a47e) Remove spurious debug lines. - [`2e3be5d`](https://github.com/aaru-dps/Aaru/commit/2e3be5d3dd55014b2c0ec1db86c52a705edb4160) Fix writing TOC entries to Alcohol images. - [`e993a2d`](https://github.com/aaru-dps/Aaru/commit/e993a2dd8f20e69aaa6b2ae1c14f54c2b1f278a0) Fix, at track mode change Alcohol needs to find a pregap value. - [`1930cf9`](https://github.com/aaru-dps/Aaru/commit/1930cf95f37dc1b2acba74d69eedde5d068099d1) Bump version to 4.5.1.1692. - [`d9f2a45`](https://github.com/aaru-dps/Aaru/commit/d9f2a45ff465392e0acb52739bc9aecedae7e2c6) Merge branch 'master' into alcoholfix - [`4c0ff03`](https://github.com/aaru-dps/Aaru/commit/4c0ff0324e5c7e47f184531813197f45ad7962e7) Merge pull request #189 from claunia/alcoholfix - [`cd489cc`](https://github.com/aaru-dps/Aaru/commit/cd489cc40fd1aa5da0f479041002c90ec4142c6b) Add missing release link in changelog. ### 📊 Changes **24 files changed** (+291 additions, -173 deletions) <details> <summary>View changed files</summary> 📝 `Changelog.md` (+10 -0) 📝 `DiscImageChef.Checksums/DiscImageChef.Checksums.csproj` (+1 -1) 📝 `DiscImageChef.CommonTypes/DiscImageChef.CommonTypes.csproj` (+1 -1) 📝 `DiscImageChef.Compression/DiscImageChef.Compression.csproj` (+1 -1) 📝 `DiscImageChef.Console/DiscImageChef.Console.csproj` (+1 -1) 📝 `DiscImageChef.Core/DiscImageChef.Core.csproj` (+1 -1) 📝 `DiscImageChef.Decoders/DiscImageChef.Decoders.csproj` (+1 -1) 📝 `DiscImageChef.Device.Report/main.h` (+1 -1) 📝 `DiscImageChef.Devices/DiscImageChef.Devices.csproj` (+1 -1) 📝 `DiscImageChef.DiscImages/Alcohol120.cs` (+255 -148) 📝 `DiscImageChef.DiscImages/DiscImageChef.DiscImages.csproj` (+1 -1) 📝 `DiscImageChef.Filesystems/DiscImageChef.Filesystems.csproj` (+1 -1) 📝 `DiscImageChef.Filters/DiscImageChef.Filters.csproj` (+1 -1) 📝 `DiscImageChef.Helpers/DiscImageChef.Helpers.csproj` (+1 -1) 📝 `DiscImageChef.Interop/DiscImageChef.Interop.csproj` (+1 -1) 📝 `DiscImageChef.Metadata/DiscImageChef.Metadata.csproj` (+1 -1) 📝 `DiscImageChef.Partitions/DiscImageChef.Partitions.csproj` (+1 -1) 📝 `DiscImageChef.Server/DiscImageChef.Server.csproj` (+2 -2) 📝 `DiscImageChef.Settings/DiscImageChef.Settings.csproj` (+1 -1) 📝 `DiscImageChef.Tests.Devices/DiscImageChef.Tests.Devices.csproj` (+1 -1) _...and 4 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:40:09 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: aaru-dps/Aaru-aaru-dps#1056