-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is new LTS release for TizenRT. Signed-off-by: gichan2-jang <[email protected]>
- Loading branch information
1 parent
4bedb21
commit d5e8b8b
Showing
3 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
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,3 +1,9 @@ | ||
nnstreamer-edge (0.2.2.0) unstable xenial bionic focal; urgency=medium | ||
|
||
* 0.2.2 Release (LTS for TizenRT) | ||
|
||
-- Sangjung Woo <[email protected]> Fri, 02 Jun 2023 12:50:00 +0900 | ||
|
||
nnstreamer-edge (0.2.1.0) unstable xenial bionic focal; urgency=medium | ||
|
||
* 0.2.1 Start development of 0.2.1 for Tizen 7.5 release (0.2.2) | ||
|
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 |
---|---|---|
|
@@ -18,7 +18,7 @@ Summary: Common library set for nnstreamer-edge | |
# 1. CMake : ./CMakeLists.txt | ||
# 2. Ubuntu : ./debian/changelog | ||
# 3. Tizen : ./packaging/nnstreamer-edge.spec | ||
Version: 0.2.1 | ||
Version: 0.2.2 | ||
Release: 1 | ||
Group: Machine Learning/ML Framework | ||
Packager: Sangjung Woo <[email protected]> | ||
|
@@ -206,6 +206,9 @@ rm -rf %{buildroot} | |
%endif # unittest | ||
|
||
%changelog | ||
* Fri Jun 02 2023 Sangjung Woo <[email protected]> | ||
- Release of 0.2.2 (LTS for TizenRT) | ||
|
||
* Fri Sep 30 2022 Sangjung Woo <[email protected]> | ||
- Start development of 0.2.1 for Tizen 7.5 release (0.2.2) | ||
|
||
|