From 6e6b413721baf8b382682bf008d7b609c8dcd815 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= Date: Fri, 19 Oct 2012 14:42:06 +0200 Subject: [PATCH] version 6 --- cccli/__init__.py | 2 +- debian/changelog | 48 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+), 1 deletion(-) diff --git a/cccli/__init__.py b/cccli/__init__.py index 02f639e..07866f0 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 49a1dbc..fedbcd6 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): -- GitLab