Bump version to v6.0.0-alpha.19

This commit is contained in:
2026-03-11 02:20:16 +00:00
parent 596b2273b3
commit 1647143faf
11 changed files with 112 additions and 47 deletions

View File

@@ -28,6 +28,7 @@ body:
- 6.0.0-alpha.16 - 6.0.0-alpha.16
- 6.0.0-alpha.17 - 6.0.0-alpha.17
- 6.0.0-alpha.18 - 6.0.0-alpha.18
- 6.0.0-alpha.19
- Development commit - Development commit
validations: validations:
required: true required: true

View File

@@ -28,6 +28,7 @@ body:
- 6.0.0-alpha.16 - 6.0.0-alpha.16
- 6.0.0-alpha.17 - 6.0.0-alpha.17
- 6.0.0-alpha.18 - 6.0.0-alpha.18
- 6.0.0-alpha.19
- Development commit - Development commit
validations: validations:
required: true required: true

View File

@@ -28,6 +28,7 @@ body:
- 6.0.0-alpha.16 - 6.0.0-alpha.16
- 6.0.0-alpha.17 - 6.0.0-alpha.17
- 6.0.0-alpha.18 - 6.0.0-alpha.18
- 6.0.0-alpha.19
- Development commit - Development commit
validations: validations:
required: true required: true

View File

@@ -97,7 +97,7 @@
</ItemGroup> </ItemGroup>
<PropertyGroup> <PropertyGroup>
<PackageVersion>6.0.0-alpha.18.2</PackageVersion> <PackageVersion>6.0.0-alpha.19</PackageVersion>
<PackagePrefix>aaru</PackagePrefix> <PackagePrefix>aaru</PackagePrefix>
<Authors>Natalia Portillo &lt;claunia@claunia.com&gt;</Authors> <Authors>Natalia Portillo &lt;claunia@claunia.com&gt;</Authors>
<Section>net</Section> <Section>net</Section>

View File

@@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFramework>net10.0</TargetFramework> <TargetFramework>net10.0</TargetFramework>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo> <GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<Version>6.0.0-alpha.18.2</Version> <Version>6.0.0-alpha.19</Version>
<Company>Claunia.com</Company> <Company>Claunia.com</Company>
<Copyright>Copyright © 2011-2026 Natalia Portillo</Copyright> <Copyright>Copyright © 2011-2026 Natalia Portillo</Copyright>
<Product>Aaru Data Preservation Suite</Product> <Product>Aaru Data Preservation Suite</Product>

View File

@@ -1,4 +1,4 @@
Aaru Data Preservation Suite v6.0.0-alpha.18 Aaru Data Preservation Suite v6.0.0-alpha.19
Aaru Aaru

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
AARU_VERSION=6.0.0-alpha.18 AARU_VERSION=6.0.0-alpha.19
OS_NAME=$(uname) OS_NAME=$(uname)
mkdir -p build mkdir -p build

View File

