Sfoglia il codice sorgente

Bump release to version 0.7.3

JC Brand 11 anni fa
parent
commit
fb1ed29c8f

+ 1 - 1
bower.json

@@ -1,6 +1,6 @@
 {
   "name": "converse",
-  "version": "0.7.2",
+  "version": "0.7.3",
   "devDependencies": {
     "jasmine": "https://github.com/jcbrand/jasmine.git#1_3_x",
     "otr": "0.2.7"

File diff suppressed because it is too large
+ 1 - 1
builds/converse-no-locales-no-otr.min.js


File diff suppressed because it is too large
+ 1 - 1
builds/converse-no-otr.min.js


File diff suppressed because it is too large
+ 1 - 1
builds/converse.min.js


File diff suppressed because it is too large
+ 0 - 0
converse.min.css


+ 2 - 2
docs/CHANGES.rst

@@ -1,8 +1,8 @@
 Changelog
 =========
 
-Unreleased
-----------
+0.7.3 (2014-02-15)
+------------------
 
 * #93 Add API methods exposing the RID and SID values. Can be disabled. [jcbrand]
 * #102 Option to enable OTR by default. [Aupajo]

+ 2 - 2
docs/source/conf.py

@@ -48,9 +48,9 @@ copyright = u'2013, JC Brand'
 # built documents.
 #
 # The short X.Y version.
-version = '0.7.2'
+version = '0.7.3'
 # The full version, including alpha/beta/rc tags.
-release = '0.7.2'
+release = '0.7.3'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "converse.js",
-  "version": "0.7.2",
+  "version": "0.7.3",
   "description": "Browser based XMPP instant messaging client",
   "main": "main.js",
   "directories": {

+ 0 - 2
src/build-no-locales-no-otr.js

@@ -7,8 +7,6 @@
         "jquery": "components/jquery/jquery",
         "jed": "components/jed/jed",
         "locales": "locale/nolocales",
-        "pt_BR": "locale/pt_BR/LC_MESSAGES/pt_BR", 
-        "ru": "locale/ru/LC_MESSAGES/ru",
         "jquery.tinysort": "components/tinysort/src/jquery.tinysort",
         "underscore": "components/underscore/underscore",
         "backbone": "components/backbone/backbone",

+ 3 - 0
src/build-no-otr.js

@@ -12,8 +12,11 @@
         "en": "locale/en/LC_MESSAGES/en",
         "es": "locale/es/LC_MESSAGES/es",
         "fr": "locale/fr/LC_MESSAGES/fr",
+        "he": "locale/he/LC_MESSAGES/he",
         "hu": "locale/hu/LC_MESSAGES/hu",
         "it": "locale/it/LC_MESSAGES/it",
+        "id": "locale/id/LC_MESSAGES/id",
+        "ja": "locale/ja/LC_MESSAGES/ja",
         "nl": "locale/nl/LC_MESSAGES/nl",
         "pt_BR": "locale/pt_BR/LC_MESSAGES/pt_BR", 
         "ru": "locale/ru/LC_MESSAGES/ru",

+ 3 - 0
src/build.js

@@ -12,8 +12,11 @@
         "en": "locale/en/LC_MESSAGES/en",
         "es": "locale/es/LC_MESSAGES/es",
         "fr": "locale/fr/LC_MESSAGES/fr",
+        "he": "locale/he/LC_MESSAGES/he",
         "hu": "locale/hu/LC_MESSAGES/hu",
+        "id": "locale/id/LC_MESSAGES/id",
         "it": "locale/it/LC_MESSAGES/it",
+        "ja": "locale/ja/LC_MESSAGES/ja",
         "nl": "locale/nl/LC_MESSAGES/nl",
         "pt_BR": "locale/pt_BR/LC_MESSAGES/pt_BR", 
         "ru": "locale/ru/LC_MESSAGES/ru",

Some files were not shown because too many files changed in this diff