Skip to content

Commit 3b19154

Browse files
committed
Improve testing for windows.
1 parent 8b22685 commit 3b19154

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

README

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ https://www.ohloh.net/p/Java-Thread-Affinity
44

55
[ Version History ]
66

7+
Version 1.5.4 - Added AffinityLock.isAllocated() and isBound() so you can check whether a CPU could be allocated.
8+
79
Version 1.5.3 - Build on Windows cleanly. Added a Unix profile for Unix enhanced build.
810

911
Version 1.5.2 - Added Windows support and Javadoc for all public methods.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<groupId>vanilla.java</groupId>
2424
<artifactId>affinity</artifactId>
25-
<version>1.5.3</version>
25+
<version>1.5.4</version>
2626
<packaging>jar</packaging>
2727

2828
<licenses>

0 commit comments

Comments
 (0)