diff --git a/.github/workflows/build-ppa-package-with-lintian.yml b/.github/workflows/build-ppa-package-with-lintian.yml index c8d42ad07..cb1324199 100644 --- a/.github/workflows/build-ppa-package-with-lintian.yml +++ b/.github/workflows/build-ppa-package-with-lintian.yml @@ -38,8 +38,8 @@ jobs: run: | mv debian .. mv .github .. - tar cfv ../nitrocid-25_3.0.25.453-0.1.0.36.orig.tar . - xz ../nitrocid-25_3.0.25.453-0.1.0.36.orig.tar + tar cfv ../nitrocid-25_3.0.25.454-0.1.0.37.orig.tar . + xz ../nitrocid-25_3.0.25.454-0.1.0.37.orig.tar mv ../debian . - name: Build package diff --git a/.github/workflows/build-ppa-package.yml b/.github/workflows/build-ppa-package.yml index 59d67bac4..376caf737 100644 --- a/.github/workflows/build-ppa-package.yml +++ b/.github/workflows/build-ppa-package.yml @@ -38,8 +38,8 @@ jobs: run: | mv debian .. mv .github .. - tar cfv ../nitrocid-25_3.0.25.453-0.1.0.36.orig.tar . - xz ../nitrocid-25_3.0.25.453-0.1.0.36.orig.tar + tar cfv ../nitrocid-25_3.0.25.454-0.1.0.37.orig.tar . + xz ../nitrocid-25_3.0.25.454-0.1.0.37.orig.tar mv ../debian . - name: Build package diff --git a/.github/workflows/pushamend.yml b/.github/workflows/pushamend.yml index 4447d3a0a..88aee564e 100644 --- a/.github/workflows/pushamend.yml +++ b/.github/workflows/pushamend.yml @@ -27,8 +27,8 @@ jobs: - name: Download original source run: | - wget --output-document=../nitrocid-25_3.0.25.453-0.1.0.36.orig.tar.xz https://launchpad.net/~eofla/+archive/ubuntu/nitrocid/+sourcefiles/nitrocid-25/3.0.25.453-0.1.0.36/nitrocid-25_3.0.25.453-0.1.0.36.orig.tar.xz - tar xf ../nitrocid-25_3.0.25.453-0.1.0.36.orig.tar.xz . + wget --output-document=../nitrocid-25_3.0.25.454-0.1.0.37.orig.tar.xz https://launchpad.net/~eofla/+archive/ubuntu/nitrocid/+sourcefiles/nitrocid-25/3.0.25.454-0.1.0.37/nitrocid-25_3.0.25.454-0.1.0.37.orig.tar.xz + tar xf ../nitrocid-25_3.0.25.454-0.1.0.37.orig.tar.xz . mv .github .. - name: Build source package diff --git a/.github/workflows/pushppa.yml b/.github/workflows/pushppa.yml index b7de4ca05..6fc1e5bc7 100644 --- a/.github/workflows/pushppa.yml +++ b/.github/workflows/pushppa.yml @@ -37,8 +37,8 @@ jobs: run: | mv debian .. mv .github .. - tar cfv ../nitrocid-25_3.0.25.453-0.1.0.36.orig.tar . - xz ../nitrocid-25_3.0.25.453-0.1.0.36.orig.tar + tar cfv ../nitrocid-25_3.0.25.454-0.1.0.37.orig.tar . + xz ../nitrocid-25_3.0.25.454-0.1.0.37.orig.tar mv ../debian . - name: Build source package diff --git a/CHANGES b/CHANGES index 3f9685b5c..7a856b7e0 100644 --- a/CHANGES +++ b/CHANGES @@ -5,6 +5,7 @@ We've made this release to incorporate general improvements. This release contains a variety of changes, including, but not limited to: - `[*]` General improvements +- `[-]` Removed 2021 NTFS mitigation Review the commit history if you want to get a deep insight about the changes. diff --git a/CHANGES.TITLE b/CHANGES.TITLE index 6c86b3455..796eba1ea 100644 --- a/CHANGES.TITLE +++ b/CHANGES.TITLE @@ -1 +1 @@ -[servicing] Nitrocid KS v0.1.0.36: Improvements! +[servicing] Nitrocid KS v0.1.0.37: No More Verification! diff --git a/PKGBUILD-REL b/PKGBUILD-REL index cb24f54f7..f353a339b 100644 --- a/PKGBUILD-REL +++ b/PKGBUILD-REL @@ -1,6 +1,6 @@ # Maintainer: Aptivi pkgname=nitrocid-25 -pkgver=3.0.25.453+0.1.0.36 +pkgver=3.0.25.454+0.1.0.37 pkgrel=1 pkgdesc="Simulates our future-planned kernel" arch=('x86_64' 'aarch64') @@ -14,7 +14,7 @@ optdepends=('jack2: Jack support for BassBoom addon' 'sdl2: SDL support for BassBoom addon' 'libpulse: PulseAudio support for BassBoom addon') options=('!strip') -source=("${pkgname}::git+https://github.com/Aptivi/Nitrocid#tag=v0.1.0.36") +source=("${pkgname}::git+https://github.com/Aptivi/Nitrocid#tag=v0.1.0.37") sha256sums=('SKIP') prepare() { diff --git a/debian/changelog b/debian/changelog index 16cda1878..ec5b26dd4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +nitrocid-25 (3.0.25.454-0.1.0.37-1) noble; urgency=medium + + * General improvements + * Removed 2021 NTFS mitigation + + -- Aptivi CEO Tue, 28 Jan 2025 13:02:30 +0300 + nitrocid-25 (3.0.25.453-0.1.0.36-1) noble; urgency=medium * General improvements diff --git a/public/Nitrocid.Installers/Nitrocid.Installer/Package.wxs b/public/Nitrocid.Installers/Nitrocid.Installer/Package.wxs index c49ff5d60..719edb165 100644 --- a/public/Nitrocid.Installers/Nitrocid.Installer/Package.wxs +++ b/public/Nitrocid.Installers/Nitrocid.Installer/Package.wxs @@ -1,7 +1,7 @@  - + diff --git a/public/Nitrocid.Installers/Nitrocid.InstallerBundle/Bundle.wxs b/public/Nitrocid.Installers/Nitrocid.InstallerBundle/Bundle.wxs index c92777e6d..ae15c5b53 100644 --- a/public/Nitrocid.Installers/Nitrocid.InstallerBundle/Bundle.wxs +++ b/public/Nitrocid.Installers/Nitrocid.InstallerBundle/Bundle.wxs @@ -1,6 +1,6 @@  - + diff --git a/tools/changes.chg b/tools/changes.chg index ea0cabfd5..03ea519c4 100644 --- a/tools/changes.chg +++ b/tools/changes.chg @@ -1,7 +1,7 @@ Nitrocid KS 0.1.0 changes ========================= -Released March 11th, 2024; codename Magic Bloom - Revision 36 (0.1.0.36) +Released March 11th, 2024; codename Magic Bloom - Revision 37 (0.1.0.37) =============================================================================