Skip to content

Commit

Permalink
New version 6.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ronnie Sahlberg <[email protected]>
  • Loading branch information
sahlberg committed Dec 16, 2024
1 parent d24048a commit b1b3887
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ if(NOT ESP_PLATFORM)
else()
project(libsmb2
LANGUAGES C
VERSION 6.0.0
VERSION 6.1.0
)
set(VERSION 6.0.0)
set(VERSION 6.1.0)
set(PACKAGE "libsmb2")
set(PACKAGE_BUGREPORT "[email protected]")
set(PACKAGE_NAME "libsmb2")
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([libsmb2],[6.0.0],[[email protected]])
AC_INIT([libsmb2],[6.1.0],[[email protected]])

AC_PREREQ([2.71])
AC_CONFIG_HEADERS([config.h])
Expand Down
2 changes: 1 addition & 1 deletion lib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ libsmb2_la_SOURCES = \
usha.c

SOCURRENT=6
SOREVISION=0
SOREVISION=1
SOAGE=0
libsmb2_la_LDFLAGS = \
-version-info $(SOCURRENT):$(SOREVISION):$(SOAGE) -bindir $(bindir) \
Expand Down
4 changes: 4 additions & 0 deletions packaging/RPM/libsmb2.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ development libraries for LibSMB2
%{_libdir}/pkgconfig/libsmb2.pc

%changelog
* Mon Dec 16 2024 : Version 6.1.0
- Fix return code for smb2-ls on failure
- Fix memory errors in smb2_opendir()
- Add a macro te test for the version of the share-enum api
* Wed Dec 11 2024 : Version 6.0.0
- Major rewrites to DCE-RPC
- Initial support for building servers
Expand Down

0 comments on commit b1b3887

Please sign in to comment.