diff options
author | Timothy Pearson <[email protected]> | 2013-01-26 13:14:08 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-26 13:14:08 -0600 |
commit | caa52dbd8cdc8e93c835fd8d83212b11e4131acf (patch) | |
tree | 47065525870d276e38cecb12c8ea9dae96d35722 | |
parent | 8e3c2c74110d47109a349243898c1561c93d4e1b (diff) | |
download | other-caa52dbd8cdc8e93c835fd8d83212b11e4131acf.tar.gz other-caa52dbd8cdc8e93c835fd8d83212b11e4131acf.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4HEADr14.0.5r14.0.4r14.0.3r14.0.2r14.0.1r14.0.0r14.0.xmaster
-rwxr-xr-x | bugzilla_give_permissions.sh | 2 | ||||
-rw-r--r-- | release/RELEASE-CHECKLIST | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bugzilla_give_permissions.sh b/bugzilla_give_permissions.sh index fc9bdb0..776ddb4 100755 --- a/bugzilla_give_permissions.sh +++ b/bugzilla_give_permissions.sh @@ -17,7 +17,7 @@ email=$1 email_in_query=`echo $email | sed -e 's/@/%40/g'` url="http://bugs.kde.org/editusers.cgi?action=edit&user=$email_in_query" appid=`dcopstart konqueror "$url"` -# dcopstart ensures konqueror is launched and ready, but not that khtml finished loading +# dcopstart ensures konqueror is launched and ready, but not that tdehtml finished loading objid='' while test -z "$objid"; do # TODO: timeout? diff --git a/release/RELEASE-CHECKLIST b/release/RELEASE-CHECKLIST index f51090b..89f8572 100644 --- a/release/RELEASE-CHECKLIST +++ b/release/RELEASE-CHECKLIST @@ -22,7 +22,7 @@ Update version number * tdebase/starttde * kde-common/admin/cvs.sh has VERSION="3.x.x" * tdelibs/tdecore/tdeversion.h - * tdelibs/tdecore/ksycoca.h --> ksycoca version number + * tdelibs/tdecore/tdesycoca.h --> tdesycoca version number * tdelibs/README * tdenetwork/kopete/libkopete/kopeteversion.h * bugs/template/wizard/report.html.tmpl |