-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from ggtakec/master
Updated changelog for v1.0.21
- Loading branch information
Showing
6 changed files
with
49 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
k2htpdtor (1.0.21) trusty; urgency=low | ||
|
||
* Added lib_version_for_link option to make_valiables.sh | ||
* Updated submodule dependency for chmpx/k2hash/fullock | ||
|
||
-- Takeshi Nakatani <[email protected]> Tue, 28 Mar 2017 13:20:11 +0900 | ||
|
||
k2htpdtor (1.0.20) trusty; urgency=low | ||
|
||
* Updated dependency for fixing bugs in libfullock | ||
|
Submodule chmpx
updated
5 files
+9 −0 | ChangeLog | |
+2 −2 | configure.ac | |
+1 −1 | fullock | |
+1 −1 | k2hash | |
+36 −3 | make_valiables.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule k2hash
updated
14 files
+15 −0 | ChangeLog | |
+1 −1 | configure.ac | |
+1 −1 | fullock | |
+1 −1 | lib/k2hash.cc | |
+9 −5 | lib/k2hattrbuiltin.cc | |
+1 −1 | lib/k2hqueue.cc | |
+440 −267 | lib/k2hshm.cc | |
+25 −11 | lib/k2hshm.h | |
+1,085 −557 | lib/k2hshmque.cc | |
+25 −1 | lib/k2htrans.cc | |
+3 −1 | lib/k2htrans.h | |
+37 −4 | make_valiables.sh | |
+2 −0 | tests/k2hlinetool.cc | |
+20 −20 | tests/test_linetool.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters