* Add feature changes.

svn path=/trunk/kdenonbeta/kdecvs-build/; revision=314005
wilder
Michael Pyne 22 years ago
parent bb3969fdab
commit c99d17989a
  1. 22
      HISTORY
  2. 2
      TODO

@ -1,3 +1,25 @@
Version history: 0.60 2004-May-24
* Modules are now installed after a successful build. This means that if you
are using a single user build of KDE, you can download, build, and install
everything with a single command.
* Most commands are logged now.
* Module passed on the command line are ignored if not present in the
configuration file. This prevents problems with typos.
* Some output cleanups. For example, the Packages Failed section is only
printed out if a package has actually failed.
* CVS over SSH support. If your CVSROOT begins with :ext:, the environment
variable CVS_RSH is automatically set to ssh. Note that the script can't
access your private key, so you may need to run ssh-agent.
* Better handling of qt-copy. Now the script can determine if qt-copy has
been configured, and won't unnecessarily rebuild from scratch. The
apply-patches option should work properly as well.
* The script returns non-zero on error for use with other scripts.
* Added options, --debug logs all output to stdout, and --reconfigure allows
you to reconfigure a module without recreating the build system.
* Some bug fixes and code cleanups.
* The --prefix option is always passed to configure instead of letting it
guess the correct prefix.
Version history: 0.52
* The PATH environment variable wasn't being set correctly while running the
configure script.

@ -1,3 +1 @@
* Add CVSROOT changing support.
* Add .cvspass creation/appending support.
* Refactor code if necessary.

Loading…
Cancel
Save