From 8a7a8f4727798c499862791e9a2d6ebcb4a25d8c Mon Sep 17 00:00:00 2001 From: Abel Cheung Date: Thu, 30 Nov 2023 11:18:41 +0000 Subject: [PATCH] Mark 0.8.0 release --- CMakeLists.txt | 2 +- NEWS.md | 5 +++-- README.md | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5812dac..07c2a83 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.17 FATAL_ERROR) # cmake -E rm project(rifiuti2 - VERSION 0.7.0 + VERSION 0.8.0 HOMEPAGE_URL "https://github.com/abelcheung/rifiuti2/" DESCRIPTION "Windows recycle bin analysis tool" LANGUAGES C) diff --git a/NEWS.md b/NEWS.md index bb094ce..8ad6b67 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,7 +1,7 @@ -## (Upcoming) 0.8.0 +## 0.8.0 ### Breaking Change -- As a result of changes below, package maintainers need to rewrite their package files. See [compile instructions](https://github.com/abelcheung/rifiuti2/wiki/Compile-From-Source) and [GitHub workflow file](.github/workflows/check.yml) for reference. +- As a result of revamps below, package maintainers need to rewrite their package files. See [compile instructions](https://github.com/abelcheung/rifiuti2/wiki/Compile-From-Source) and [GitHub workflow file](.github/workflows/check.yml) for reference. - ([#21](https://github.com/abelcheung/rifiuti2/issues/21)) Adopts CMake as build system, and drop Autoconf/Automake completely. Document files have been restructured as well. - ([#18](https://github.com/abelcheung/rifiuti2/issues/18)) Gettext support is removed, its m4 macro versioning is placing a burden on maintainers and packagers. - Same for the translation. No contribution so far, probably this is unneeded. @@ -19,6 +19,7 @@ - ([#19](https://github.com/abelcheung/rifiuti2/issues/19), [#34](https://github.com/abelcheung/rifiuti2/issues/34)) Avoid printing garbage under Windows command prompt - ([#22](https://github.com/abelcheung/rifiuti2/issues/22)) Manpage is retired, referring users to GitHub repository and online docs - (Variation of [#17](https://github.com/abelcheung/rifiuti2/issues/17)) Program name shown as `(null)` in Windows GUI help dialog +- ([#37](https://github.com/abelcheung/rifiuti2/issues/37)) XML output for 95/NT `INFO` now contains total entries ever existed field ## 0.7.0 #### Feature Addition diff --git a/README.md b/README.md index c544d20..003615a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ provides, please [check out official site][site] for more info. Latest features and changes can be found in [NEWS file](NEWS.md). -### (Upcoming) 0.8.0 +### 0.8.0 - Windows binaries will be published via [MSYS2 GitHub workflow](https://github.com/msys2/setup-msys2). - Package maintainers would need to rewrite their package files,