*********************************************************
* eHealth Technical Connector Bootstrap   RELEASE NOTES *
*********************************************************

3.4.11 release
  . added        b.f.e.t.bootstrap.bcp.*                                            Adding support for the BCP solution.
  . bug-fix      b.f.e.t.bootstrap.tsl.parser.TrustServiceStatusListParser          Fixing issue with next element parsing
  . renamed      b.f.e.t.bootstrap.tsl.siganture.Trust..Verifier                    Fixing typo in FQN
                                                                                    All the exposed methods are public static
                                                                                    Improved logging
  . improvement  b.f.e.t.bootstrap.TrustStoreUpdater                                Using static methods instead of 'local' ones
  . improvement  b.f.e.t.boostrap.uddi.UddiUpdater                                  minor refactoring (code cleanup)
  . improvement  b.f.e.t.boostrap.utils.BootstrapUtils                              minor refactoring (code cleanup)

3.4.0-beta-10 release
  . added        b.f.e.t.bootstrap.tsl.TrustStoreUpdater                            Adding the update of TSLO store
                                                                                    Merging self signed certificates for TSLO list into CA certficates store
                                                                                    minor refactoring (code cleanup)
  . bug-fix      b.f.e.t.bootstrap.tsl.parser.TrustServiceStatusListParser          fixing issue for obtaining nextUpdate field
                                                                                    using InputStream instead of InputSoure
  . improvement  b.f.e.t.bootstrap.tsl.signature.Trust..Verifier                    using the TSL signing store instead of all the crt files on the classpath
  . added        b.f.e.t.bootstrap.utils.BootStrapUtils                             when writing to a keystore the aliases are prefixed with a sequence number
                                                                                    possibility to transfer selfsigned certificates from on store to another.
  . remove       b.f.e.t.bootstrap.utils.ResourceList                               removed unused class

3.4.0-beta-9 release
  initial release