-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
|
||
v0.2.0: | ||
- Feature: listen to Ctrl-C event and shutdown gracefully | ||
- Feature: allow to run in multiple worker threads | ||
|
||
v0.1.0: | ||
- Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
g3iploc (0.1.0-1) UNRELEASED; urgency=medium | ||
g3iploc (0.2.0-1) UNRELEASED; urgency=medium | ||
|
||
* New upstream release. | ||
|
||
-- G3iploc Maintainers <[email protected]> Wed, 19 Jun 2024 18:37:05 +0800 | ||
-- G3iploc Maintainers <[email protected]> Fri, 03 Jan 2025 11:40:25 +0800 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
%define build_profile release-lto | ||
|
||
Name: g3iploc | ||
Version: 0.1.0 | ||
Version: 0.2.0 | ||
Release: 1%{?dist} | ||
Summary: IP Locate Service for G3 Project | ||
|
||
|
@@ -48,5 +48,5 @@ install -m 644 -D %{name}/service/[email protected] %{buildroot}/lib/systemd/syst | |
|
||
|
||
%changelog | ||
* Wed Jun 19 2024 G3iploc Maintainers <[email protected]> - 0.1.0-1 | ||
* Fri Jan 03 2025 G3iploc Maintainers <[email protected]> - 0.2.0-1 | ||
- New upstream release |