diff --git a/ChangeLog b/ChangeLog index 2c17851c8f94f9116f21af43c445ef1c681925f0..c86172bf41fc999cccf831498f20073fc9ee6959 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,15 @@ -train-2011.01.11 (in progress): +train-2011.01.18: + * support for 3rd party primary identity providers: #761, #904, #865 + * loadgen improvements + * Re-license under MPL2: #859 (& #827) + * clean up unused developer tools (vagrant): #861 + * (primary support) declaration of support now hosted in .well-known/browserid (was 'vep'): #865 + * unit test fixes: #889 & #851 + * help link opens in new window: #728 + * fix 'not supported' display in IE7: #831 + * language/rendering refinements: #850, #439, #622, #818, #901, #630, #888, #345, #815 + * front end performance improvements: #899, #910 + * better UX for network timeouts: #905 train-2011.01.05: * client entropy pool mixes in randomness from server for better browser RNG: #298, #800 diff --git a/scripts/browserid.spec b/scripts/browserid.spec index 2fa665429613128578b5da5e01abf9a8815137bf..87013f265717cf2a0e6184d6c96202655c9d0d9f 100644 --- a/scripts/browserid.spec +++ b/scripts/browserid.spec @@ -1,12 +1,12 @@ %define _rootdir /opt/browserid Name: browserid-server -Version: 0.2012.01.11 +Version: 0.2012.01.18 Release: 1%{?dist} Summary: BrowserID server Packager: Pete Fritchman <petef@mozilla.com> Group: Development/Libraries -License: MPL 1.1+/GPL 2.0+/LGPL 2.1+ +License: MPL 2.0 URL: https://github.com/mozilla/browserid Source0: %{name}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root