Skip to content

Commit

Permalink
Preparation for beta 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
jawi committed Nov 25, 2011
1 parent 4012bab commit bc925f9
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 2 deletions.
31 changes: 31 additions & 0 deletions ChangeLog
@@ -1,3 +1,34 @@
2011-11-25 JaWi <j.w.janssen@lxtreme.nl>

* client/src/main/java/nl/lxtreme/ols/client/ClientController.java,
client/src/main/java/nl/lxtreme/ols/client/MainFrame.java,
client/src/main/java/nl/lxtreme/ols/client/osgi/UserSessionManager.
java: The selected device was not retained between user sessions;
cleaned the about box a bit; minor cleanups.

2011-11-25 JaWi <j.w.janssen@lxtreme.nl>

*
device.logicsniffer/src/main/java/org/sump/device/logicsniffer/Logi
cSnifferAcquisitionTask.java: Fixed(?) issue #81: in some situations
the device acquisition keeps waiting for an indefinite amount of
time. Problem is due to the incorrect reading of bytes from the
stream.

2011-11-25 JaWi <j.w.janssen@lxtreme.nl>

*
device.logicsniffer/src/main/java/org/sump/device/logicsniffer/Logi
cSnifferConfigDialog.java: Fixed issue #82: the before/after slider
was compressed in some situations.

2011-11-20 JaWi <j.w.janssen@lxtreme.nl>

* ChangeLog, ols.distribution/src/main/assembly/assembly.xml,
ols.distribution/src/main/resources/CHANGELOG,
ols.distribution/src/main/resources/README: Preparation for release
of 0.9.5-b1

2011-11-20 JaWi <j.w.janssen@lxtreme.nl>

* client/src/main/java/nl/lxtreme/ols/client/ClientController.java,
Expand Down
8 changes: 7 additions & 1 deletion ols.distribution/src/main/resources/CHANGELOG
Expand Up @@ -3,7 +3,13 @@ OpenBench LogicSniffer Client ChangeLog
J.W. Janssen, <j.w.janssen@lxtreme.nl>


Release 0.9.5 (beta):
Release 0.9.5 (beta 2):
- Fixed issues #81 and #82;
- Ensured that the selected capture device is retained between user sessions;
- Updated the about box to include the proper copyright years;
- Small cleanups.

Release 0.9.5 (beta 1):
- Fixed issues #79, #77, #76, #75, #74, #70 and #40;
- Use PureJavacomm (see [1]) as experimental serial library instead of RXTX;
- Major cleanups in Tool/Device API making it easier to implement and test new
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -29,7 +29,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<ols.version>0.9.5-b1</ols.version>
<ols.version>0.9.5-b2</ols.version>
</properties>
<modules>
<module>api</module>
Expand Down

0 comments on commit bc925f9

Please sign in to comment.