diff --git a/cccli/__init__.py b/cccli/__init__.py index 02f639e877543c9ce23c56293aec7ee9d99f89fa..07866f08ab3d4136d02fb2780c72628f562a2eff 100644 --- a/cccli/__init__.py +++ b/cccli/__init__.py @@ -30,6 +30,6 @@ canonical_name="cc-cli" debug = False # set version -version = "6~dev" +version = "6" if version.find("dev") != -1: git_version() diff --git a/debian/changelog b/debian/changelog index 49a1dbcb8d8ed5c24c16b21b516ab2d5760fa42f..fedbcd6c213689b058c72929e476d555f0f964c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,51 @@ +cc-cli (6) unstable; urgency=low + + Anael Beutot (3): + Fix command pause + Implemented command disablevirtiocache + Implemented autostart command + + Antoine Millet (1): + Implemented wall handler + + Sébastien Luttringer (26): + fix empty listing of list -t id + list use id tql as no given args + add seperator only when needed + bump dev v6 + Handle new tag system + Command cancel use TQL + Add purge command + Ignore commands starting by a dot + Add pager to Printer class + Reimplement console and rshell + Handle ^] to quit from rshell and console commands + Handle ^] to quit from rshell and console commands + Return empty sting to simulate an EOF with ^] + Use new resize function API + Rename rshell to shell + Use sjrpc wait_shutdown API (v18) + shell: set initial term size + shell/console: print prompt on a new line + console.py: pylint clean + Fix usage for time command + Implement port forwarding commands + Move FakeTtySocket into printer module + Use os.devnull when possible + Add vnc command + Remove sheebang in python library + Try to use @staticmethod + + Thomas Souvignet (5): + remove 'jobs' command + Add attachment command + implement 'rshell' command + implement 'console' command + rework rights commands to handle new system + + + -- Sébastien Luttringer Fri, 19 Oct 2012 14:38:28 +0200 + cc-cli (5) unstable; urgency=low Antoine Millet (1):