Skip to content

Commit

Permalink
Mark 0.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
abelcheung committed Nov 30, 2023
1 parent 307678b commit 8a7a8f4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
5 changes: 3 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 8a7a8f4

Please sign in to comment.