Skip to content

Commit

Permalink
uadk: release 2.8
Browse files Browse the repository at this point in the history
Release 2.8 in 2024.12

Signed-off-by: Zhangfei Gao <[email protected]>
Signed-off-by: Longfang Liu <[email protected]>
  • Loading branch information
zhangfeigao authored and Liulongfang committed Dec 3, 2024
1 parent 48a0c13 commit fcfb43e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ endif # WITH_LOG_FILE
# y = minor
# z = revision
MAJOR = 2
MINOR = 7
MINOR = 8
REVISION = 0
UADK_VERSION = -version-number ${MAJOR}:${MINOR}:${REVISION}

DAY = 6
MONTH = June
DAY = 1
MONTH = Dec
YEAR = 2024
AM_CFLAGS+= -DUADK_VERSION_NUMBER="\"UADK version: ${MAJOR}.${MINOR}.${REVISION}\""
AM_CFLAGS+= -DUADK_RELEASED_TIME="\"Released ${MONTH} ${DAY}, ${YEAR}\""
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
AC_INIT([uadk], [2.7], [[email protected]])
AC_INIT([uadk], [2.8], [[email protected]])
AC_CONFIG_SRCDIR([wd.c])
AM_INIT_AUTOMAKE([1.10 no-define])

Expand Down
7 changes: 7 additions & 0 deletions docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

# UADK Release v2.8 Dec 2024

## Features:
- Support DAE accelerator device
- Supports hash-agg algorithm type, including SUM and COUNT operation
- uadk_tool add comp algorithm test

# UADK Release v2.7 June 2024

## Features:
Expand Down

0 comments on commit fcfb43e

Please sign in to comment.