@@ -1,26 +1,56 @@
aaru (6.0.0~alpha18-1) bookworm; urgency=medium aaru (6.0.0~alpha19-1) bookworm; urgency=medium
* New upstream alpha release 6.0.0-alpha.18 * New upstream alpha release 6.0.0-alpha.19
* Added HxCStream image format support * Added command to generate JSON schema for Aaru metadata files
* Added Flux support in AaruFormat * Added LZO compression algorithms
* Added Floppy_WriteProtection media tag * Added LZVN compression algorithm with native version
* Added RPM and Debian packaging files * Added XZ buffer compression and decompression
* Added application icon and desktop entry for Linux * Added support for reading DVD lead-in and lead-out
* Added test suite for flux * Added support for OmniDrive DVD reading
* Updated A2R functionality * Added PS5 DI/BCA dumping
* Optimized sector override checks using HashSet for O(1) lookups * Added many fully readable filesystems: ADFS, Acer, AO-DOS, AmigaDOS,
* Reordered progress display columns in media dump command AtheOS, btrfs, BeFS, Coherent, Cram, DEC Files-11, DEC RT-11, ECMA-67,
* Increased HttpClient timeout to 300 seconds for database updates exFAT, ext/ext2/ext3/ext4, F2FS, HFS, HFS+, HPOFS, HP LIF, HPFS, JFS,
* Fixed progress bar collisions Locus, MicroDOS, Minix, NTFS, NILFS2, Nintendo optical, OS-9 RBF, PFS,
* Fixed bug dumping 2nd layer PFI ProDOS, QNX4, QNX6, Reiser v3/v4, SGI EFS, SmartFileSystem, Squash,
* Fixed flux display logic when no captures present System V, UDF, UNIX 7th Edition, UNIX boot (bfs), UFS, Veritas, Xia,
* Fixed missing comma in Enums.cs XENIX, XFS
* Fixed translation typo * Added CHD compressed compact disc and CHD v5 image support
* Enhanced image merge with better hardware processing * Added Easy CD Creator (.CIF) disc image support
* Added PowerISO / gBurner disc image support
* Added UltraISO disc image support
* Added WinOnCD disc image support
* Added RISC OS system area support for ISO9660
* Added full zisofs support for ISO9660
* Added zlib and lzfse compressed files support for HFS+
* Added support for reading all extended attributes in HFS+
* Added Wii U Disc Key and PS3 related media tags
* Added AIX minidisk partition traversing and enumeration
* Added big endian and PDP endianness swapping source generators
* Changed device reports to try other commands if one fails
* Changed DVD raw reading to dynamically figure out buffer size
* Changed dumping to only re-read pregap sectors on track type changes
* Changed FFS filesystem name to UFS with improved detection
* Changed GUI to show image path on all tabs and negative sectors in viewer
* Enhanced Pascal filesystem with marshalable structures and consistency checks
* Refactored to use source generator based big endian marshaller
* Changed sidecar to disable default SpamSum and use pathless filenames
* Fixed CD-Text processing from images in image info command
* Fixed Spectre.Console exception propagation
* Fixed divide by zero error
* Fixed markup escaping in CD-Text logging
* Fixed sidecar creation for files with brackets or braces
* Fixed listing files with braces
* Fixed Blu-ray disc info logging crash with braces or brackets
* Fixed missing markup end tag
* Fixed handling of invalid ISO9660 dates
* Fixed parallel track path in PFI
* Fixed volume name sanitization replacing '/' and '\' with '_'
* Fixed barcode casting in GUI
* Fixed wrongly using marked up path in image metadata editor
* Built for Debian 12 (Bookworm) and Ubuntu 24.04 LTS (Noble) * Built for Debian 12 (Bookworm) and Ubuntu 24.04 LTS (Noble)
* Compatible with Debian 12+, Ubuntu 24.04+, and derivatives * Compatible with Debian 12+, Ubuntu 24.04+, and derivatives
* Multi-architecture support (amd64, arm64, armhf) * Multi-architecture support (amd64, arm64, armhf)
-- Natalia Portillo <claunia@claunia.com> Tue, 06 Jan 2026 12:00:00 +0000 -- Natalia Portillo <claunia@claunia.com> Wed, 11 Mar 2026 12:00:00 +0000

View File

@@ -30,7 +30,7 @@ else
IS_CROSS = no IS_CROSS = no
endif endif
AARU_VERSION = 6.0.0-alpha.18 AARU_VERSION = 6.0.0-alpha.19
NETCORE_TARGET = net10.0 NETCORE_TARGET = net10.0
%: %:

View File

@@ -4,14 +4,14 @@ _netcoretarget='net10.0'
_aarubase='Aaru' _aarubase='Aaru'
packager='Natalia Portillo <claunia@claunia.com>' packager='Natalia Portillo <claunia@claunia.com>'
pkgname='aaru' pkgname='aaru'
pkgver=6.0.0~alpha18 pkgver=6.0.0~alpha19
pkgrel=1 pkgrel=1
pkgdesc='Disc image management and creation tool for disks, tapes, optical and solid state media' pkgdesc='Disc image management and creation tool for disks, tapes, optical and solid state media'
arch=('x86_64' 'armv7h' 'aarch64') arch=('x86_64' 'armv7h' 'aarch64')
url='http://www.aaru.app' url='http://www.aaru.app'
license=('GPL') license=('GPL')
source=('aaru-src-6.0.0-alpha.18.tar.xz::local://aaru-src-6.0.0-alpha.18.tar.xz' source=('aaru-src-6.0.0-alpha.19.tar.xz::local://aaru-src-6.0.0-alpha.19.tar.xz'
'aaru-src-6.0.0-alpha.18.tar.xz.asc::local://aaru-src-6.0.0-alpha.18.tar.xz.asc') 'aaru-src-6.0.0-alpha.19.tar.xz.asc::local://aaru-src-6.0.0-alpha.19.tar.xz.asc')
makedepends=('dotnet-sdk>=10.0.0') makedepends=('dotnet-sdk>=10.0.0')
options=('!strip' 'staticlibs') options=('!strip' 'staticlibs')
validpgpkeys=('236F1E21B540FC0D40F7AD1751D20488C724CA9F') validpgpkeys=('236F1E21B540FC0D40F7AD1751D20488C724CA9F')

