File: ChangeLog

package info (click to toggle)
ecasound 2.9.3-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 6,292 kB
  • sloc: cpp: 39,475; sh: 4,335; lisp: 1,918; ansic: 1,883; makefile: 888; python: 617; ruby: 202
file content (224 lines) | stat: -rw-r--r-- 6,197 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
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
2012-06-03  Kai Vehmanen  <kaiv@.devtag.AUTHORS>

	* library interface version 10:0:0 frozen

2012-05-27  Kai Vehmanen  <kaiv@.devtag.AUTHORS>

	* kvu_message_queue.h (MESSAGE_QUEUE_RT_C): Added
	peek_front() method.

2012-04-28  Kai Vehmanen  <kaiv@.devtag.AUTHORS>

	* kvu_procedure_timer.h: Public API modified to use
	struct timespec (instead of struct timeval).
	* library interface version to 10:0:0

2012-04-17  Kai Vehmanen  <kaiv@.devtag.AUTHORS>

	* kvu_threads.cpp (kvu_pthread_cond_timeout): Added.
	* library interface version to 10:0:6

2009-10-17  Kai Vehmanen  <kaiv@.devtag.AUTHORS>

	* library interface version 9:0:5 frozen (2.7.0 release)

2009-04-12  Kai Vehmanen  <kaiv@.devtag.AUTHORS>

	* kvu_message_queue.h: file added.

2009-03-27  Kai Vehmanen  <kaiv@.devtag.AUTHORS>

	* kvu_timestamp.h: New interface.

2009-03-21  Kai Vehmanen  <kaiv@.devtag.AUTHORS>

	* kvu_dbc.h: Added DBC_NEVER_REACHED macro.
	* kvu_debug.h: File added.
	* library version changed to 9:0:5

2006-12-06  Kai Vehmanen  <kaiv@.devtag.AUTHORS>

	* library interface version 8 frozen (2.4.5 release)
	* library version changed to 8:0:4
	* kvu_utils.cpp (kvu_string_strip_outer_quotes): Added.
	
2005-03-12  Kai Vehmanen  <kaiv@.devtag.AUTHORS>

        * library interface version 7 frozen (2.4.0 release)

2004-12-15  Kai Vehmanen  <kaiv@.devtag.AUTHORS>

	* kvu_utils.cpp (kvu_string_regex_meta_escape): Added.
	* kvu_utils.cpp (kvu_string_search_and_replace): Added.

2004-12-14  Kai Vehmanen  <kaiv@.devtag.AUTHORS>

	* kvu_value_queue.h (VALUE_QUEUE_RT_C): Added.

2004-12-12  Kai Vehmanen  <kaiv@.devtag.AUTHORS>

	* kvu_utils.h (kvu_vector_search_and_replace): Added.
	* kvu_utils.h (kvu_string_shell_meta_escape): Added.
	* library version changed to 7:0:3
	
2003-08-29  Kai Vehmanen  <kaiv@.devtag.AUTHORS>

        * library interface version 6 frozen

2003-05-29  Kai Vehmanen  <kaiv@.devtag.AUTHORS>

	* kvu_rtcaps.h (kvu_set_thread_scheduling): added
	* library version changed to 6:0:2
	
2003-02-13  Kai Vehmanen  <kaiv@.devtag.AUTHORS>

	* kvu_inttypes.h: file added
	* library version changed to 5:0:1

2003-01-07  Kai Vehmanen  <kaiv@.devtag.AUTHORS>

	* library interface version 4 frozen

2002-11-05  Kai Vehmanen  <kaiv@.devtag.AUTHORS>

	* kvu_locks.h: removed dependency to asm/atomic.h
	* kvu_locks.h (add,sub,increment,decrement): removed
	
2002-10-16  Kai Vehmanen  <kaiv@.devtag.AUTHORS>

	* NOTE: from now on, the library version 
	presents the public API version number, not 
	the ABI version.
	* removed interface version from library 
	base name
	* library version changed to 4:0:0

2002-06-29  Kai Vehmanen  <kaiv@.devtag.AUTHORS>

	* kvu_fd_io.h: file added

2002-06-28  Kai Vehmanen  <kaiv@.devtag.AUTHORS>

	* kvu_com_line.h (COMMAND_LINE): iterators
	functions to const members
	* kvu_com_line.h (COMMAND_LINE): added 
	constructor that takes 'void' as its argument

