noVNC version 0.3

- Also add docs/release.txt instruction file.
This commit is contained in:
Joel Martin 2012-05-11 14:42:05 -05:00
parent 53dfab7fb7
commit df4fa13b89
3 changed files with 18 additions and 1 deletions

10
debian/changelog vendored
View File

@ -1,3 +1,13 @@
novnc (0.3) maverick; urgency=low
* add tight encoding support
* release pressed key when focus lost (fixes locked Alt key)
* Support Apple Remote Desktop
* Add nova/openstack proxy wrapper
* Better connection close handling/reporting
-- Joel Martin <github@martintribe.org> Fri, 11 May 2012 03:00:00 -0600
novnc (0.2) maverick; urgency=low
* Mobile device support with viewport clipping

View File

@ -1 +1 @@
0.2
0.3

7
docs/release.txt Normal file
View File

@ -0,0 +1,7 @@
- Update and commit docs/VERSION and debian/changelog
- Create version tag and tarball from tag
WVER=0.3
git tag ${WVER}
git archive --format=tar --prefix=novnc-${WVER}/ v${WVER} > novnc-${WVER}.tar
gzip novnc-${WVER}.tar
- Upload tarball to repo