Skip to content

Commit

Permalink
release v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 committed May 17, 2023
1 parent 295d286 commit 96cb390
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 26 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
2023-05-17

* bugfix: In some cases, trashinfo file doesn't get removed (#400)
* rmw v0.9.1 released

2023-03-18

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# rmw-0.9.0555
# rmw-0.9.1
## Description

rmw (ReMove to Waste) is a trashcan/recycle bin utility for the command line.
Expand Down Expand Up @@ -29,7 +29,6 @@ functions.

See the [manual on the
website](https://theimpossibleastronaut.github.io/rmw-website/rmw_man.html)
<!-- manual generated with `roff2html rmw.1 > rmw_man.html` -->

## Screenshots

Expand Down
23 changes: 9 additions & 14 deletions ReleaseNotes
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
=== RMW Release Notes ===

v0.9.0
v0.9.1

- When purging, '-ff' is no longer needed to confirm removal of
non-writable expired directories and files
* replace function used to remove directories with rm from FreeBSD;
Thanks to @DiegoMagdaleno and @dcantrell
* change message displayed to user when a file being rmw'ed is on a
filesystem that doesn't haven't a WASTE folder defined
+ Ignore requests to ReMove top-level files, add --top-level-bypass option
to bypass the protection
+ Ignore requests to ReMove user's home directory
* bugfix: buffer underflow when calling trim_char() with empty
string (Thanks to Christopher Wellons)
* replace valgrind test setup with asan (-fsanitize)
* the 'ESC' key can now be used to quit the restore file selection menu
* bugfix: In some cases, trashinfo file doesn't get removed (#400)
* tests: build or rebuild binary before running script-based tests (fix for
script-based test failures when 'meson test' is run in a clean build
directory)
- on MacOS and *bsd, specifying the PKG_CONFIG_PATH is no longer needed to
find the ncurses menu library
* fix build on Alpine Linux (check for and link to musl-fts) Thanks to
@eli-schwartz and Hello71 from #musl on Libera IRC.
2 changes: 1 addition & 1 deletion man/rmw.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH RMW "1" "Feb 2023" "rmw 0.9.0" "User Commands"
.TH RMW "1" "May 2023" "rmw 0.9.1" "User Commands"
.SH NAME
rmw \- safe-remove utility for the command line
.SH SYNOPSIS
Expand Down
4 changes: 1 addition & 3 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
project(
'rmw',
'c',
version: '0.9.0555',
version: '0.9.1',
meson_version : '>= 0.59.0',
default_options: [
'warning_level=3',
'b_sanitize=address,undefined',
'b_lundef=false',
'pkg_config_path=/usr/local/opt/ncurses/lib/pkgconfig,/opt/homebrew/opt/ncurses/lib/pkgconfig'
]
)
Expand Down
2 changes: 1 addition & 1 deletion packaging/Slackbuild/rmw/rmw.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=rmw
VERSION=${VERSION:-0.9.0}
VERSION=${VERSION:-0.9.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down
4 changes: 2 additions & 2 deletions packaging/Slackbuild/rmw/rmw.info
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PRGNAM="rmw"
VERSION="0.9.0"
VERSION="0.9.1"
HOMEPAGE="https://theimpossibleastronaut.github.io/rmw-website/"
DOWNLOAD="https://github.com/theimpossibleastronaut/rmw/releases/download/v0.9.0/rmw-0.9.0.tar.xz"
DOWNLOAD="https://github.com/theimpossibleastronaut/rmw/releases/download/v0.9.1/rmw-0.9.1.tar.xz"
MD5SUM="974e690868c8f86d1b37db89b0df9c0d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
Expand Down
4 changes: 2 additions & 2 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rmw (0.9.0) stable; urgency=medium
rmw (0.9.1) stable; urgency=medium

* New upstream release

-- Andy Alt <[email protected]> Wed, 15 Feb 2023 05:50:56 +0000
-- Andy Alt <[email protected]> Wed, 17 May 2023 05:50:56 +0000
2 changes: 1 addition & 1 deletion packaging/file_id.diz
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rmw v0.8.1
rmw v0.9.1
ReMove to Waste is a safe-remove utility for
the command line. It can move and restore
files to and from directories specified in a
Expand Down
3 changes: 3 additions & 0 deletions packaging/release-checklist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ Ex:

Change Month and Year in man/rmw.1

Generate html version of the manual:
`roff2html rmw.1 > rmw_man.html` (mv the output to the website directory)

cd ..

commit changes (NOTE: meson dist only packages *committed* changes)
Expand Down

0 comments on commit 96cb390

Please sign in to comment.