2002-04-29  Kai Vehmanen  <kaiv@.devtag.AUTHORS>
	
	* kvu_locks.h (KVU_GUARD_LOCK): class added
	
2002-04-28  Kai Vehmanen  <kaiv@.devtag.AUTHORS>

	* all files renamed to have a 'kvu_' prefix
	* 'kvu_' prefix added to all free operators
	
2002-04-25  Kai Vehmanen  <kaiv@.devtag.AUTHORS>

	* library version number added to library name; current
	  name is libkvutils3
	
2002-04-19  Kai Vehmanen  <kaiv@.devtag.AUTHORS>

	* kvutils.h (kvu_sleep): added
	
2002-02-27  Kai Vehmanen  <kaiv@.devtag.AUTHORS>

	* threads.h (all): added
	* locks.h (pthread_mutex_spinlock): moved to threads.h
	
2002-02-26  Kai Vehmanen  <kaiv@.devtag.AUTHORS>

	* library version changed to 3:0:0 (change in 
	  binary-level API)
	* procedure_timer.h (last_duration_seconds): added
	
2001-12-22  Kai Vehmanen  <kaiv@.devtag.AUTHORS>

	* kvutils.h (string_to_words): marked obsolete - not removed 
	from the library
	* kvutils.h (string_to_tokens): replaces string_to_words()
	* kvutils.h (string_to_tokens_quoted): added
	
2001-11-29  Kai Vehmanen  <kaiv@.devtag.AUTHORS>

	* message_item.h (<<operator): added overloaded versions
	for handling (un)signed long long ints
	* kvu_numtostr.h (kvu_numtostr): added overloaded versions
	for handling (un)signed long long ints
	
2001-10-15  Kai Vehmanen  <kaiv@.devtag.AUTHORS>	

	* procudure_timer.h (set_upper_bound_seconds,
	set_lower_bound_seconds): added
	
2001-10-09  Kai Vehmanen  <kaiv@.devtag.AUTHORS>

	* locks.h (all): made function member of ATOMIC_INTEGER 
	non-inlined to better hide the actual implementation
	
2001-10-03  Kai Vehmanen  <kaiv@.devtag.AUTHORS>

	* dbc.h (DBC_DECLARE): added
	* kvurtcaps.h (all): added
	
2001-08-19  Kai Vehmanen  <kaiv@.devtag.AUTHORS>

	* library version changed to 3:0:1
	* dbc.h (all): added, makes definition_by_contract.h obsolete
	
2001-04-27  Kai Vehmanen  <kaiv@.devtag.AUTHORS>

	* library interface version 2 frozen
	
2001-04-23  Kai Vehmanen  <kaiv@.devtag.AUTHORS>	
	
	* kvutils.h (string_to_int_vector): added
	
2001-03-22  Kai Vehmanen  <kaiv@.devtag.AUTHORS>
	
	* temporary_file_directory.h (all): added
	
2001-02-19  Kai Vehmanen  <kaiv@.devtag.AUTHORS>

	* value_queue.h (poll): added
		
2000-11-18  Kai Vehmanen  <kaiv@.devtag.AUTHORS>	

	* procedure_timer.h (all): added
	
2000-11-16  Kai Vehmanen  <kaiv@.devtag.AUTHORS>	

	* locks.h (read): renamed to 'get'
	* locks.h (write): renamed to 'set'
	* locks.h (add, subtract, increment, decrement): added
	
2000-10-17  Kai Vehmanen  <kaiv@.devtag.AUTHORS>	

	* object_queue.h (all): few member functions renamed, pthread
	locking changes
	* command_queue.h (all): removed as obsolete
	* locks.h (pthread_mutex_spinlock): added
	
2000-09-30  Kai Vehmanen  <kaiv@.devtag.AUTHORS>	

	* definition_by_contract.h (all): lots of changes in the public
	interface
	* library version changed to 2:0:0
	
2000-04-11  Kai Vehmanen  <kaiv@.devtag.AUTHORS>	

	* kvutils.h (print_time_stamp): added
	* library version changed to 1:0:0
	
2000-03-24  Kai Vehmanen  <kaiv@.devtag.AUTHORS>	

	* com_line.h (combine): a new overloaded version
	
2000-03-21  Kai Vehmanen  <kaiv@.devtag.AUTHORS>	

	* object_queue.h: added
	* changes in all interfaces
	* library version set to 0:0:0 (current:revision:age)
	
-----------------------------------------------------------------------