Skip to content

Commit 06461db

Browse files
kimhyungrokwebispy
authored andcommitted
Release 1.7.6
It release NUGU SDK 1.7.6. Signed-off-by: kimhyungrok <hr97gdi@gmail.com>
1 parent f6db184 commit 06461db

File tree

9 files changed

+106
-16
lines changed

9 files changed

+106
-16
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ ENDIF()
6767

6868
SET(VERSION_MAJOR 1)
6969
SET(VERSION_MINOR 7)
70-
SET(VERSION_PATCH 5)
70+
SET(VERSION_PATCH 6)
7171
SET(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
7272

7373
# OpenSDK/{sdk-version} ({platform}) Client/{app-version} [additional-info]

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "NUGU SDK Linux"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 1.7.5
41+
PROJECT_NUMBER = 1.7.6
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

packaging/bionic/changelog

Lines changed: 34 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
nugu (1.7.6ubuntu1~bionic) bionic; urgency=medium
2+
3+
* Fixed memory deallocation pair
4+
* Fixed NuguClient hang-up issue
5+
* Fixed AudioRecorderManager to use NuguRunner
6+
* Fixed seek time unit
7+
* Fixed media player position handling
8+
* Fixed pthread mutex usage
9+
* Fixed curl log to skip CRLF data
10+
* Fixed capability version check
11+
* Fixed clang-tidy analysis issues
12+
* Fixed macOS/CodeQL build error
13+
* Added to support Windows OS
14+
* Added nugu_audio attribute getter API
15+
* Added voice streaming recognition
16+
* Added black duck analysis in CI
17+
* Updated SpeechRecognizer
18+
* Updated NetworkManager
19+
* Updated PlaySyncManager
20+
* Updated plugin architecture to support embedding
21+
* Updated method documentation
22+
* Updated Github action to reuse workflows
23+
* Upgraded Github action version
24+
* Enhanced speex validation check
25+
* Improved AudioPlayer playsync handling
26+
* Refactoring NuguRunner
27+
* Refactoring entire build script
28+
29+
-- nugulinux <nugulinux@gmail.com> Tue, 25 Jun 2024 14:00:00 +0900
30+
131
nugu (1.7.5ubuntu1~bionic) bionic; urgency=medium
232

333
* Fixed RoutineManager test memory leak
@@ -223,20 +253,20 @@ nugu (1.0.0ubuntu1~bionic) bionic; urgency=medium
223253

224254
nugu (0.24.0ubuntu1~bionic) bionic; urgency=medium
225255

226-
* Fixed PlaySyncManager clearance
256+
* Fixed PlaySyncManager clearance
227257
* Fixed TTSAgent
228258
* Added Extension interface v1.1
229259
* Added Chips interface v1.1
230260
* Added DirectiveSequencer partial cancel
231261
* Applied directive blocking policy
232262
* Applied activity and playstack policy
233263
* Updated TextAgent
234-
* Updated context scope of some events
264+
* Updated context scope of some events
235265
* Updated network multipart rule
236266
* Updated session management flow
237-
* Updated nugu log readability
267+
* Updated nugu log readability
238268
* Updated nugu_sample UI
239-
269+
240270
-- nugulinux <nugulinux@gmail.com> Wed, 3 Feb 2020 10:30:00 +0900
241271

242272
nugu (0.23.0ubuntu1~bionic) bionic; urgency=medium
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package-name-doesnt-match-sonames libnugu0
2-
embedded-library usr/lib/x86_64-linux-gnu/libnugu.so.1.7.5: curl
3-
embedded-library usr/lib/arm-linux-gnueabihf/libnugu.so.1.7.5: curl
4-
embedded-library usr/lib/aarch64-linux-gnu/libnugu.so.1.7.5: curl
2+
embedded-library usr/lib/x86_64-linux-gnu/libnugu.so.1.7.6: curl
3+
embedded-library usr/lib/arm-linux-gnueabihf/libnugu.so.1.7.6: curl
4+
embedded-library usr/lib/aarch64-linux-gnu/libnugu.so.1.7.6: curl

packaging/focal/changelog

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
nugu (1.7.6ubuntu1~focal) focal; urgency=medium
2+
3+
* Fixed memory deallocation pair
4+
* Fixed NuguClient hang-up issue
5+
* Fixed AudioRecorderManager to use NuguRunner
6+
* Fixed seek time unit
7+
* Fixed media player position handling
8+
* Fixed pthread mutex usage
9+
* Fixed curl log to skip CRLF data
10+
* Fixed capability version check
11+
* Fixed clang-tidy analysis issues
12+
* Fixed macOS/CodeQL build error
13+
* Added to support Windows OS
14+
* Added nugu_audio attribute getter API
15+
* Added voice streaming recognition
16+
* Added black duck analysis in CI
17+
* Updated SpeechRecognizer
18+
* Updated NetworkManager
19+
* Updated PlaySyncManager
20+
* Updated plugin architecture to support embedding
21+
* Updated method documentation
22+
* Updated Github action to reuse workflows
23+
* Upgraded Github action version
24+
* Enhanced speex validation check
25+
* Improved AudioPlayer playsync handling
26+
* Refactoring NuguRunner
27+
* Refactoring entire build script
28+
29+
-- nugulinux <nugulinux@gmail.com> Tue, 25 Jun 2024 14:00:00 +0900
30+
131
nugu (1.7.5ubuntu1~focal) focal; urgency=medium
232

333
* Fixed RoutineManager test memory leak
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package-name-doesnt-match-sonames libnugu0
2-
embedded-library usr/lib/x86_64-linux-gnu/libnugu.so.1.7.5: curl
3-
embedded-library usr/lib/arm-linux-gnueabihf/libnugu.so.1.7.5: curl
4-
embedded-library usr/lib/aarch64-linux-gnu/libnugu.so.1.7.5: curl
2+
embedded-library usr/lib/x86_64-linux-gnu/libnugu.so.1.7.6: curl
3+
embedded-library usr/lib/arm-linux-gnueabihf/libnugu.so.1.7.6: curl
4+
embedded-library usr/lib/aarch64-linux-gnu/libnugu.so.1.7.6: curl

packaging/jammy/changelog

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
nugu (1.7.6ubuntu1~jammy) jammy; urgency=medium
2+
3+
* Fixed memory deallocation pair
4+
* Fixed NuguClient hang-up issue
5+
* Fixed AudioRecorderManager to use NuguRunner
6+
* Fixed seek time unit
7+
* Fixed media player position handling
8+
* Fixed pthread mutex usage
9+
* Fixed curl log to skip CRLF data
10+
* Fixed capability version check
11+
* Fixed clang-tidy analysis issues
12+
* Fixed macOS/CodeQL build error
13+
* Added to support Windows OS
14+
* Added nugu_audio attribute getter API
15+
* Added voice streaming recognition
16+
* Added black duck analysis in CI
17+
* Updated SpeechRecognizer
18+
* Updated NetworkManager
19+
* Updated PlaySyncManager
20+
* Updated plugin architecture to support embedding
21+
* Updated method documentation
22+
* Updated Github action to reuse workflows
23+
* Upgraded Github action version
24+
* Enhanced speex validation check
25+
* Improved AudioPlayer playsync handling
26+
* Refactoring NuguRunner
27+
* Refactoring entire build script
28+
29+
-- nugulinux <nugulinux@gmail.com> Tue, 25 Jun 2024 14:00:00 +0900
30+
131
nugu (1.7.5ubuntu1~jammy) jammy; urgency=medium
232

333
* Fixed RoutineManager test memory leak
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package-name-doesnt-match-sonames libnugu0
2-
embedded-library usr/lib/x86_64-linux-gnu/libnugu.so.1.7.5: curl
3-
embedded-library usr/lib/arm-linux-gnueabihf/libnugu.so.1.7.5: curl
4-
embedded-library usr/lib/aarch64-linux-gnu/libnugu.so.1.7.5: curl
2+
embedded-library usr/lib/x86_64-linux-gnu/libnugu.so.1.7.6: curl
3+
embedded-library usr/lib/arm-linux-gnueabihf/libnugu.so.1.7.6: curl
4+
embedded-library usr/lib/aarch64-linux-gnu/libnugu.so.1.7.6: curl

packaging/opkg/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: libnugu
2-
Version: 1.7.5
2+
Version: 1.7.6
33
Section: libs
44
Source: https://github.com/nugulinux/nugu-linux
55
Priority: required

0 commit comments

Comments
 (0)