-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It release NUGU SDK 1.7.6. Signed-off-by: kimhyungrok <[email protected]>
- Loading branch information
1 parent
f6db184
commit 06461db
Showing
9 changed files
with
106 additions
and
16 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
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,33 @@ | ||
nugu (1.7.6ubuntu1~bionic) bionic; urgency=medium | ||
|
||
* Fixed memory deallocation pair | ||
* Fixed NuguClient hang-up issue | ||
* Fixed AudioRecorderManager to use NuguRunner | ||
* Fixed seek time unit | ||
* Fixed media player position handling | ||
* Fixed pthread mutex usage | ||
* Fixed curl log to skip CRLF data | ||
* Fixed capability version check | ||
* Fixed clang-tidy analysis issues | ||
* Fixed macOS/CodeQL build error | ||
* Added to support Windows OS | ||
* Added nugu_audio attribute getter API | ||
* Added voice streaming recognition | ||
* Added black duck analysis in CI | ||
* Updated SpeechRecognizer | ||
* Updated NetworkManager | ||
* Updated PlaySyncManager | ||
* Updated plugin architecture to support embedding | ||
* Updated method documentation | ||
* Updated Github action to reuse workflows | ||
* Upgraded Github action version | ||
* Enhanced speex validation check | ||
* Improved AudioPlayer playsync handling | ||
* Refactoring NuguRunner | ||
* Refactoring entire build script | ||
|
||
-- nugulinux <[email protected]> Tue, 25 Jun 2024 14:00:00 +0900 | ||
|
||
nugu (1.7.5ubuntu1~bionic) bionic; urgency=medium | ||
|
||
* Fixed RoutineManager test memory leak | ||
|
@@ -223,20 +253,20 @@ nugu (1.0.0ubuntu1~bionic) bionic; urgency=medium | |
|
||
nugu (0.24.0ubuntu1~bionic) bionic; urgency=medium | ||
|
||
* Fixed PlaySyncManager clearance | ||
* Fixed PlaySyncManager clearance | ||
* Fixed TTSAgent | ||
* Added Extension interface v1.1 | ||
* Added Chips interface v1.1 | ||
* Added DirectiveSequencer partial cancel | ||
* Applied directive blocking policy | ||
* Applied activity and playstack policy | ||
* Updated TextAgent | ||
* Updated context scope of some events | ||
* Updated context scope of some events | ||
* Updated network multipart rule | ||
* Updated session management flow | ||
* Updated nugu log readability | ||
* Updated nugu log readability | ||
* Updated nugu_sample UI | ||
|
||
-- nugulinux <[email protected]> Wed, 3 Feb 2020 10:30:00 +0900 | ||
|
||
nugu (0.23.0ubuntu1~bionic) bionic; urgency=medium | ||
|
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,4 +1,4 @@ | ||
package-name-doesnt-match-sonames libnugu0 | ||
embedded-library usr/lib/x86_64-linux-gnu/libnugu.so.1.7.5: curl | ||
embedded-library usr/lib/arm-linux-gnueabihf/libnugu.so.1.7.5: curl | ||
embedded-library usr/lib/aarch64-linux-gnu/libnugu.so.1.7.5: curl | ||
embedded-library usr/lib/x86_64-linux-gnu/libnugu.so.1.7.6: curl | ||
embedded-library usr/lib/arm-linux-gnueabihf/libnugu.so.1.7.6: curl | ||
embedded-library usr/lib/aarch64-linux-gnu/libnugu.so.1.7.6: curl |
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,33 @@ | ||
nugu (1.7.6ubuntu1~focal) focal; urgency=medium | ||
|
||
* Fixed memory deallocation pair | ||
* Fixed NuguClient hang-up issue | ||
* Fixed AudioRecorderManager to use NuguRunner | ||
* Fixed seek time unit | ||
* Fixed media player position handling | ||
* Fixed pthread mutex usage | ||
* Fixed curl log to skip CRLF data | ||
* Fixed capability version check | ||
* Fixed clang-tidy analysis issues | ||
* Fixed macOS/CodeQL build error | ||
* Added to support Windows OS | ||
* Added nugu_audio attribute getter API | ||
* Added voice streaming recognition | ||
* Added black duck analysis in CI | ||
* Updated SpeechRecognizer | ||
* Updated NetworkManager | ||
* Updated PlaySyncManager | ||
* Updated plugin architecture to support embedding | ||
* Updated method documentation | ||
* Updated Github action to reuse workflows | ||
* Upgraded Github action version | ||
* Enhanced speex validation check | ||
* Improved AudioPlayer playsync handling | ||
* Refactoring NuguRunner | ||
* Refactoring entire build script | ||
|
||
-- nugulinux <[email protected]> Tue, 25 Jun 2024 14:00:00 +0900 | ||
|
||
nugu (1.7.5ubuntu1~focal) focal; urgency=medium | ||
|
||
* Fixed RoutineManager test memory leak | ||
|
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,4 +1,4 @@ | ||
package-name-doesnt-match-sonames libnugu0 | ||
embedded-library usr/lib/x86_64-linux-gnu/libnugu.so.1.7.5: curl | ||
embedded-library usr/lib/arm-linux-gnueabihf/libnugu.so.1.7.5: curl | ||
embedded-library usr/lib/aarch64-linux-gnu/libnugu.so.1.7.5: curl | ||
embedded-library usr/lib/x86_64-linux-gnu/libnugu.so.1.7.6: curl | ||
embedded-library usr/lib/arm-linux-gnueabihf/libnugu.so.1.7.6: curl | ||
embedded-library usr/lib/aarch64-linux-gnu/libnugu.so.1.7.6: curl |
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,33 @@ | ||
nugu (1.7.6ubuntu1~jammy) jammy; urgency=medium | ||
|
||
* Fixed memory deallocation pair | ||
* Fixed NuguClient hang-up issue | ||
* Fixed AudioRecorderManager to use NuguRunner | ||
* Fixed seek time unit | ||
* Fixed media player position handling | ||
* Fixed pthread mutex usage | ||
* Fixed curl log to skip CRLF data | ||
* Fixed capability version check | ||
* Fixed clang-tidy analysis issues | ||
* Fixed macOS/CodeQL build error | ||
* Added to support Windows OS | ||
* Added nugu_audio attribute getter API | ||
* Added voice streaming recognition | ||
* Added black duck analysis in CI | ||
* Updated SpeechRecognizer | ||
* Updated NetworkManager | ||
* Updated PlaySyncManager | ||
* Updated plugin architecture to support embedding | ||
* Updated method documentation | ||
* Updated Github action to reuse workflows | ||
* Upgraded Github action version | ||
* Enhanced speex validation check | ||
* Improved AudioPlayer playsync handling | ||
* Refactoring NuguRunner | ||
* Refactoring entire build script | ||
|
||
-- nugulinux <[email protected]> Tue, 25 Jun 2024 14:00:00 +0900 | ||
|
||
nugu (1.7.5ubuntu1~jammy) jammy; urgency=medium | ||
|
||
* Fixed RoutineManager test memory leak | ||
|
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,4 +1,4 @@ | ||
package-name-doesnt-match-sonames libnugu0 | ||
embedded-library usr/lib/x86_64-linux-gnu/libnugu.so.1.7.5: curl | ||
embedded-library usr/lib/arm-linux-gnueabihf/libnugu.so.1.7.5: curl | ||
embedded-library usr/lib/aarch64-linux-gnu/libnugu.so.1.7.5: curl | ||
embedded-library usr/lib/x86_64-linux-gnu/libnugu.so.1.7.6: curl | ||
embedded-library usr/lib/arm-linux-gnueabihf/libnugu.so.1.7.6: curl | ||
embedded-library usr/lib/aarch64-linux-gnu/libnugu.so.1.7.6: curl |
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