File: ChangeLog

package info (click to toggle)
transcalc 0.14-7
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,156 kB
  • sloc: ansic: 5,092; sh: 2,643; makefile: 96
file content (70 lines) | stat: -rw-r--r-- 2,601 bytes parent folder | download | duplicates (4)
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
2003-08-10  Gopal Narayanan <gopal@astro.umass.edu>

	* Fixed multiline string problems in help.h which prevented
	compilation in gcc >3.2
	* Moved build environment automake, autoheader, autoconf to a more
	modern version (autoconf support is for >2.50).
	* Ported transcalc to gtk2.0, which means that the dependency on
	gdk-imlib is now gone. gtk2.0 included gdk-imlib natively.
	* Release transcalc version 0.14.
	
2002-07-24  Claudio Girardi  <in3otd@qsl.net>

	* Changed version number in CVS to 0.14
	* Corrected some minor bugs related to config file
	* Changed speed of light symbol from C to C0
	* Modified configure.in to work also with Mingw32 (and hopefully cygwin)
	* Added fnmatch.c and fnmatch.h (needed for Win32)
	* Added program version number to saved files
	* Updated speed of light constant (!) and changed its name from C to C0 to avoid clash with variables in other files. Updated vacuum dielectric constant
	
2002-07-15  Gopal Narayanan  <gopal@astro.umass.edu>

	* Moved examples from src directory to a separate examples dir
	* Clean-up most warnings during compilation
	* Upon running for first time, $HOME/.transcalc dir will be
	created with config file and save file
	* Units default values now saved in config file
	* Upon exit, last transmission line values remembered in save file
	* Made some slight changes in gui setup
	* Added coupled microstrip image
	* Update manpage
	
2002-05-26  Claudio Girardi  <in3otd@qsl.net>

	* Released v0.13

	* Added coupled microstrips configuration
	* Rewritten single microstrip support (microstrip.c)
	* Cleaned-up most warnings during compilation
	* Added some more example files
	
2002-03-15  Claudio Girardi  <in3otd@qsl.net>

	* Released v0.12

	* File load/save functions and menu items added
	* Added example file (example1.trc) for file load
	* corrected microstrip dielectric losses formula
	* corrected conductor roughness losses formula

2001-06-22  Gopal Narayanan  <gopal@yso.astro.umass.edu>

	* Released v0.11

	* Added coaxial transmission line to the list of transmission
	lines. Did some code cleanup as well.

2001-06-16  Gopal Narayanan  <gopal@yso.astro.umass.edu>

	* Made synthesize function as accurate as analysis function. In
	microstrip calculator, we now use Newton's method to converge on a
	solution. Thanks to Mike Ferrara <mferrara@cisco.com> for the
	suggestion.

2001-06-09  Gopal Narayanan  <gopal@yso.astro.umass.edu>
	* Modified source and automake files, so that gdk_imlib is
	recommended not required

Thu May 24 22:24:54 EDT 2001 Gopal Narayanan <gopal@astro.umass.edu>
	* Initial Release