View File

@@ -13,7 +13,7 @@
# #
Name: aaru Name: aaru
Version: 6.0.0~alpha.18 Version: 6.0.0~alpha.19
Release: 1%{?dist} Release: 1%{?dist}
Summary: Disc image management and creation tool Summary: Disc image management and creation tool
@@ -177,23 +177,55 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_datadir}/icons/hicolor/512x512/apps/aaru.png %{_datadir}/icons/hicolor/512x512/apps/aaru.png
%changelog %changelog
* Tue Jan 06 2026 Natalia Portillo <claunia@claunia.com> - 6.0.0~alpha.18-1 * Wed Mar 11 2026 Natalia Portillo <claunia@claunia.com> - 6.0.0~alpha.19-1
- New upstream alpha release 6.0.0-alpha.18 - New upstream alpha release 6.0.0-alpha.19
- Added HxCStream image format support - Added command to generate JSON schema for Aaru metadata files
- Added Flux support in AaruFormat - Added LZO compression algorithms
- Added Floppy_WriteProtection media tag - Added LZVN compression algorithm with native version
- Added RPM and Debian packaging files - Added XZ buffer compression and decompression
- Added application icon and desktop entry for Linux - Added support for reading DVD lead-in and lead-out
- Added test suite for flux - Added support for OmniDrive DVD reading
- Updated A2R functionality - Added PS5 DI/BCA dumping
- Optimized sector override checks using HashSet for O(1) lookups - Added many fully readable filesystems: ADFS, Acer, AO-DOS, AmigaDOS,
- Reordered progress display columns in media dump command AtheOS, btrfs, BeFS, Coherent, Cram, DEC Files-11, DEC RT-11, ECMA-67,
- Increased HttpClient timeout to 300 seconds for database updates exFAT, ext/ext2/ext3/ext4, F2FS, HFS, HFS+, HPOFS, HP LIF, HPFS, JFS,
- Fixed progress bar collisions Locus, MicroDOS, Minix, NTFS, NILFS2, Nintendo optical, OS-9 RBF, PFS,
- Fixed bug dumping 2nd layer PFI ProDOS, QNX4, QNX6, Reiser v3/v4, SGI EFS, SmartFileSystem, Squash,
- Fixed flux display logic when no captures present System V, UDF, UNIX 7th Edition, UNIX boot (bfs), UFS, Veritas, Xia,
- Fixed missing comma in Enums.cs XENIX, XFS
- Fixed translation typo - Added CHD compressed compact disc and CHD v5 image support
- Enhanced image merge with better hardware processing - Added Easy CD Creator (.CIF) disc image support
- Added PowerISO / gBurner disc image support
- Added UltraISO disc image support
- Added WinOnCD disc image support
- Added RISC OS system area support for ISO9660
- Added full zisofs support for ISO9660
- Added zlib and lzfse compressed files support for HFS+
- Added support for reading all extended attributes in HFS+
- Added Wii U Disc Key and PS3 related media tags
- Added AIX minidisk partition traversing and enumeration
- Added big endian and PDP endianness swapping source generators
- Changed device reports to try other commands if one fails
- Changed DVD raw reading to dynamically figure out buffer size
- Changed dumping to only re-read pregap sectors on track type changes
- Changed FFS filesystem name to UFS with improved detection
- Changed GUI to show image path on all tabs and negative sectors in viewer
- Enhanced Pascal filesystem with marshalable structures and consistency checks
- Refactored to use source generator based big endian marshaller
- Changed sidecar to disable default SpamSum and use pathless filenames
- Fixed CD-Text processing from images in image info command
- Fixed Spectre.Console exception propagation
- Fixed divide by zero error
- Fixed markup escaping in CD-Text logging
- Fixed sidecar creation for files with brackets or braces
- Fixed listing files with braces
- Fixed Blu-ray disc info logging crash with braces or brackets
- Fixed missing markup end tag
- Fixed handling of invalid ISO9660 dates
- Fixed parallel track path in PFI
- Fixed volume name sanitization replacing '/' and '\' with '_'
- Fixed barcode casting in GUI
- Fixed wrongly using marked up path in image metadata editor
- Built for RHEL 9+, Fedora 38+, openSUSE Leap 15.5+ - Built for RHEL 9+, Fedora 38+, openSUSE Leap 15.5+
- Multi-architecture support (x86_64, aarch64, armv7hl) - Multi-architecture support (x86_64, aarch64, armv7hl)