Skip to content

Commit

Permalink
Release v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 committed Nov 6, 2024
1 parent e767345 commit 5028da7
Show file tree
Hide file tree
Showing 12 changed files with 38 additions and 22 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@ jobs:

- uses: andy5995/gh-action-build-deb@v1
with:
args: --no-sign
args: |
--no-sign
--compression=xz
platform: ${{ matrix.platform }}

- name: Create sha256sum
Expand Down
6 changes: 5 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
=== rmw ChangeLog ===

2024-11-06

* Release v0.9.3

2024-11-02

* Ensure directories respect umask settings upon creation
Expand Down Expand Up @@ -31,7 +35,7 @@

2024-03-21

+ Add French translation
+ Add French translation (partial)

2024-03-18

Expand Down
16 changes: 12 additions & 4 deletions ReleaseNotes
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
=== RMW Release Notes ===

v0.9.2
v0.9.3

* Show counter in real-time as items are getting purged
* Update for use with canfigger 0.3.0
* Fix translations not working when using the AppImage
+ Add support for cloning(moving) files across btrfs root and subvolumes;
thanks to @luigir-it for suggesting this feature and testing
* Ensure directories respect umask settings upon creation
* bugfix: In some cases, 'rmw -s' crashed with message "*** buffer overflow
detected ***: terminated". This could happen if compiled with
'-D_FORTIFY_SOURCE=3' and set up with 'b_sanitize=none', and depending on
the filenames in the waste directories
* Add completion for fishshell; thanks to @ccoVeille
* Fix strmode conflicting types error on OpenBSD and FreeBSD
* Fix for tests failing after the Epochalypse (#439); thanks to @bmwiedemann
+ Add French translation (partial)
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Image contains a build of rmw in '/usr/bin'. You can try it out inside the
container if you like.

docker pull andy5995/rmw:latest (latest git revision)
docker pull andy5995/rmw:0.9.2 (latest release)
docker pull andy5995/rmw:0.9.3 (latest release)
6 changes: 3 additions & 3 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
project(
'rmw',
'c',
version: '0.9.3-dev',
version: '0.9.3',
meson_version: '>= 0.59.0',
default_options: [
'warning_level=3',
'b_sanitize=address,undefined',
'b_lundef=false',
# 'b_sanitize=address,undefined',
# 'b_lundef=false',
'pkg_config_path=/opt/homebrew/opt/gettext/lib/pkgconfig,/opt/homebrew/opt/ncurses/lib/pkgconfig,/usr/local/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.2}
VERSION=${VERSION:-0.9.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down
6 changes: 3 additions & 3 deletions packaging/Slackbuild/rmw/rmw.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="rmw"
VERSION="0.9.2"
VERSION="0.9.3"
HOMEPAGE="https://theimpossibleastronaut.github.io/rmw-website/"
DOWNLOAD="https://github.com/theimpossibleastronaut/rmw/releases/download/v0.9.2/rmw-0.9.2.tar.xz"
MD5SUM="1dd4923ca5011061559c54f76eb55de0"
DOWNLOAD="https://github.com/theimpossibleastronaut/rmw/releases/download/v0.9.3/rmw-0.9.3.tar.xz"
MD5SUM=""
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
Expand Down
4 changes: 2 additions & 2 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
rmw (0.9.2) stable; urgency=medium
rmw (0.9.3) stable; urgency=medium

[ Andy Alt ]
* New upstream release

-- Andy Alt <[email protected]> Mon, 18 Mar 2024 04:39:09 +0000
-- Andy Alt <[email protected]> Sun, 03 Nov 2024 04:39:09 +0000
4 changes: 2 additions & 2 deletions packaging/debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ Upstream-Name: rmw
Source: <https://github.com/theimpossibleastronaut/rmw>

Files: *
Copyright: 2012-2022 Andy Alt <[email protected]>
Copyright: 2012-2024 Andy Alt <[email protected]>
License: GPL-3.0+

Files: debian/*
Copyright: 2021 Andy Alt <[email protected]>
Copyright: 2024 Andy Alt <[email protected]>
License: GPL-3.0+

License: GPL-3.0+
Expand Down
3 changes: 2 additions & 1 deletion packaging/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ override_dh_auto_configure:
--prefix=/usr \
-Dstrip=true\
-Db_sanitize=none \
-Db_pie=true
-Db_pie=true \
-Db_lto=true
4 changes: 2 additions & 2 deletions packaging/release-checklist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ For later Debian package creation, check standards version


update po and pot files
ninja rmw-pot
ninja rmw-update-po
meson compile rmw-pot
meson rmw-update-po

Copy ChangeLog entries that apply to current release to ReleaseNotes
(remove dates and reorder entries in in order of important or interest)
Expand Down
3 changes: 2 additions & 1 deletion subprojects/canfigger.wrap
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ url = https://github.com/andy5995/canfigger.git
# warning: Could not find remote branch HEAD to clone.
#fatal: Remote branch HEAD not found in upstream origin
#
revision = trunk
#revision = trunk
revision = v0.3.0
depth = 1

[provide]
Expand Down

0 comments on commit 5028da7

Please sign in to comment.