diff --git a/changelog.txt b/changelog.txt index e57fc928..9a32a07e 100644 --- a/changelog.txt +++ b/changelog.txt @@ -63,8 +63,9 @@ Changes in version 1.3.0 (Jan 2009) to search for a single object, analogous to JdbcTemplate#queryForObject(). (LDAP-150) -* DistinguishedName now correctly adheres to the equals/hashCode contract. - LDAP-151 +* DistinguishedName (LdapRdnComponent really) now correctly calculates the + hashCode for names where case differs, and now correctly adheres to the + equals/hashCode contract. (LDAP-151) * Various improvements to immutability of DistinguishedNames throughout the framework. DistinguishedName#immutableDistinguishedName now produces a truly @@ -197,9 +198,6 @@ Changes in version 1.3.0.RC1 (Oct 2008) * Removed AcegiAuthenticationSource - use SpringSecurityAuthenticationSource (included with Spring Security) instead. -* DistinguishedName (LdapRdnComponent really) now correctly calculates the - hashCode for names where case differs. (LDAP-151) - * Upgraded commons-lang to 2.3. * Upgraded Spring to 2.5.6. (LDAP-125) diff --git a/etc/snapshotzipbuilds/1.3-snapshot-download.php b/etc/snapshotzipbuilds/1.3-snapshot-download.php index c478aef6..66f97b2e 100644 --- a/etc/snapshotzipbuilds/1.3-snapshot-download.php +++ b/etc/snapshotzipbuilds/1.3-snapshot-download.php @@ -1,5 +1,5 @@ + spring-milestone + Spring Portfolio Milestone Repository + http://s3.amazonaws.com/maven.springframework.org/release + + +This means that in order to use the latest release (1.3.0.RELEASE), you need to +specify the repository above and include the following dependencies: + + + org.springframework.ldap + spring-ldap-core + 1.3.0.RELEASE + + +For Java 1.5 support: + + + org.springframework.ldap + spring-ldap-core-tiger + 1.3.0.RELEASE + + Milestone releases (such as release candidates) are available from the Spring framework milestone repo: @@ -81,7 +106,7 @@ framework milestone repo: http://s3.amazonaws.com/maven.springframework.org/milestone -This means that in order to use the latest release (1.3.0.RC1), you need to +This means that in order to use a milestone or release candidate, you need to specify the repository above and include the following dependencies: @@ -109,14 +134,14 @@ Nighly builds are published to the snapshot repository: org.springframework.ldap spring-ldap-core - 1.3.0.CI-SNAPSHOT + 1.3.1.CI-SNAPSHOT For Java 1.5 support: org.springframework.ldap spring-ldap-core-tiger - 1.3.0.CI-SNAPSHOT + 1.3.1.CI-SNAPSHOT 5. WHERE TO START diff --git a/src/site/apt/downloads/snapshots.apt b/src/site/apt/downloads/snapshots.apt index c25188a8..6ddcb085 100644 --- a/src/site/apt/downloads/snapshots.apt +++ b/src/site/apt/downloads/snapshots.apt @@ -23,7 +23,21 @@ Snapshot Builds org.springframework.ldap spring-ldap-core - 1.3.0.CI-SNAPSHOT + 1.3.1.CI-SNAPSHOT + + ++--------------- + + org.springframework.ldap + spring-ldap-tiger + 1.3.1.CI-SNAPSHOT + + ++--------------- + + org.springframework.ldap + spring-ldap-test + 1.3.1.CI-SNAPSHOT +---------------