소스 검색

Update changes and minify the JS

JC Brand 11 년 전
부모
커밋
774f0119b2
2개의 변경된 파일15개의 추가작업 그리고 4개의 파일을 삭제
  1. 15 4
      CHANGES.rst
  2. 0 0
      converse.min.js

+ 15 - 4
CHANGES.rst

@@ -5,15 +5,21 @@ Changelog
 ------------------
 
 * Don't load OTR crypto if the browser doesn't have a CSRNG [jcbrand]
+* Don't break when crypto libraries aren't defined. [jcbrand]
 * Check if canvas is supported before trying to render the user avatar [jcbrand]
 
 0.7.0 (2013-11-13)
 ------------------
 
-.. Note ::
-    This release introduces a backward incompatible change. The boilerplate
-    HTML needed in your webpage for converse.js to work has been reduced to a
-    single div: <div id="conversejs"></div>
+Important:
+**********
+
+This release includes support for [Off-the-record encryption](https://otr.cypherpunks.ca).
+For this to work, your browser needs a CSPRNG (Cryptographically secure pseudorandom number generator).
+
+Internet Explorer of all versions doesn't have one at all, neither does older versions of Firefox.
+
+If you need to support older browsers, please download the latest release from the 0.6 bran
 
 Features:
 ~~~~~~~~~
@@ -24,6 +30,11 @@ Features:
 * Simplified boilerplate markup [jcbrand]
 * New configuration settings, ``xhr_custom_status_url`` and ``xhr_user_search_url`` [jcbrand]
 
+.. Note ::
+    This release introduces a backward incompatible change. The boilerplate
+    HTML needed in your webpage for converse.js to work has been reduced to a
+    single div: <div id="conversejs"></div>
+
 Bugfixes:
 ~~~~~~~~~
 

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
converse.min.js


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.