Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pb/fix #236

Merged
merged 2 commits into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

See [issues](https://github.com/archlinux-downgrade/downgrade/issues)

## [v11.4.1](https://github.com/archlinux-downgrade/downgrade/compare/v11.4.0...v11.4.1)

- [FIX] v11.4.0 installed the default configuration to `/downgrade` instead of
`/etc/xdg/downgrade` by mistake. If you installed that version, remove that
file after upgrading to v11.4.1+.

## [v11.4.0](https://github.com/archlinux-downgrade/downgrade/compare/v11.3.0...v11.4.0)

- [NEW] Add `--unignore` to reverse `IgnorePkg` additions
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ PREFIX ?= /usr/local
LOCALEPREFIX ?= $(PREFIX)/share/locale
MANPREFIX ?= $(PREFIX)/share/man
SCRIPTS ?= $(shell find bin -type f -executable -printf "%f\n")
XDGPREFIX ?= /etc/xdg

.PHONY: install
install:
Expand Down
2 changes: 1 addition & 1 deletion bin/downgrade
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ DOWNGRADE_FROM_ALA=1
DOWNGRADE_FROM_CACHE=1
DOWNGRADE_MAXDEPTH=1
DOWNGRADE_CONF="/etc/xdg/downgrade/downgrade.conf"
DOWNGRADE_VERSION="11.4.0"
DOWNGRADE_VERSION="11.4.1"
DOWNGRADE_IGNORE="prompt"
DOWNGRADE_TO_LATEST=0
DOWNGRADE_TO_OLDEST=0
Expand Down
Loading