Update changelog and buildpkg script.

This commit is contained in:
castano 2009-03-02 07:01:06 +00:00
parent 0e8223ea92
commit 89fb0bcfe5
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ NVIDIA Texture Tools version 2.1.0
* Select the fastest CUDA device.
* Added support for saving PNGs by Frank Richter. Fixes issue 79 and 80.
* Added gnome thumbnailer by Frank Richter. Fixes issue 82.
* Cleanup sources removing files that are not strictly required.
NVIDIA Texture Tools version 2.0.4
* Fix error in RGB format output; reported by jonsoh. See issue 49.

View File

@ -2,6 +2,6 @@
tar zcvf nvidia-texture-tools-`cat VERSION`.tar.gz \
--exclude '.*' --exclude debian --exclude '*~' --exclude buildpkg \
--exclude build --exclude data --exclude tags --exclude Makefile \
--exclude 'build-*' --exclude data --exclude tags --exclude Makefile \
--exclude 'nvidia-texture-tools-*.tar.gz' \
--transform 's,^,nvidia-texture-tools/,' *