File: changelog

package info (click to toggle)
octave 2.0.16-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 26,276 kB
  • ctags: 16,450
  • sloc: cpp: 67,548; fortran: 41,514; ansic: 26,682; sh: 7,361; makefile: 4,077; lex: 2,008; yacc: 1,849; lisp: 1,702; perl: 1,676; exp: 123
file content (510 lines) | stat: -rw-r--r-- 19,482 bytes parent folder | download
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
octave (2.0.16-2) frozen; urgency=low

  * Added code to emacsen-installer to define the defgroup macro (which is
    needed for emacs19) (Closes: #62822)
  * Added Depends: on debianutils (>= 1.6) as we need tempfile(1) in the
    emacsen installer script (Closes: #62825)
  * Thanks to Yann Dirson <ydirson@altern.org> for help on this one.
  
 -- Dirk Eddelbuettel <edd@debian.org>  Thu, 27 Apr 2000 21:24:06 -0400

octave (2.0.16-1) frozen unstable; urgency=low

  * Upgraded to new upstream stable release 
  * As this fixes several small bugs reported on the bug-octave mailing
    list, it would be good if this version could be included in potato
  * Applied trivial patch to saveimage.m (Closes: #29932)
  
 -- Dirk Eddelbuettel <edd@debian.org>  Mon, 31 Jan 2000 19:14:45 -0500

octave (2.0.15-1) unstable; urgency=low

  * Upgraded to release 2.0.15 of Octave
  * Created new package octave-headers as the include files are only
    needed for compiling C++ (or C or Fortran) against Octave -- this
    saves over 700kB (installed) from the basic Octave package.
  * Built using the libreadline4 package
  * debian/control: Added Build-Depends
  
 -- Dirk Eddelbuettel <edd@debian.org>  Wed, 12 Jan 2000 16:20:19 -0500

octave (2.0.14.93-1) unstable; urgency=low

  * Upgraded to fourth pre-release of Octave 2.0.15 

 -- Dirk Eddelbuettel <edd@debian.org>  Thu, 11 Nov 1999 18:12:58 -0500

octave (2.0.14.92-1) unstable; urgency=low

  * Upgraded to third pre-release of Octave 2.0.15 
  * debian/control: Changed Standards-Version to 3.1.0

 -- Dirk Eddelbuettel <edd@debian.org>  Thu,  4 Nov 1999 20:34:06 -0500

octave (2.0.14.91-1) unstable; urgency=low

  * Upgraded to second pre-release of Octave 2.0.15 
  * debian/menu: Created as the menu package will stop providing one

 -- Dirk Eddelbuettel <edd@debian.org>  Fri, 15 Oct 1999 00:35:55 -0400

octave (2.0.14.90-2) unstable; urgency=low

  * debian/rules: Don't let dh_installemacsen modify postinst and prerm,
    rather use our previous code which first tests for emacsen-commen so
    that we don't have to depend on it (Closes: #44924)

 -- Dirk Eddelbuettel <edd@debian.org>  Sun, 12 Sep 1999 14:39:11 -0400

octave (2.0.14.90-1) unstable; urgency=low

  * Upgraded to first pre-release of Octave 2.0.15 
  * Reverted back to using the supplied readline sources instead of our
    library as we do not carry libreadline-4.0 ourselves. Once Guy
    provides it, Octave will use it.

 -- Dirk Eddelbuettel <edd@debian.org>  Sat, 11 Sep 1999 11:43:48 -0400

octave (2.0.14-4) unstable; urgency=low

  * debian/rules: Adapted to use /usr/share/ following the recommendation
    on FHS transition from the Technical Committee (Closes: #44594)
  * debian/rules: Test for debhelper >= 2.0.40 for FHS compliance
  * debian/control: Upgraded to Debian Policy 3.0.1

 -- Dirk Eddelbuettel <edd@debian.org>  Thu,  9 Sep 1999 21:04:15 -0400

octave (2.0.14-3) unstable; urgency=low

  * Recompiled under libstdc++2.10 trying to get rid of the errorneous
    double Depends: on libstdc++ (Closes: #44388)

 -- Dirk Eddelbuettel <edd@debian.org>  Sun,  5 Sep 1999 16:31:51 -0400

octave (2.0.14-2) unstable; urgency=low

  * Recompiled under libc6_2.1.2-0pre7 and libstdc++2.9-glib2.1_2.91.66-2

  * src/sysdep.cc: Added `#include termcap' conditional on HAVE_TERMCAP_H 
    and modified one prototype to compile with gcc-2.95 as suggested by 
    John W. Eaton and discussed on the octave-bug mailing list
        
  * debian/octave.install: Corrected (harmless) typo in emacsen install
    script (Closes: #36860)
  * debian/octave.el: Added call of octave-hlp to Emacsen startup file 

 -- Dirk Eddelbuettel <edd@debian.org>  Sun, 15 Aug 1999 17:26:47 -0400

octave (2.0.14-1) unstable; urgency=low, Closes=35751

  * Upgraded to new upstream release 2.0.14
  
  * debian/postinst: Set ownership and mode of /usr/local/share/octave
    explicitly to root.staff and 2755 (fixes #35751)

 -- Dirk Eddelbuettel <edd@debian.org>  Fri, 16 Apr 1999 23:11:36 -0400

octave (2.0.13.97-1) unstable; urgency=low

  * Upgraded to eigth pre-release of Octave 2.0.14 

 -- Dirk Eddelbuettel <edd@debian.org>  Wed, 31 Mar 1999 07:58:40 -0500

octave (2.0.13.96-3) unstable; urgency=low, Closes=27707

  * Starting with this release of the Debian package, Octave is linked 
    against Debian's copy of libreadline (instead of its own) as Debian's 
    libreadline package now provides all the needed symbols (fixes #27707)
  * debian/shlibs.local: Added to depend on libreadline2g-2.1-13 

  * debian/rules: Added powerpc support. Thanks to Konstantinos
    Margaritis <kmargar@cc.uoa.gr> for the patch.

 -- Dirk Eddelbuettel <edd@debian.org>  Wed, 24 Mar 1999 20:15:53 -0500

octave (2.0.13.96-2) unstable; urgency=low, Closes=32802

  * debian/octave.conffiles: Registered the emacs config file 
    /etc/emacs/site-start.d/50octave.el as a conffile (fixes #32802)

 -- Dirk Eddelbuettel <edd@debian.org>  Tue,  9 Feb 1999 19:05:03 -0500

octave (2.0.13.96-1) unstable; urgency=low

  * Upgraded to seventh pre-release of Octave 2.0.14 
  * Also install the contributed otags script for tags generation
  
 -- Dirk Eddelbuettel <edd@debian.org>  Mon, 25 Jan 1999 19:09:47 -0500

octave (2.0.13.95-1) frozen unstable; urgency=low

  * Upgraded to sixth pre-release of Octave 2.0.14
  * Recompiled under libc6_2.0.7u-7.1 to get rid of libc6_2.0.7u dependence

 -- Dirk Eddelbuettel <edd@debian.org>  Thu, 10 Dec 1998 19:52:59 -0500

octave (2.0.13.94-2) frozen unstable; urgency=low, Closes=30377

  * Applied patch from foka@debian.org to mkoctfile.in (fixes #30377)
  * Made emacsen install script output slightly less verbose
  * Upgraded to Standards-Version 2.5.0

 -- Dirk Eddelbuettel <edd@debian.org>  Sat,  5 Dec 1998 11:55:59 -0500

octave (2.0.13.94-1) frozen unstable; urgency=low

  * Upgraded to fifth pre-release of Octave 2.0.14
  * Applied (modified) patch by Rafael Laboissiere <rafael@icp.inpg.fr> to 
    emacsen install script for [x]emacs handling of 'no-site-file' script 
  * While this does not formally close an open Debian bug, it should go
    into frozen as the previous four pre-releases of Octave-2.0.14 
  
 -- Dirk Eddelbuettel <edd@debian.org>  Fri,  4 Dec 1998 20:44:57 -0500

octave (2.0.13.93-1) frozen unstable; urgency=low, Closes=29674

  * Upgraded to fourth pre-release of Octave 2.0.14 which contains
    an upstream bug fix to Bessel function arguments  
  * Built properly with upstream sources in octave_2.0.13.93.orig.tar.gz
    so that a .diff.gz is built (fixes #29674)
  
 -- Dirk Eddelbuettel <edd@debian.org>  Wed, 18 Nov 1998 19:51:24 -0500

octave (2.0.13.92-1) frozen unstable; urgency=low, Closes=27516

  * Upgraded to third pre-release of Octave 2.0.14 
  * Among other things, this defines __NO_MATH_INLINES to prevent the use
    of inlines in /usr/include/__math.h which cannot cope with expressions
    like exp(Inf). My thanks to John Eaton for having debugged this, on my
    computer ;-) (fixed #27516)

 -- Dirk Eddelbuettel <edd@debian.org>  Fri,  6 Nov 1998 23:35:06 -0500

octave (2.0.13.91-1) unstable; urgency=low

  * Upgraded to second pre-release of Octave 2.0.14 

 -- Dirk Eddelbuettel <edd@debian.org>  Thu, 29 Oct 1998 20:12:40 -0500

octave (2.0.13.90-1) unstable; urgency=low

  * Upgraded to first pre-release of Octave 2.0.14 
  * Modified emacsen install file to be more silent
  * Added new package octave-htmldoc with html documentation
  * debian/rules: Added 'make check' to use DejaGnu regression suite
  
 -- Dirk Eddelbuettel <edd@debian.org>  Thu, 22 Oct 1998 19:16:46 -0400

octave (2.0.13-6) unstable; urgency=low, Closes=26468 26776

  * Recompiled under egcs_2.91.57 and libstdc++_2.91.57 (fixes #26776)
  * Changed cursor keybindings for inferior-octave-mode to comments in 
    /etc/emacs/site-start.d/50octave.el; now the Emacs mode for Octave is
    consistent with other comint modes, on the other hand, the code that is
    commented out makes the mode consistent with Octave's own shell. The 
    difference is whether cursor keys or M-p,M-n are used to scroll
    through the readline history (fixes #26468) 
  * Applied patch by Mumit Khan for use with newer egcs compiler
    (http://www.che.wisc.edu/octave/mailing-lists/bug-octave/1998/270)
  * Changed debian/rules to also install ChangeLog file from
    subdirectories of the Octave source tree

 -- Dirk Eddelbuettel <edd@debian.org>  Sat, 19 Sep 1998 12:34:22 -0400

octave (2.0.13-5) unstable; urgency=low, Closes=24490 24497

  * Added the default LOADPATH to LOADPATH setting in /etc/octave.conf
  * Changed emacsen-common to be more tolerant on rmdir (fixes #24490) 
  * Corrected cosmetic type in emacsen-common 'remove' script (fixes #24497)

 -- Dirk Eddelbuettel <edd@debian.org>  Fri, 17 Jul 1998 18:21:34 -0400

octave (2.0.13-4) frozen unstable; urgency=medium, Closes=23674

  * Applied patch by Roman Hodek <Roman.Hodek@informatik.uni-erlangen.de>
    to configure{,.in} to also use the -rpath linker option on non-Intel 
    Linux systems to allow for dynamic linking of Octave libraries. While 
    this change does not affect i386 systems, it fixes an important bug for 
    other Debian architectures and should go into frozen (fixes #23674)
  * Changed debian/rules to use --with-f2c argument for configure under
    m68k, and --with-g77 (from the egcs suite) under i386, sparc and alpha.
  
 -- Dirk Eddelbuettel <edd@debian.org>  Fri, 19 Jun 1998 19:47:42 -0400

octave (2.0.13-3) unstable; urgency=low, Closes=23293

  * Changed debian/rules to set CC=egcc only after an explicit test for
    either of i386, alpha or sparc (fixes #23293)

 -- Dirk Eddelbuettel <edd@debian.org>  Tue,  9 Jun 1998 18:51:59 -0400

octave (2.0.13-2) frozen unstable; urgency=low

  * Reuploaded stable release 2.0.13 to replace the test-release 2.0.12.90 in 
    'frozen' which corrects one serious bug in 2.0.12.90 (fixes #22807)
  * Changed /etc/emacs/site-start.d/50octave.el to add a flavour-dependent
    directory to emacs load-path
    
 -- Dirk Eddelbuettel <edd@debian.org>  Mon, 25 May 1998 20:16:24 -0400

octave (2.0.13-1) unstable; urgency=low

  * Upgraded to new upstream release 2.0.13 

 -- Dirk Eddelbuettel <edd@debian.org>  Thu, 21 May 1998 22:11:22 -0400

octave (2.0.12.91-1) unstable; urgency=low

  * Upgraded to new upstream test-release 2.0.12.91

 -- Dirk Eddelbuettel <edd@debian.org>  Tue, 19 May 1998 20:00:25 -0400

octave (2.0.12.90-1) unstable frozen; urgency=low, Closes=22424 22491

  * Upgraded to new upstream test-release 2.0.12.90 (fixes #22424)
  * Changed debian/rules to remove usr/info/dir (fixes #22491)
  
 -- Dirk Eddelbuettel <edd@debian.org>  Sat, 16 May 1998 13:09:40 -0400

octave (2.0.12-1) unstable frozen; urgency=low

  * Upgraded to new upstream version. 

 -- Dirk Eddelbuettel <edd@debian.org>  Mon,  4 May 1998 08:20:05 -0400

octave (2.0.11.94-1) unstable; urgency=low

  * Upgraded to new upstream test-release 2.0.11.94

 -- Dirk Eddelbuettel <edd@debian.org>  Wed, 29 Apr 1998 07:46:22 -0400

octave (2.0.11.93-1) unstable; urgency=low, Closes=20372 21222

  * Upgraded to new upstream test-release 2.0.11.93
  * Adapted to new Emacsen policy (fixes #20372, #21222)
  * Converted debian/rules to debhelper
  
 -- Dirk Eddelbuettel <edd@debian.org>  Fri, 24 Apr 1998 18:28:31 -0400

octave (2.0.11.92-3) unstable; urgency=low

  * Fixed dependency on info to "info (>= 3.12)"

 -- Dirk Eddelbuettel <edd@debian.org>  Fri, 17 Apr 1998 18:44:10 -0400

octave (2.0.11.92-2) unstable; urgency=low, closes=20033 20978

  * Added Depends: on "info (>= 3.12-1) | info-browser" to debian/control
    as Octave no longer comes with an info binary
  * Added explicit setting of INFO_PROGRAM = "/usr/bin/info" to
    /etc/octave.conf as the default INFO_PROGRAM still points to the old
    location 

 -- Dirk Eddelbuettel <edd@debian.org>  Thu, 16 Apr 1998 22:46:32 -0400

octave (2.0.11.92-1) unstable; urgency=low, closes=20033 20978

  * Upgraded to new upstream test-release 2.0.11.92
  * Compiled with libstdc++2.8_2.90.27-0.6 which provides a correctly
    versioned shlibs file (fixes #20033, #20978) 

 -- Dirk Eddelbuettel <edd@debian.org>  Thu, 16 Apr 1998 18:41:21 -0400

octave (2.0.11.91-1) unstable; urgency=low

  * Upgraded to new upstream test-release 2.0.11.91 
  * This fixes a couple of small bugs, one of them dear to to fellow
    Debianer Jim van Zandt, and as a test-release might as well go into
    our current 'unstable' distribution. I have used previous pre-releases
    and they work just as well --- call it the pre-patch methodology
    spreading into application space ;-)

 -- Dirk Eddelbuettel <edd@debian.org>  Fri, 10 Apr 1998 11:51:56 -0400

octave (2.0.11-2) frozen unstable; urgency=low

  * Compilation with new gcc/g77/g++ 2.90.26 based on egcs 
  * Changed debian/rules by adding a Perl one-liner substition so that 
    /usr/bin/octave-bug will use tempfile(1) to create a temporary
    filename; also sent the sources for debianutils-1.8 upstream so that 
    they might be included in the next release (fixes #19804)
  
 -- Dirk Eddelbuettel <edd@debian.org>  Wed, 18 Mar 1998 18:41:12 -0500

octave (2.0.11-1) unstable; urgency=low

  * Upgraded to new upstream version

 -- Dirk Eddelbuettel <edd@debian.org>  Wed, 25 Feb 1998 18:33:04 -0500

octave (2.0.10-2) unstable; urgency=low

  * Compilation with f2c instead of g77 in order to get a libc6 version 
    going (see bug report #17963 filed against g77)

  * Added Replaces: octave (<= 2.0.5-2) to control for octave-staticlibs
    to cleanly replace the static libraries from the older octave package
    as well as an explicit version number for the Depends: on octave
    (thanks to Richard Braakman for the hints)

  * Fixed FSF address in copyright (lintian)
  * Made octave.rc to /etc/octave.conf symlink absolute (lintian)
  * Created links to ../man7/undocumented.7.gz in lieu of manual pages
    for the two utility scripts octave-bug and mkoctfile (lintian)
  
 -- Dirk Eddelbuettel <edd@debian.org>  Wed, 25 Feb 1998 18:32:27 -0500

octave (2.0.10-1) unstable; urgency=low

  * Upgraded to new upstream version 

  * This version is compiled on a libc5 system as g77/gcc and eg77/egcc
    (including the new {gcc,g77}_2.90.23-1) both die on some legacy
    Fortran code on a libc6 system. Major bummer.

 -- Dirk Eddelbuettel <edd@debian.org>  Sun, 8 Feb 1998 17:05:07 -0500

octave (2.0.9-2) unstable; urgency=low

  * Compiled with GNU libc2 aka libc6 (fixes bug #11739)
  * Create a new file /usr/share/octave/ls-R file from the postinst
  * Now ships the unmodified upstream source as octave_2.0.9.orig.tar.gz 
  * Byte-compile the octave-{mod,hlp,inf}.el files
  * Includes two newer octave-{mod,inf} files and add an elisp startup
    file /etc/emacs/site-start.d/50octave.el (thanks to Nils Naumann)
  
 -- Dirk Eddelbuettel <edd@debian.org>  Sat,  1 Nov 1997 17:13:31 -0500

octave (2.0.9-1) unstable; urgency=low

  * Upgraded to new upstream version 

 -- Dirk Eddelbuettel <edd@debian.org>  Thu, 10 Jul 1997 19:19:12 -0400

octave (2.0.8-1) unstable; urgency=low

  * Upgraded to new upstream version 

 -- Dirk Eddelbuettel <edd@debian.org>  Mon, 23 Jun 1997 20:02:03 -0400

octave (2.0.7-1) unstable; urgency=low

  * upgraded to new upstream version (bug #10419)

 -- Dirk Eddelbuettel <edd@debian.org>  Sat, 7 Jun 1997 13:42:21 -0400

octave (2.0.6-1) unstable; urgency=low

  * upgraded to new upstream version 

 -- Dirk Eddelbuettel <edd@debian.org>  Wed, 28 May 1997 18:50:13 -0400

octave (2.0.5-3) unstable; urgency=low

  * added creation of /usr/local/share/octave/site-m in the postinst if
    /usr/local filesystem is writable and removal of the directories 
    /usr/local/share/octave/site-m and /usr/local/share/octave/site-m in
    the prerm if they are empty to reflect Debian policy on /usr/local/
  * moved configuration file /usr/share/octave/site/m/startup/octaverc 
    into /etc/octave.conf and provided a softlink from the default location
  * added LOADPATH setting to octave.conf aka octaverc for the local tree
  * made /etc/octave.conf a conffile
  * moved static libs into a seperate package (which is not needed for
    normal use of octave) --- this saves 4.4 MB of diskspace
  * patched mkoctfile.in to add a flag for stripping to /usr/bin/mkoctfile
  * changed configure to explicit setting of host architecture

 -- Dirk Eddelbuettel <edd@debian.org>  Sun, 27 Apr 1997 19:06:03 -0400

octave (2.0.5-2) unstable; urgency=low

  * rewrote debian/rules: 
    - configure for dynamic loading, shared libs  and lite kernel which 
      allows dynamic extension of the octave language via user provided 
      C++ programs; examples are in /usr/doc/octave/examples 
    - configure prefix /usr; install prefix debian/tmp/usr (fixes bug #8139)
    - configure for libs in /usr/lib/octave to avoid clashed 
    - include upstream postscript docs 
  * rewrote Description in debian/control:
  * changed Priority: to optional as per overrides file
  * changed Suggests: from info to virtual package info-browser
  * created new package octave-doc for postscript docs on octave
  * updated debian/copyright 
  * new maintainer

 -- Dirk Eddelbuettel <edd@debian.org>  Wed, 26 Mar 1997 22:15:30 -0500

octave (2.0.5-1) unstable; urgency=low

  * tracking upstream source, upgraded to newest release
  * put *.el files back in /usr/lib/emacs/site-lisp bug #7457
  * also bugs #7144, 7282, and 7532 are fixed with this release.

 -- Dale Scheetz <dwarf@polaris.net>  Mon, 10 Mar 1997 21:47:07 -0500

octave (2.0.2-2) unstable; urgency=low

  * bug#7020 removed static libraries from the installation
  * bug#7021 corrected spelling errors
  * applied patch from upstream for pipes fix

 -- Dale Scheetz <dwarf@polaris.net>  Sun, 2 Feb 1997 20:19:27 -0500

octave (2.0.2-1) unstable; urgency=low

  * New upstream source

 -- Dale Scheetz <dwarf@polaris.net>  Wed, 29 Jan 1997 12:18:29 -0500

octave (2.0.1-2) unstable; urgency=low

  * corrected unreferenced dependencies

 -- Dale Scheetz <dwarf@polaris.net>  Mon, 27 Jan 1997 09:45:30 -0500

octave (2.0.1-1) unstable; urgency=low

  * Bug# 6028, 6044, 6416, Moved to newer release.
  * Bug# 5096, referenced binary no longer exists.

 -- Dale Scheetz <dwarf@polaris.net>  Sun, 26 Jan 1997 16:16:43 -0500

octave (1.1.1-8) frozen unstable; urgency=low

  * built with static libc5.2.18

 -- Dale Scheetz <dwarf@polaris.net>  Tue, 26 Nov 1996 13:49:37 -0500

octave (1.1.1-7) unstable; urgency=low

  * converted to Standards-Version 2.1.0.0

 -- Dale Scheetz <dwarf@polaris.net>  Mon, 14 Oct 1996 08:42:54 -0400

Octave-1.1.1-5 dcs
 * Added extended description field.

Octave-1.1.1-4 dcs
 * Added dependencies for libc5, ncurses3.0, libgr++27 to debian.control.

Octave-1.1.1-3 dcs
 * Removed dld to repair symbol loading problems in ELF.

Octave-1.1.1-2 dcs
Dale Scheetz <dwarf@polaris.net>
 * Took over package maintenance from Andrew
 * Added this change log
 * Built as ELF with a change from termcap to ncurses

Octave-1.1.1-1 adf
Andrew D. Fernandes <adfernan@cnd.mcgill.ca>
 * added Debian GNU/Linux package maintenance system files
 * changed configure and configure.in to use debian's dld 
	instead of the dld packaged here

GNU Octave is Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997 John W. Eaton
Source available from: http://bevo.che.utexas.edu/octave

Local variables:
mode: debian-changelog
End: