Skip to content

Commit 0b87e9c

Browse files
authored
Merge pull request #503 from theimpossibleastronaut/releases/v0.9.4
Release v0.9.4
2 parents a7656d9 + 9c6eb8f commit 0b87e9c

File tree

9 files changed

+20
-24
lines changed

9 files changed

+20
-24
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
=== rmw ChangeLog ===
22

3+
2025-11-06
4+
5+
* Release v0.9.4
6+
37
2025-10-20
48
* (bugfix) Allow rmw to move directories to waste folder on btrfs filesystems
9+
(#497)
510

611
2024-11-07
712

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# rmw-0.9.4-dev
1+
# rmw-0.9.4
22
## Description
33

44
rmw (ReMove to Waste) is a trashcan/recycle bin utility for the command line.

ReleaseNotes

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
=== RMW Release Notes ===
22

3-
v0.9.3
3+
v0.9.4
44

5-
+ Add support for cloning(moving) files across btrfs root and subvolumes
6-
(Linux-only); thanks to @luigir-it for suggesting this feature and testing
7-
* Ensure directories respect umask settings upon creation
8-
* bugfix: In some cases, 'rmw -s' crashed with message "*** buffer overflow
9-
detected ***: terminated". This could happen if compiled with
10-
'-D_FORTIFY_SOURCE=3' and set up with 'b_sanitize=none', and depending on
11-
the filenames in the waste directories
12-
* Add completion for fishshell; thanks to @ccoVeille
13-
* Fix strmode conflicting types error on OpenBSD and FreeBSD
14-
* Fix for tests failing after the Epochalypse (#439); thanks to @bmwiedemann
15-
+ Add French translation (partial)
5+
* (bugfix) Allow rmw to move directories to waste folder on btrfs filesystems
6+
(#497)

docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Image contains a build of rmw in '/usr/bin'. You can try it out inside the
88
container if you like.
99

1010
docker pull andy5995/rmw:latest (latest git revision)
11-
docker pull andy5995/rmw:0.9.3 (latest release)
11+
docker pull andy5995/rmw:0.9.4 (latest release)

man/rmw.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH RMW "1" "Nov 2024" "rmw 0.9.3" "User Commands"
1+
.TH RMW "1" "Nov 2025" "rmw 0.9.4" "User Commands"
22
.SH NAME
33
rmw \- safe-remove utility for the command line
44
.SH SYNOPSIS
@@ -212,7 +212,7 @@ The RMW team: see AUTHORS.md
212212
.SH REPORTING BUGS
213213
Report bugs to <https://github.com/theimpossibleastronaut/rmw/issues>.
214214
.SH "COPYRIGHT"
215-
Copyright \(co 2012-2024 Andy Alt
215+
Copyright \(co 2012-2025 Andy Alt
216216

217217
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
218218
.br

meson.build

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
project(
22
'rmw',
33
'c',
4-
version: '0.9.4-dev',
4+
version: '0.9.4',
55
meson_version: '>= 0.59.0',
66
default_options: [
77
'warning_level=3',
8-
'b_sanitize=address,undefined',
9-
'b_lundef=false',
8+
#'b_sanitize=address,undefined',
9+
#'b_lundef=false',
1010
'pkg_config_path=/opt/homebrew/opt/gettext/lib/pkgconfig,/opt/homebrew/opt/ncurses/lib/pkgconfig,/usr/local/opt/ncurses/lib/pkgconfig',
1111
],
1212
)

packaging/Slackbuild/rmw/rmw.SlackBuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Slackware build script for rmw
44
#
5-
# Copyright 2019-2024 / Andy Alt / United States
5+
# Copyright 2019-2025 / Andy Alt / United States
66
# All rights reserved.
77
#
88
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
2525
cd $(dirname $0) ; CWD=$(pwd)
2626

2727
PRGNAM=rmw
28-
VERSION=${VERSION:-0.9.3}
28+
VERSION=${VERSION:-0.9.4}
2929
BUILD=${BUILD:-1}
3030
TAG=${TAG:-_SBo}
3131
PKGTYPE=${PKGTYPE:-tgz}

packaging/Slackbuild/rmw/rmw.info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PRGNAM="rmw"
2-
VERSION="0.9.3"
2+
VERSION="0.9.4"
33
HOMEPAGE="https://theimpossibleastronaut.github.io/rmw-website/"
4-
DOWNLOAD="https://github.com/theimpossibleastronaut/rmw/releases/download/v0.9.3/rmw-0.9.3.tar.xz"
4+
DOWNLOAD="https://github.com/theimpossibleastronaut/rmw/releases/download/v0.9.4/rmw-0.9.4.tar.xz"
55
MD5SUM="0df2da3c1b6985cdd4022ff4b3d6fd13"
66
DOWNLOAD_x86_64=""
77
MD5SUM_x86_64=""

packaging/release-checklist.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For later Debian package creation, check standards version
2323

2424
update po and pot files
2525
meson compile rmw-pot
26-
meson rmw-update-po
26+
ninja rmw-update-po
2727

2828
Copy ChangeLog entries that apply to current release to ReleaseNotes
2929
(remove dates and reorder entries in in order of important or interest)

0 commit comments

Comments
 (0)