JXplorer Version 3.2.2rc1 Release Notes
===================================
3.2.2rc1
* operational attributes viewer (new 'properties' button on table editor).  Many thanks to: [XXX]
* new config option: [option.ssl.protocol] allows you to restrict SSL to a single protocol (e.g. TLSv1 for FIPS compliance - thanks Yong Li
* build and javadoc clean up - thanks to [Craig Worgan and Kyle Blaney]
* various other fixes and improvements from the JXplorer community; many thanks to all of you!


JAVA VERSION CHANGED TO 1.5
- 3.2.2 will be the last version to compile for java 1.4
- However we are releasing and packaging with java 1.5 (it makes building the installers easier)
- if you still need 1.4, you can build it yourself from the source (set the ant build.xml file to 1.4)
- (If you *do* still need 1.4 operationally, please let us know!  We believe 1.4 is no longer in use...?)


3.2.1r2:
Improved Chinese Language Files (thanks evereasy@gmail.com!)
Improved Icon Images
Improved configuration directory handling

3.2.1:
... This is just a minor release with some incremental improvements.

* Dropped Install Anywhere, moved to BitRock installer for java 1.6 compatibility

* Support for loading LDIF files as command line argument
* Support for displaying raw password strings in table editor using 'mask.raw.passwords=false' in jxconfig.txt
* Some fixes for MAC look and feel; added GTK look and feel
* Added Taiwanese Chinese language file - only partial.  Reformatted chinese to be traditional chinese file.
* Added stand alone 'smart keystore editor' as a sub-project of JXplorer (separate target in ant build, creates an executable jar file)
* Work on ant build file; making sure that shell script permissions are maintained
* Moved source to subversion repository, restructured to allow 'single check out, single build'; more modifications to build file.

Thanks to evereasy@gmail.com for the Taiwanese language file
Thanks to Pawel Zuzelski for the LDIF code
GTK L&F suggested by Alfonsas Stonis
Executable jar file version of smart keystore editor from Santthosh Babu Selvadurai