File: ChangeLog

package info (click to toggle)
plplot 5.15.0%2Bdfsg-19
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 31,312 kB
  • sloc: ansic: 79,707; xml: 28,583; cpp: 20,033; ada: 19,456; tcl: 12,081; f90: 11,431; ml: 7,276; java: 6,863; python: 6,792; sh: 3,274; perl: 828; lisp: 75; makefile: 50; sed: 34; fortran: 5
file content (108 lines) | stat: -rw-r--r-- 3,514 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
2001-06-26  Rafael Laboissiere  <rafael@icp.inpg.fr>

	* configure.in: Centralization of the PLplot web site definition
	through use of the --with-plplot-website and AC_SUBSTituted
	variable PLPLOT_WEBSITE.

2001-01-15  Rafael Laboissiere  <rafael@icp.inpg.fr>

	* configure.in: Added --disable-{info,man} options.  Also created
	variable TARGETS for AC_SUBSTitution.

2000-12-05  Rafael Laboissiere  <rafael@icp.inpg.fr>

	* configure.in: (AC_INIT) Upgraded release version to 0.4.1.

	* Makefile.am (noinst_DATA):  Using this Automake object.  All
	the tarballs get built by the default make command.

2000-12-04  Rafael Laboissiere  <rafael@icp.inpg.fr>

	* configure.in (MAN_MANIFEST): Added new AC_SUBST variables for
	man pages building.
	(AC_INIT) Bumped release version to 0.4.0.
	(MAN): Created variable, also updated the message at AC_OUTPUT to
	include the warning message regarding man pages building.

	* Makefile.am ($(MAN_TARBALL)): New rule for building man pages
	(nroff format) from the API chapter.
	($(INDEX_HTML)): Added dependency on $(MAN_TARBALL).
	($(TARBALL)): Added $(MAN_TARBALL).


	* configure.in: Only INFO build depends on Perl.  Check also for
	Perl module XML::DOM.

2000-11-30  Rafael Laboissiere  <rafael@icp.inpg.fr>

	* configure.in (AM_INIT_AUTOMAKE): Upgraded release version to
	0.3.2.

2000-11-29  Rafael Laboissiere  <rafael@icp.inpg.fr>

	* configure.in: Released version 0.3.1.
	All inline stuff is gone: no more checking programs mogrify and
	latex (yupie!), JPEG-MANIFEST related settings are removed.  Also,
	the related Perl scripts in bin/ are no more needed.

	* Makefile.am ($(HTML_TARBALL)): Include stylesheet.css in the
	tarball and do not include files in JPEG-MANIFEST.

2000-11-28  Rafael Laboissiere  <rafael@icp.inpg.fr>

	* configure.in: Replaced bashism ${var/pat/} by a POSIX compliant
	${var#pat}, when checking for docbook2X libraries.

2000-11-27  Rafael Laboissiere  <rafael@icp.inpg.fr>

	* configure.in: Released version 0.3.0.

	* Makefile.am: Better dependencies, such that "make www-install"
	works out of the box.

	* configure.in, Makefile.am: Added Info translation.

2000-11-26  Rafael Laboissiere  <rafael@icp.inpg.fr>

	* Makefile.am ($(TARBALL)): Include PDF file.
	* configure.in: Check program pdfjadetex.

2000-11-25  Rafael Laboissiere  <rafael@icp.inpg.fr>

	* Changes to allow the web page to show the sizes of the files
	available for download.  File bin/size-href.pl is included in the
	package.
	* configure.in (AC_OUTPUT): Output www/index.html.in.
	* Makefile.am (www/index.html): Added rule.
	($(TARBALL)): Depends only on $(INDEX_HTML).

	* Makefile.am (dist-stamp): New rule for avoiding the repetitive
	generation of the source tarball.
	(CLEANFILES): Added *-stamp.

2000-11-24  Rafael Laboissiere  <rafael@icp.inpg.fr>

	* Makefile.am (www-install): Broken down into smaller rules.  The
	HTML tarball is now decompacted at the WWW host.  Better
	CLEANFILES.

	* configure.in (AM_INIT_AUTOMAKE): Bumped package version to
	0.2.1.

	* configure.in (AM_INIT_AUTOMAKE): Bumped package version to
	0.2.0.

	* Makefile.am (www-install): Added dvi file to web site tarball.

2000-11-24  Alan W, Irwin  <irwin@beluga.phys.uvic.ca>

        * configure.in: Update to docbook 4.1.

2000-11-21  Rafael Laboissiere  <rafael@icp.inpg.fr>

        * configure.in: Fixed mess with WWW_USER and WWW_HOST

2000-11-19  Rafael Laboissiere  <rafael@icp.inpg.fr>

	* Released overhauled version with Automake support and XML
	translation.