Releases: icy/pacapt
Releases · icy/pacapt
v3.0.7 with minor bug fixes
v3.0.6: Add VoidLinux support
Changes since v3.0.5
- Minor fixes (zypper)
- Add VoidLinux support (Thanks @TabulateJarl8)
v3.0.5 with initial support for Cygwin
Changes since v3.0.5
lib/apt-cyg
: Add initial support forapt-cyg
on Cygwin systems- Rewrote
bin/gen_tests.rb
inbash
(@mondeja) - Minor typo/tests fixes
WARNING
The script won't work with docker container image opensuse/tumbleweed:latest
. See also
https://bugzilla.opensuse.org/show_bug.cgi?id=1190670
and moby/moby#42836
Notes
Some tests are failing, but it's due to upstream and/or tests problems.
v3.0.4: Minor changes and improvements
v3.0.3: Many bug fixes and improvements.
Minor bug fixes and features added.
More development improvements.
This release is mainly driven by @mondeja.
- Add architecture documentation
lib/apk/Qe
: Add (credit: @mondeja)lib/dpkg/Sg
: Add (credit: @mondeja)lib/yum
: Minor fixes (credit: @mondeja)lib/yum/Sg
: Add (credit: @mondeja)lib/zypper/Sg
: Add (credit: @mondeja)tests/yum
: Add (credit: @mondeja)- Add CI support on Github-Action for many package managers
(dnf
,yum
,homebrew
,pkgng
,sun_tools
)
v3.0.2: Fix homebrew issue and some improvements
Changes since v3.0.1
tests/apk
: Add tests (Credit: @mondeja)lib/*
: AllPOSIX
, exceptlib/cave
lib/homebrew
: Fix shell switching issue (Fixes #170)
that makes the program broken sincev3.0.0
lib/dpkg/{Qc,Qe}
: Add (Credit: @mondeja)lib/zypper
:POSIX
ready, tests added, minor fixeslib/zypper/Sg
: Add (Credit: @mondeja)lib/zypper/Sii
: Removed as it's too slow.- Improve the way the program deals with back-end's
optional arguments (Fixes #173)
Deprecation
lib/homebrew/Rs
: temporarily deprecatedlib/homebrew/Qo
: temporarily deprecated
Development
tests/
can run inparallel
tests
can support any customDockerfile
v3.0.1: minor changes and more POSIX ports
Changes since v3.0.0:
- Minor fixes (documentation)
- More POSIX ports (
pkg_tools
,conda
,tlmgr
,
dnf
,swupd
,yum
,macports
)
v3.0.0: Major changes with POSIX support.
New features
lib/opkg
: Add support forOpenWrt
(and alike)Bash
is not required onAlpine
,SunOS
orOpenWrt
:
The program can work perfectly withPOSIX
shell on those systems.- Single script can now execute within
POSIX
ornon-POSIX
environment and it detects/loads features dynamically.
If the system hasbash
installed, the program switches to
bash
as soon as possible.
Fixes and Updates
tests/
: Support newubuntu
/debian
systemslib/yum
,lib/dpkg
,lib/apk
: Fix #96, #143
by adding-q
(quiet) option forQs
.lib/00_core.sh
: POSIX going welllib/zz_main.sh
: POSIX going welllib/apk
:- Fix many implementation issues.
Q
prints version information.- Fix
--noconfirm
issue (#150) - POSIX version (
pacapt-POSIX
works perfectly withoutbash
)
- Remove
{apk,dnf,zypper}_Sw
methods
and fix the--download-only
for them
v2.4.4: minor improvements
Changes since v2.4.3:
lib/dnf
: Minor improvements (#148)
v2.4.3: minor fixes and improvements
Changes since v2.4.2:
lib/homebrew
: Supportcask
(fix #117)tests/dpkg
: Support new distros, drop support for old distro