File: ChangeLog

package info (click to toggle)
surf-alggeo 1.0.6%2Bds-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,976 kB
  • sloc: cpp: 22,587; yacc: 1,049; makefile: 517; lex: 327; ansic: 237; sh: 95
file content (64 lines) | stat: -rw-r--r-- 1,572 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
1.0.4 -> 1.0.5:
===============

    * Fixed some small compilation problems with gcc4.
	
1.0.3 -> 1.0.4:
===============

    * Fixed some small compilation problems.


1.0.2 -> 1.0.3:
===============

    * fixed bug with newer gcc and implicit cast from void (*)()
      to void*

    * introduced "--with-gmp-prefix" option in configure script

    * added "-LANG:std" switch for IRIX compiler in configure.in

    * fixed bug that occured when drawing multiple curves


1.0.1 -> 1.0.2:
===============

    * command line option --auto-resize to automatically resize the
      image windows to the size of the image
      
    * user now can choose between a progress dialog
      (option: --progress-dialog) and a status bar (default)

    * fixed bug in Anderson-Bjoerck root finder

    * fixed bug w/32 bit displays in mycolor.cc (closes #107389)

    * updated configure.in due to some problems with gmp3

    * fixed potential buffer overflow bug in lexfunc.cc

    * updated example scripts (removed obsolete commands)


1.0.0 -> 1.0.1:
===============

    * fixed documentation bug (sgml, man page, usage information):
      "--no-gui" option was called "--nogui"

    * fixed bug with 8 bit displays on xfree86 4.0

    * added debian directory to CVS

    * made dither window work with 8 bit displays
	
    * documentation updated (docs/manual.*)

    * copyright text in startup message and about dialog fixed

    * fix for IRIX compiler in gtkgui/IlluminationWindow.cc

    * examples directory "useless, but nice!" renamed to
      "useless_but_nice"