File: ChangeLog

package info (click to toggle)
tcllib 1.21%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 69,456 kB
  • sloc: tcl: 266,493; ansic: 14,259; sh: 2,936; xml: 1,766; yacc: 1,145; pascal: 881; makefile: 112; perl: 84; f90: 84; python: 33; ruby: 13; php: 11
file content (110 lines) | stat: -rw-r--r-- 3,018 bytes parent folder | download | duplicates (7)
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
2013-02-01  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.15 ========================
	* 

2012-11-19  Andreas Kupries  <andreask@activestate.com>

	* uuid.tcl (::uuid::generate_tcl): Accepted patch by Sean Woods
	* uuid.man: caching the host information part of the uuid. Avoids
	* pkgIndex.tcl: hammering the network stack for hostname and
	  related information. Bumped version to 1.0.2.

2011-12-13  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.14 ========================
	* 

2011-01-24  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.13 ========================
	* 

2009-12-07  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.12 ========================
	* 

2008-12-12  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.11.1 ========================
	* 

2008-10-16  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.11 ========================
	* 

2007-09-12  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.10 ========================
	* 

2007-03-21  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* uuid.man: Fixed all warnings due to use of now deprecated
	  commands. Added a section about how to give feedback.

2006-10-03  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.9 ========================
	* 

2006-01-26  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* uuid.test: More boilerplate simplified via use of test support.

2006-01-19  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	* uuid.test: Hooked into the new common test support code.

2005-10-06  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.8 ========================
	* 

2005-10-05  Pat Thoyts  <patthoyts@users.sourceforge.net>

	* uuid.test:  Ensure we test all implementations.
	* uuid.tcl:   Updated critcl code to work with msvc.

2005-09-05  Pat Thoyts  <patthoyts@users.sourceforge.net>

	* uuid.tcl: Bug #1150714 - opening a server socket may raise a
	warning message box on WinXP firewall. Instead call the ipconfig
	utility and use the result on windows.

2005-02-10  Pat Thoyts  <patthoyts@users.sourceforge.net>

	* uuid.tcl: Fixed missing include in the critcl code.

2004-10-05  Andreas Kupries  <andreas_kupries@users.sourceforge.net>

	*
	* Released and tagged Tcllib 1.7 ========================
	* 

2004-07-12  Pat Thoyts  <patthoyts@users.sourceforge.net>

	* uuid.tcl:   Added a critcl version for generating uuids on Win32.

2004-07-08  Pat Thoyts  <patthoyts@users.sourceforge.net>

	* uuid.tcl:   Changed uuid compare to uuid equal (bug #987305)
	* uuid.man:
	* uuid.test:
	
	* uuid.tcl:   Package for UUID generation and comparison.
	* uuid.test:
	* uuid.man: