[Pkg-javascript-commits] [sockjs-client] 93/434: Added changelog

Tonnerre Lombard tonnerre-guest at moszumanska.debian.org
Wed Jan 8 00:47:06 UTC 2014


This is an automated email from the git hooks/post-receive script.

tonnerre-guest pushed a commit to branch master
in repository sockjs-client.

commit 552ebced30460590f065f6af7657a31008747cee
Author: Marek Majkowski <majek04 at gmail.com>
Date:   Fri Aug 19 18:05:15 2011 +0100

    Added changelog
---
 Changelog | 11 +++++++++++
 Makefile  |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/Changelog b/Changelog
new file mode 100644
index 0000000..12522fe
--- /dev/null
+++ b/Changelog
@@ -0,0 +1,11 @@
+0.0.2
+=====
+
+ * Initial support for JSESSIONID based load balancing. Currently
+   doesn't play nicely with IE XDomainRequest transport.
+
+
+0.0.1
+=====
+
+ * Initial release.
diff --git a/Makefile b/Makefile
index 6305195..6846450 100644
--- a/Makefile
+++ b/Makefile
@@ -57,7 +57,7 @@ VER:=$(shell ./VERSION-GEN)
 .PHONY: tag upload
 tag:
 	-git tag -d v$(RVER)
-	git commit $(TAG_OPTS) version -m "Release $(RVER)"
+	git commit $(TAG_OPTS) version Changelog -m "Release $(RVER)"
 	git tag -a v$(RVER) -m "Release $(RVER)"
 	@echo ' [*] Now run'
 	@echo 'git push; git push --tag'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/sockjs-client.git



More information about the Pkg-javascript-commits mailing list