Skip to content

Commit

Permalink
release 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordin committed Jan 20, 2014
1 parent dda26d6 commit 3ccbf0c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Strophe.js Change Log

## Version 1.1.1 - 2013-12-16
## Version 1.1.3 - 2013-01-20
* Fix SCRAM-SHA1 auth now works for multiple connections at the same time
* Fix Connecting to a different server with the same connection after disconnect
* Add Gruntfile so StropheJS can now also be built using grunt
* Fix change in sha1.js that broke the caps plugin
* Fix all warnings from jshint.

## Version 1.1.2 - 2013-01-04
* Add option for synchronous BOSH connections
* moved bower.json to other repository
* Remove unused code in sha1 and md5 modules
Expand Down
6 changes: 3 additions & 3 deletions release_checklist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
*** Make sure all tests pass
*** Decide on version number
*** Update CHANGELOG.txt
*** Tag code with version (git tag -s release-VERSION head)
*** Tag code with version (git tag -s release-VERSION HEAD)
*** Push repo and tags (git push && git push --tags)
*** Create version.txt with version
*** Run make release
*** update version in package.json
*** Run grunt release
*** Upload zip file and tarball to GitHub
*** Add documentation to strophe.im repo
*** Update website
Expand Down

0 comments on commit 3ccbf0c

Please sign in to comment.