|
From: Rafael L. <lab...@ps...> - 2003-10-30 08:45:20
|
A new CVS snapshot distribution tarball for PLplot is available at the usual
place:
http://people.debian.org/~rafael/plplot.html
The tarball name is plplot-5.2.1.cvs.20031030.tar.gz. The main change in
this tarball in respect to the previous one (20031027) is the SOVERSION in
configure.ac. The libraries will have (in Linux) the soversion 9 now,
instead of 5 as previously. The Debian packages will be renamed as a
consequence of this.
The tarball was generated in a Debian unstable system with the following
versions of the GNU autotools:
Autoconf 2.57
Automake 1.7.8
Libtool 1.5.0a
You will find below the changelog of the recent changes in CVS (generated
with the command: cvs2cl -l "-d'2003-10-27<'").
Please, test and report. We are heading towards the next release of PLplot,
and this tarball can be considered as a "pre-candidate-release" one.
--
Rafael
============== Changelog ==============
2003-10-29 22:30 rlaboiss
* debian/: changelog, control, libplplot9.README.Debian,
plplot-gd.files, plplot-gnome.files, plplot-xwin.files,
plplot9-driver-gd.files, plplot9-driver-gnome.files,
plplot9-driver-xwin.files, rules: Renaming of the driver module
Debian packages.
The naming changes are:
plplot-gd -> plplot9-driver-gd
plplot-xwin -> plplot9-driver-xwin
plplot-gnome -> plplot9-driver-gnome
2003-10-29 20:40 jcard
* examples/tk/xtk01.c, include/plplotP.h, src/pdfutils.c,
src/plbox.c, src/plcore.c, src/plfreetype.c, src/plot3d.c,
utils/pltcl.c, bindings/tk/Pltk_Init.c, bindings/tk/plframe.c,
bindings/tk/plserver.c, bindings/tk-x-plat/Plplotter_Init.c,
bindings/tk-x-plat/plplotter.c, drivers/gd.c,
drivers/get-drv-info.c, drivers/tk.c, drivers/tkwin.c,
drivers/xwin.c, examples/tk/xtk02.c, examples/tk/xtk04.c,
bindings/tcl/matrixInit.c, bindings/tcl/tclAPI.c,
bindings/tcl/tclMain.c, bindings/tcl/tclMatrix.c,
bindings/tk/tcpip.c, bindings/tk/tkMain.c, bindings/tk/tkshell.c:
Mostly cosmetic changes that enable plplot to compiled with
(almost) no warnings, even with gcc -Wall.
Most changes are just casts, and most of them are tcl/tk related.
For tcl/tk-8.4, no warnings occurs. Also tested with tcl/tk-8.3,
where some warnings remain. There are no
java/f77/cxx/python/octave changes.
2003-10-29 20:19 rlaboiss
* debian/: changelog, control, libplplot-dev.files,
libplplot9.README.Debian, libplplot9.files, octave-plplot.files,
plplot-doc.doc-base, plplot-doc.files, plplot-tcl-dev.files,
python-plplot.files, rules: Preparation for the next Debian
release.
From the debian/changelog file:
* NOT YET RELEASED!
* Preparation for the new upstream version, which changed the
soversion
of the PLplot library. Changed all the references to
libplplot5 to
libplplot9. Affected files:
- control
- libplplot-dev.files
- octave-plplot.files
- plplot-doc.doc-base
- plplot-doc.files
- plplot-tcl-dev.files
- python-plplot.files
- rules
- libplplot9.README.Debian (new)
- libplplot9.files (new)
2003-10-29 18:24 airwin
* examples/f77/Makefile.examples.in: Add examples 15, 17, 18, and
19.
Note 17 and 19 don't link properly yet (missing fortran API) so
the installed examples will have to be built using make -k.
2003-10-29 17:14 airwin
* examples/f77/: x01f.fm4, x04f.fm4, x06f.fm4, x07f.fm4, x08f.fm4,
x09f.fm4, x11f.fm4, x12f.fm4, x13f.fm4, x16f.fm4: AWI for Arjen
Markus <arj...@wl...>
White space changes.
2003-10-29 17:14 airwin
* examples/f77/Makefile.am: Add new example 15.
2003-10-29 17:13 airwin
* examples/f77/x15f.fm4: AWI for Arjen Markus
<arj...@wl...>.
Initial commit. This compiles and executes, but there is a
problem with the colours which needs debugging.
2003-10-29 15:13 rlaboiss
* debian/: changelog, rules: Debian release
plplot-5.2.1.cvs.20031027-3.
From the debian/changelog file:
* debian/rules:
- Added symlinks /usr/lib/lib{nn,csa}.so.0, such that this
release of
the libplplot5 package does not break binary compatiblity
with previous
released versions of PLplot (closes: #217895). This is an
interim
solution. Probably, the upstream authors will have to
change the
soversion or revert the changing of names of the
libscsiro{nn,csa}
libraries in order to get the problem cleanly fixed.
- Call configure with --disable-java, since enable_java has
been made
the default in the upstream configure.ac.
2003-10-29 14:46 rlaboiss
* debian/TODO: Marked all tasks as "DONE".
I just realized that this list of ToDo tasks is finished now. I
am keeping this file here out of historical interest.
2003-10-29 14:38 rlaboiss
* configure.ac: Upgraded SOVERSION to 9:0:0.
This is necessary since the recent changes in the naming of the
libraries libnn -> libcsironn and libcsa -> libcsirocsa have
broke backward binary compatibility for the PLplot library.
2003-10-29 14:10 rlaboiss
* examples/c/lena.pgm: Dummy commit to get the sticky -kb option
(hopefully).
No changes have been made to this file.
2003-10-29 13:47 rlaboiss
* debian/control: Changed the build-dependency for GD library.
Instead of using the "transitional" package libgd2-dev, use the
explicit dependencies to the real packages (libgd2-noxpm-dev |
libgd2-xpm-dev).
2003-10-28 17:16 vincentdarley
* sys/win-tk/: makePlplotStarkit.tcl, makefile.vc, testPlplot.tcl:
win-tk build now works again
2003-10-27 11:54 rlaboiss
* debian/: changelog, libplplot-dev.files,
libplplot5.README.Debian: Debian release 5.2.1.cvs.20031027-2.
From the debian/changelog file:
* debian/libplplot-dev.files: Added README.pkg-config file.
* debian/libplplot5.README.Debian: Fixed typos.
2003-10-27 11:35 rlaboiss
* debian/: changelog, control, libplplot5.README.Debian, rules:
Debian release 5.2.1.cvs.20031027-1.
From the debian/changelog file:
* New CVS snapshot upstream release. This release is actually
quite
close to the latest Debian 5.2.1-21, since I have been
tracking CVS
developments since the upstream release 5.2.1. One of
biggest
advantages of this move is the enourmous reduction in the
size of the
diff.gz file:
du -b plplot*diff*
2686036 ../plplot_5.2.1-21.diff.gz
10198 ../plplot_5.2.1.cvs.20031027-1.diff.gz
This huge difference is due to the patched documentation file
and the
necessity of an uuencoded file for the Debian packages.
* debian/rules: Removed all manipulations (targets "build" and
"clean") related to the plplot-5.2.1-new-doc.tar.gz.uu file,
which is
not included in the source package anymore. Also, added flag
-k to
make distclean.
* debian/control: Removed build-dependency on sharutils.
* debian/libplplot5.README.Debian: Added note about pkg-config
support.
2003-10-27 11:18 rlaboiss
* bindings/tk/Makefile.am: Added tclIndex to the CLEANFILES list.
2003-10-27 11:17 rlaboiss
* pkgcfg/Makefile.am: Install README file in
$(docdir)/README.pkg-config.
|