Skip to content

Commit

Permalink
Cutting release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sp1ff committed Dec 29, 2023
1 parent bd54d50 commit 3c2ddbe
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
2023-12-29 Michael Herstine <[email protected]>

Cutting release 0.3.2

2023-12-28 Michael Herstine <[email protected]>

Cutting release 0.3.2

Assorted clean-up pre-merge:
- fix the project CI (again)
- I've decided on a policy of supporting rust versions going back
Expand Down
9 changes: 2 additions & 7 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,15 @@ mpdpopm News -- history of user-visible changes -*- outline -*-

* 0.3 builds

** 0.3.3 build

*** Bugfixes
** 0.3.2 build

**** [#10] Repair setting a sticker for the first time
**** [#9] Correctly quote files with double-quotes in their name
*** User-visible changes

**** If HOME isn't set, look for .mppopm in /
** 0.3.2 build

*** Bugfixes

**** Fix issue #10: mpdpopm now fails to set playcount for the first time
**** Fix issue #9: Correctly quote files with double-quotes in their name
** 0.3.1 build

No user-visible changes; strictly a hygiene build:
Expand Down
2 changes: 1 addition & 1 deletion admin/build-dev-arch-pkg-cnt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cp -v /$1 /tmp
cp -v /PKGBUILD /tmp
cd /tmp
makepkg -g >> PKGBUILD
makepkg
makepkg --log
sudo pacman --noconfirm -Uv mpdpopm-${version}-1-x86_64.pkg.tar.zst
mppopm --version
mppopm --help
Expand Down
5 changes: 3 additions & 2 deletions admin/build-dev-debian-pkg-cnt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ cp -v /LICENSE .
./configure
cd mpdpopm
cargo deb
sudo dpkg --debug=2 -i target/debian/mpdpopm_${version}_amd64.deb
ls -Alh target/debian
sudo dpkg --debug=2 -i target/debian/mpdpopm_${version}-1_amd64.deb
mppopm --version
mppopm --help
test -f /usr/local/share/info/mpdpopm.info
sudo dpkg --debug=2 -r mpdpopm
sudo cp -v target/debian/mpdpopm_${version}_amd64.deb /mpdpopm
sudo cp -v target/debian/mpdpopm_${version}-1_amd64.deb /mpdpopm

0 comments on commit 3c2ddbe

Please sign in to comment.