Skip to content

Commit

Permalink
Version 0.8.4 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jawi committed Sep 9, 2010
1 parent 1462239 commit 1f1e932
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
24 changes: 24 additions & 0 deletions ChangeLog
@@ -1,3 +1,27 @@
2010-09-09 JaWi <j.w.janssen@lxtreme.nl>

* util/src/main/java/nl/lxtreme/ols/util/HostUtils.java,
util/src/main/java/nl/lxtreme/ols/util/swing/SwingComponentUtils.ja
va: Always use the canonical paths for properties files; ensure the
last selected directory of a file chooser (either AWT or Swing) is
retained in the user properties.

2010-09-09 JaWi <j.w.janssen@lxtreme.nl>

* api/src/main/java/nl/lxtreme/ols/api/data/DataContainer.java: When
trying to load another file than a OLS datafile, ensure we give a
proper message.

2010-09-09 JaWi <j.w.janssen@lxtreme.nl>

* : commit 0990f28dbd232d0ce8272ad68986f2465e6bfd46 Author: J.W.
Janssen <j.w.janssen@lxtreme.nl> Date: Thu Sep 9 13:15:01 2010
+0200

2010-09-08 JaWi <j.w.janssen@lxtreme.nl>

* ChangeLog: Added changelog.

2010-09-08 JaWi <j.w.janssen@lxtreme.nl>

* api/ols.mediawiki,
Expand Down
4 changes: 2 additions & 2 deletions api/ols.mediawiki
Expand Up @@ -82,8 +82,8 @@ Provides some common utilities that are shared among all other projects.
# <strike>rename cursor-labels to "t0", "t1", ... "t9";</strike>
# <strike>add annotations to other analysis tools;</strike>
# <strike>the OLS before/after trigger ratio slider has some cosmetic twitches (thanks to Andre);</strike>
# resizing analysis dialogs makes buttons grow (too) large on Linux/Windows (thanks to Andre);
# remember the last save/load location for open/save data-files & exports;
# <strike>resizing analysis dialogs makes buttons grow (too) large on Linux/Windows (thanks to Andre);</strike>
# <strike>remember the last save/load location for open/save data-files & exports;</strike>
# integrate analysis reports & annotations into one and make it configurable which one is shown/used;
# make the annotated data configurable regarding the displayed text and colors;
# add a preference pane for the "general" client configuration;
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.8.4-b4</ols.version>
<ols.version>0.8.4</ols.version>
</properties>
<build>
<resources>
Expand Down

0 comments on commit 1f1e932

Please sign in to comment.