Skip to content

Commit

Permalink
releasing 45drives-tools to stable repo
Browse files Browse the repository at this point in the history
  • Loading branch information
markdhooper committed Nov 21, 2023
1 parent 3bbcc6a commit a879383
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 7 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 45drives-tools 3.0.1-3
## 45drives-tools 3.0.2-1

* changed all instances of 2UTM to F2 for new Stornado server
* added support for Stornado F2 device aliasing via use of udev rules
* dalias program added to provide means of custom device aliasing
* Homelab-HL15 server support added to lsdev
* releasing to stable repo
10 changes: 5 additions & 5 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"__version": "45D-R1",
"name": "45drives-tools",
"title": "45drives-tools",
"prerelease": true,
"version": "3.0.1",
"buildVersion": "3",
"prerelease": false,
"version": "3.0.2",
"buildVersion": "1",
"author": "Mark Hooper <[email protected]>",
"url": "https://github.com/45Drives/tools",
"category": "utils",
Expand Down Expand Up @@ -65,8 +65,8 @@
],
"changelog": {
"urgency": "medium",
"version": "3.0.1",
"buildVersion": "3",
"version": "3.0.2",
"buildVersion": "1",
"ignore": [],
"date": null,
"packager": "Mark Hooper <[email protected]>",
Expand Down
5 changes: 5 additions & 0 deletions packaging/el7/main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ fi
/usr/lib/udev/rules.d/*

%changelog
* Tue Nov 21 2023 Mark Hooper <[email protected]> 3.0.2-1
- added support for Stornado F2 device aliasing via use of udev rules
- dalias program added to provide means of custom device aliasing
- Homelab-HL15 server support added to lsdev
- releasing to stable repo
* Thu Nov 16 2023 Mark Hooper <[email protected]> 3.0.1-3
- changed all instances of 2UTM to F2 for new Stornado server
* Fri Oct 06 2023 Mark Hooper <[email protected]> 3.0.1-2
Expand Down
5 changes: 5 additions & 0 deletions packaging/el8/main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ fi
/usr/lib/udev/rules.d/*

%changelog
* Tue Nov 21 2023 Mark Hooper <[email protected]> 3.0.2-1
- added support for Stornado F2 device aliasing via use of udev rules
- dalias program added to provide means of custom device aliasing
- Homelab-HL15 server support added to lsdev
- releasing to stable repo
* Thu Nov 16 2023 Mark Hooper <[email protected]> 3.0.1-3
- changed all instances of 2UTM to F2 for new Stornado server
* Fri Oct 06 2023 Mark Hooper <[email protected]> 3.0.1-2
Expand Down
9 changes: 9 additions & 0 deletions packaging/focal/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
45drives-tools (3.0.2-1focal) focal; urgency=medium

* added support for Stornado F2 device aliasing via use of udev rules
* dalias program added to provide means of custom device aliasing
* Homelab-HL15 server support added to lsdev
* releasing to stable repo

-- Mark Hooper <[email protected]> Tue, 21 Nov 2023 06:08:18 -0400

45drives-tools (3.0.1-3focal) focal; urgency=medium

* changed all instances of 2UTM to F2 for new Stornado server
Expand Down

0 comments on commit a879383

Please sign in to comment.