Skip to content

Commit

Permalink
Update libmcp23s17 to fix a bug on most recent kernel. Bump to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xaqq committed Mar 6, 2015
1 parent 1edd7aa commit c3ccd61
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "libmcp23s17"]
path = libmcp23s17
url = https://github.com/xaqq/libmcp23s17.git
url = https://github.com/piface/libmcp23s17.git
[submodule "libpifacedigital"]
path = libpifacedigital
url = https://github.com/xaqq/libpifacedigital.git
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ endif()

add_definitions(-DLEOSAC_VERSION_MAJOR=0)
add_definitions(-DLEOSAC_VERSION_MINOR=5)
add_definitions(-DLEOSAC_VERSION_PATCH=0)
add_definitions(-DLEOSAC_VERSION_PATCH=1)

set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${LEOSAC_BINARY_DIR})
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${LEOSAC_BINARY_DIR})
Expand Down
2 changes: 1 addition & 1 deletion libmcp23s17
Submodule libmcp23s17 updated 2 files
+5 −0 CHANGELOG
+3 −1 src/mcp23s17.c
6 changes: 6 additions & 0 deletions pkg/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
leosac (0.5.1-1) UNRELEASED; urgency=medium

* Update libmcp23s17 to fix a bug on recent kernel

-- <[email protected]> Fri, 06 Mar 2015 18:00:25 +0100

leosac (0.5.0-1) UNRELEASED; urgency=medium

* New authentication module, with more feature.
Expand Down

0 comments on commit c3ccd61

Please sign in to comment.