Skip to content

Commit

Permalink
Release 1.7.6
Browse files Browse the repository at this point in the history
It release NUGU SDK 1.7.6.

Signed-off-by: kimhyungrok <[email protected]>
  • Loading branch information
kimhyungrok authored and webispy committed Jun 25, 2024
1 parent f6db184 commit 06461db
Show file tree
Hide file tree
Showing 9 changed files with 106 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ ENDIF()

SET(VERSION_MAJOR 1)
SET(VERSION_MINOR 7)
SET(VERSION_PATCH 5)
SET(VERSION_PATCH 6)
SET(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")

# OpenSDK/{sdk-version} ({platform}) Client/{app-version} [additional-info]
Expand Down
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "NUGU SDK Linux"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = 1.7.5
PROJECT_NUMBER = 1.7.6

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
38 changes: 34 additions & 4 deletions packaging/bionic/changelog
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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions packaging/bionic/libnugu.lintian-overrides
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
30 changes: 30 additions & 0 deletions packaging/focal/changelog
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
Expand Down
6 changes: 3 additions & 3 deletions packaging/focal/libnugu.lintian-overrides
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
30 changes: 30 additions & 0 deletions packaging/jammy/changelog
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
Expand Down
6 changes: 3 additions & 3 deletions packaging/jammy/libnugu.lintian-overrides
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
2 changes: 1 addition & 1 deletion packaging/opkg/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: libnugu
Version: 1.7.5
Version: 1.7.6
Section: libs
Source: https://github.com/nugulinux/nugu-linux
Priority: required
Expand Down

0 comments on commit 06461db

Please sign in to comment.