diff options
author | shnavid <shnavid@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2007-07-12 07:29:36 +0000 |
---|---|---|
committer | shnavid <shnavid@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2007-07-12 07:29:36 +0000 |
commit | 9af40ceda54d5979730d95999359da33191839fe (patch) | |
tree | e09e2ee395d84ba973ae049ef7a4a3e2b7fbebd5 /src/setup.py | |
parent | c96eab04123db867ca2ef23f51dccea46e8b9801 (diff) | |
download | sos-9af40ceda54d5979730d95999359da33191839fe.tar.gz |
* bumped version to 1.7r1.7
* curses menu disabled by default (enable with -c)
* sosreport output friendlier to the user (and similar to sysreport)
* smarter plugin listing which also shows options and disable/enabled plugins
* require root permissions only for actual sosreport generation
* fix in -k where option value was treated as string instead of int
* made progressbar wider (60 chars)
* selinux plugin is enabled only if selinux is also enabled on the system
* made some errors less verbose to the user
* made sosreport not copy files pointed by symbolic links (same as sysreport, we don't need /usr/bin/X or /sbin/ifup)
* copy links as links (cp -P)
* added plugin get_description() that returns a short decription for the plugin
* guess sosreport name from system's name
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@195 ef72aa8b-4018-0410-8976-d6e080ef94d8
Diffstat (limited to 'src/setup.py')
-rw-r--r-- | src/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setup.py b/src/setup.py index b6030227..23e9a4f4 100644 --- a/src/setup.py +++ b/src/setup.py @@ -9,7 +9,7 @@ import sys,os,time # change version in spec file along with this string setup( name = 'sos', - version = '1.6', + version = '1.7', license = 'GPL', description = 'System Support Tools', long_description = """Sos is a set of tools that gathers information about system |