~ubuntu-branches/ubuntu/oneiric/ajaxterm/oneiric

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Julien Valroff
  • Date: 2010-02-06 09:57:33 UTC
  • Revision ID: james.westby@ubuntu.com-20100206095733-u1ialsvfedxgv45o
Tags: 0.10-5
* Make use of python-support >= 0.6
* Updated to new policy 3.8.4 (no changes needed)
* Bumped debhelper compat to 7
* Removed useless lintian override
* Updated Debian packaging copyright
* Added $AJAXTERM_UID in default file, allowing to change the user running
  ajaxterm (Closes: #531165)
* Make use of start-stop-daemon --group option to also allow to change the
  GID (Closes: #528208)
* Updated README.Debian
* Added patch from Berki Lukács T. <blt@shin.hu>:
  + Make it work with Chrome and possibly other Webkit-based browsers
  + Returns Connection: keep-alive and Content-Length HTTP headers to 
    avoid doing a complete SSL handshake on every keystroke and screen update
  + Added a reaper thread to kill off disconnected sessions
  + Sends SIGHUP rather than SIGTERM on end of session
  + Threaded mode is default
* CVE-2009-1629: ajaxterm generated session IDs with predictable random
  numbers - thanks to Raphael Geissert <geissert@debian.org> (Closes: #528938)
* Added configuration file allowing to set terminal size (Closes: #515987)
* Fixed typo in copyright file - license for sarissa* files is now correct
* Added patch from Sergej Pupykin <ps@lx-ltd.ru> to switch ajaxterm from
  Latin-1 to UTF-8 encoding (Closes: #541850)
* Use start-stop-daemon return code in the init script
* Removed sleep call when restarting ajaxterm daemon
* Added patch to display hostname in login prompt
* Fixed manpage to make lintian happy
* Switched to GIT - updated VCS-* fields accordingly
* Converted package to dh minimal rules files
* Switched to 3.0 (quilt) source format
* Removed pyversions file and use XS-Python-Version field instead
* Build-depend on python rather than on python-dev
* Fixed issue in sarissa with Firefox/Iceweasel 3.6 (Closes: #568372)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ajaxterm (0.10-5) unstable; urgency=low
 
2
 
 
3
  * Make use of python-support >= 0.6
 
4
  * Updated to new policy 3.8.4 (no changes needed)
 
5
  * Bumped debhelper compat to 7
 
6
  * Removed useless lintian override
 
7
  * Updated Debian packaging copyright
 
8
  * Added $AJAXTERM_UID in default file, allowing to change the user running
 
9
    ajaxterm (Closes: #531165)
 
10
  * Make use of start-stop-daemon --group option to also allow to change the
 
11
    GID (Closes: #528208)
 
12
  * Updated README.Debian
 
13
  * Added patch from Berki Lukács T. <blt@shin.hu>:
 
14
    + Make it work with Chrome and possibly other Webkit-based browsers
 
15
    + Returns Connection: keep-alive and Content-Length HTTP headers to 
 
16
      avoid doing a complete SSL handshake on every keystroke and screen update
 
17
    + Added a reaper thread to kill off disconnected sessions
 
18
    + Sends SIGHUP rather than SIGTERM on end of session
 
19
    + Threaded mode is default
 
20
  * CVE-2009-1629: ajaxterm generated session IDs with predictable random
 
21
    numbers - thanks to Raphael Geissert <geissert@debian.org> (Closes: #528938)
 
22
  * Added configuration file allowing to set terminal size (Closes: #515987)
 
23
  * Fixed typo in copyright file - license for sarissa* files is now correct
 
24
  * Added patch from Sergej Pupykin <ps@lx-ltd.ru> to switch ajaxterm from
 
25
    Latin-1 to UTF-8 encoding (Closes: #541850)
 
26
  * Use start-stop-daemon return code in the init script
 
27
  * Removed sleep call when restarting ajaxterm daemon
 
28
  * Added patch to display hostname in login prompt
 
29
  * Fixed manpage to make lintian happy
 
30
  * Switched to GIT - updated VCS-* fields accordingly
 
31
  * Converted package to dh minimal rules files
 
32
  * Switched to 3.0 (quilt) source format
 
33
  * Removed pyversions file and use XS-Python-Version field instead
 
34
  * Build-depend on python rather than on python-dev
 
35
  * Fixed issue in sarissa with Firefox/Iceweasel 3.6 (Closes: #568372)
 
36
 
 
37
 -- Julien Valroff <julien@kirya.net>  Sat, 06 Feb 2010 09:57:33 +0100
 
38
 
1
39
ajaxterm (0.10-4) unstable; urgency=low
2
40
 
3
41
  * Fixed debian/watch to match new files location