1------------------------------------------------------------------------
2r1870 | joe | 2011-12-09 10:36:02 +0000 (Fri, 09 Dec 2011) | 1 line
3
4Tag release 0.13.
5------------------------------------------------------------------------
6r1869 | joe | 2011-12-09 10:33:14 +0000 (Fri, 09 Dec 2011) | 2 lines
7
8* configure.ac, NEWS: Update for 0.13.
9
10------------------------------------------------------------------------
11r1868 | joe | 2011-12-09 09:43:38 +0000 (Fri, 09 Dec 2011) | 2 lines
12
13* litmus.in: Add client cert arg to usage.
14
15------------------------------------------------------------------------
16r1867 | joe | 2011-12-09 09:38:10 +0000 (Fri, 09 Dec 2011) | 5 lines
17
18* src/common.c (init_session): Read and use client cert if configured.
19  (init): Take client certificate argument.
20
21Submitted by: Alejandro Álvarez Ayllón <aalvarez cern.ch>
22
23------------------------------------------------------------------------
24r1791 | joe | 2010-02-08 09:53:54 +0000 (Mon, 08 Feb 2010) | 2 lines
25
26* configure.ac: Update to build with neon 0.29.x.
27
28------------------------------------------------------------------------
29r1789 | joe | 2010-02-08 09:52:25 +0000 (Mon, 08 Feb 2010) | 2 lines
30
31* src/http.c (expect100): Add X- headers per normal requests.
32
33------------------------------------------------------------------------
34r1788 | joe | 2010-02-08 09:51:48 +0000 (Mon, 08 Feb 2010) | 3 lines
35
36* src/locks.c (owner_modify): Test that PROPPATCH works on a
37  locked resource.  Thanks to Javier Godoy.
38
39------------------------------------------------------------------------
40r1608 | joe | 2008-11-18 10:50:27 +0000 (Tue, 18 Nov 2008) | 4 lines
41
42* src/copymove.c (copy_overwrite, move_overwrite): FAIL if a 412 is not
43given in the failure case, since this is a MUST, and output the error
44message.
45
46------------------------------------------------------------------------
47r1605 | joe | 2008-11-06 12:32:39 +0000 (Thu, 06 Nov 2008) | 2 lines
48
49* NEWS: Fix.
50
51------------------------------------------------------------------------
52r1604 | joe | 2008-11-06 12:31:42 +0000 (Thu, 06 Nov 2008) | 2 lines
53
54* NEWS, configure.ac: Update for 0.12.1.
55
56------------------------------------------------------------------------
57r1603 | joe | 2008-11-06 12:31:15 +0000 (Thu, 06 Nov 2008) | 2 lines
58
59* src/props.c: Use the example domain more.
60
61------------------------------------------------------------------------
62r1602 | joe | 2008-11-06 12:29:09 +0000 (Thu, 06 Nov 2008) | 2 lines
63
64* src/props.c: Use real URIs for the example namespaces.
65
66------------------------------------------------------------------------
67r1601 | joe | 2008-11-06 09:35:38 +0000 (Thu, 06 Nov 2008) | 2 lines
68
69* src/locks.c (getlock): Fail if lockscope is not satisfied.
70
71------------------------------------------------------------------------
72r1566 | joe | 2008-10-13 21:06:37 +0100 (Mon, 13 Oct 2008) | 3 lines
73
74* src/locks.c (unmapped_lock): Remove DELETE call, which otherwise
75  should nuke the lock per 4918.
76
77------------------------------------------------------------------------
78r1565 | joe | 2008-10-13 21:02:05 +0100 (Mon, 13 Oct 2008) | 2 lines
79
80* src/locks.c: Fix RFC reference.
81
82------------------------------------------------------------------------
83r1554 | joe | 2008-09-29 21:28:19 +0100 (Mon, 29 Sep 2008) | 1 line
84
85News.
86------------------------------------------------------------------------
87r1553 | joe | 2008-09-29 21:25:06 +0100 (Mon, 29 Sep 2008) | 3 lines
88
89* src/basic.c (put_no_parent): New test.
90  Add 2518 references.
91
92------------------------------------------------------------------------
93r1552 | joe | 2008-09-29 21:22:38 +0100 (Mon, 29 Sep 2008) | 2 lines
94
95* litmus.in, Makefile.in: Substitute datarootdir to quieten autoconf.
96
97------------------------------------------------------------------------
98r1551 | joe | 2008-09-29 21:20:46 +0100 (Mon, 29 Sep 2008) | 1 line
99
100Ignore more.
101------------------------------------------------------------------------
102r1550 | joe | 2008-09-29 21:19:49 +0100 (Mon, 29 Sep 2008) | 2 lines
103
104Bump to neon 0.28.x externals.
105
106------------------------------------------------------------------------
107r1549 | joe | 2008-09-29 21:18:47 +0100 (Mon, 29 Sep 2008) | 1 line
108
109Note %20 test needed.
110------------------------------------------------------------------------
111r1548 | joe | 2008-09-29 21:18:28 +0100 (Mon, 29 Sep 2008) | 2 lines
112
113* configure.ac: Bump to 0.12.
114
115------------------------------------------------------------------------
116r1547 | joe | 2008-09-29 21:15:27 +0100 (Mon, 29 Sep 2008) | 2 lines
117
118* src/props.c (propvalnspace): Use valid namespace URI.
119
120------------------------------------------------------------------------
121r1546 | joe | 2008-09-29 20:33:36 +0100 (Mon, 29 Sep 2008) | 2 lines
122
123Update mailing list address.
124
125------------------------------------------------------------------------
126r1545 | joe | 2008-09-29 20:29:04 +0100 (Mon, 29 Sep 2008) | 4 lines
127
128* src/locks.c (unmapped_lock): New test.
129
130Submitted by: Henrik Holst <henrik@witsbits.com>
131
132------------------------------------------------------------------------
133r1450 | joe | 2008-06-16 21:42:21 +0100 (Mon, 16 Jun 2008) | 2 lines
134
135* configure.ac: Support neon 25-28, patch by Henrik Holst.
136
137------------------------------------------------------------------------
138r1339 | joe | 2008-02-08 10:01:18 +0000 (Fri, 08 Feb 2008) | 2 lines
139
140* src/copymove.c: Add some 2518 references.
141
142------------------------------------------------------------------------
143r1163 | joe | 2007-02-13 11:09:28 +0000 (Tue, 13 Feb 2007) | 2 lines
144
145* src/props.c (d0_results): Fix propfind_d0 for neon < 0.26.
146
147------------------------------------------------------------------------
148r1150 | joe | 2007-01-23 17:53:58 +0000 (Tue, 23 Jan 2007) | 2 lines
149
150* NEWS: Update.
151
152------------------------------------------------------------------------
153r1149 | joe | 2007-01-23 17:53:27 +0000 (Tue, 23 Jan 2007) | 2 lines
154
155* configure.ac: Bump to 0.11.
156
157------------------------------------------------------------------------
158r1043 | joe | 2006-04-27 15:37:32 +0100 (Thu, 27 Apr 2006) | 3 lines
159
160* src/props.c (propremoveset): Tweak to test ordering of multiple
161'set' operations in a PROPPATCH body, from Julian Reschke.
162
163------------------------------------------------------------------------
164r1041 | joe | 2006-04-18 17:42:55 +0100 (Tue, 18 Apr 2006) | 2 lines
165
166News for 0.11.
167
168------------------------------------------------------------------------
169r1040 | joe | 2006-04-18 17:40:12 +0100 (Tue, 18 Apr 2006) | 3 lines
170
171* src/locks.c (verify_discover, count_discover) [HAVE_NEON_026PLUS]:
172Adjust for neon 0.26 API.
173
174------------------------------------------------------------------------
175r1039 | joe | 2006-04-18 17:35:05 +0100 (Tue, 18 Apr 2006) | 4 lines
176
177Tests for PROPPATCH evaluation order from Julian Reschke:
178
179* src/props.c (propremoveset, propsetremove): New functions.
180
181------------------------------------------------------------------------
182r1035 | joe | 2006-04-13 15:29:39 +0100 (Thu, 13 Apr 2006) | 2 lines
183
184* src/common.c (init): Don't path-escape input path.
185
186------------------------------------------------------------------------
187r1034 | joe | 2006-04-13 14:21:26 +0100 (Thu, 13 Apr 2006) | 4 lines
188
189Test for depth zero collection COPY from Julian Reschke:
190
191* src/copymove.c (copy_shallow): New function.
192
193------------------------------------------------------------------------
194r1033 | joe | 2006-04-13 14:14:15 +0100 (Thu, 13 Apr 2006) | 11 lines
195
196Switch externals to use neon 0.26.x branches.
197
198* configure.ac: Support neon 0.26.
199
200* src/common.h (HAVE_NEON_026PLUS): Define for neon 0.26 and later.
201
202* src/props.c (d0_results, pg_results, propfind_d0): Adjust for neon
2030.26 API.
204(create_private, destroy_private) [HAVE_NEON_026PLUS]: Reimplement for
2050.26.
206
207------------------------------------------------------------------------
208r751 | joe | 2005-11-02 20:43:44 +0000 (Wed, 02 Nov 2005) | 2 lines
209
210Bump for 0.10.5.
211
212------------------------------------------------------------------------
213r745 | joe | 2005-10-28 15:54:13 +0100 (Fri, 28 Oct 2005) | 3 lines
214
215* src/largefile.c (large_put): Check response code.
216(large_get): Fail if ne_read_response_block returns an error.
217
218------------------------------------------------------------------------
219r744 | joe | 2005-10-28 12:49:43 +0100 (Fri, 28 Oct 2005) | 2 lines
220
221* src/largefile.c (large_get): Fail for non-2xx responses.
222
223------------------------------------------------------------------------
224r743 | joe | 2005-10-28 12:38:05 +0100 (Fri, 28 Oct 2005) | 3 lines
225
226* src/locks.c (fail_cond_put_unlocked): Add another test for handling
227of unknown state tokens as per Julian's locking tests.
228
229------------------------------------------------------------------------
230r703 | joe | 2005-09-17 10:19:29 +0100 (Sat, 17 Sep 2005) | 3 lines
231
232* src/locks.c (verify_discover): Thou really shalt not commit
233debugging code.
234
235------------------------------------------------------------------------
236r701 | joe | 2005-09-17 10:12:04 +0100 (Sat, 17 Sep 2005) | 2 lines
237
238Bump to 0.10.4.
239
240------------------------------------------------------------------------
241r699 | joe | 2005-09-17 10:09:13 +0100 (Sat, 17 Sep 2005) | 4 lines
242
243* src/locks.c (compare_locks): New function.
244(verify_discover): Use it; fix crashes if owner or token
245is NULL in expected or actual lock.
246
247------------------------------------------------------------------------
248r682 | joe | 2005-08-20 09:37:17 +0100 (Sat, 20 Aug 2005) | 2 lines
249
250Use test/common from neon 0.25.x branch.
251
252------------------------------------------------------------------------
253r676 | joe | 2005-08-17 21:09:45 +0100 (Wed, 17 Aug 2005) | 2 lines
254
255* NEWS: Add news for 0.10.3.
256
257------------------------------------------------------------------------
258r675 | joe | 2005-08-17 21:08:59 +0100 (Wed, 17 Aug 2005) | 2 lines
259
260* src/basic.c (create_temp, do_put_get): Add some error checking.
261
262------------------------------------------------------------------------
263r674 | joe | 2005-08-17 21:06:10 +0100 (Wed, 17 Aug 2005) | 3 lines
264
265* configure.ac: Unbump version since it was bumped once already since
266the last release.
267
268------------------------------------------------------------------------
269r673 | joe | 2005-08-17 21:03:23 +0100 (Wed, 17 Aug 2005) | 2 lines
270
271* configure.ac: Fix build with bundled expat.  Bump to 0.10.4.
272
273------------------------------------------------------------------------
274r607 | joe | 2005-04-24 21:42:42 +0100 (Sun, 24 Apr 2005) | 3 lines
275
276* Makefile.in (install): Fix installation for VPATH builds (Mike
277Castle).
278
279------------------------------------------------------------------------
280r606 | joe | 2005-04-24 21:41:53 +0100 (Sun, 24 Apr 2005) | 2 lines
281
282- use neon 0.25.x branch for externals
283
284------------------------------------------------------------------------
285r605 | joe | 2005-04-24 21:41:15 +0100 (Sun, 24 Apr 2005) | 2 lines
286
287* configure.ac: Adapt for neon 0.25.
288
289------------------------------------------------------------------------
290r535 | joe | 2005-03-29 20:56:26 +0100 (Tue, 29 Mar 2005) | 4 lines
291
292* configure.ac: Bump for 0.10.2 release.
293
294* README: Update copyright.
295
296------------------------------------------------------------------------
297r514 | joe | 2005-03-02 15:02:25 +0000 (Wed, 02 Mar 2005) | 2 lines
298
299* src/http.c: Define EOL now neon doesn't.
300
301------------------------------------------------------------------------
302r487 | joe | 2005-02-24 14:37:06 +0000 (Thu, 24 Feb 2005) | 1 line
303
304Rename ChangeLog to ChangeLog.CVS.
305------------------------------------------------------------------------
306r486 | joe | 2005-02-24 14:36:28 +0000 (Thu, 24 Feb 2005) | 2 lines
307
308* Makefile.in (distclean, clean): Clean more.
309
310------------------------------------------------------------------------
311r485 | joe | 2005-02-24 14:24:03 +0000 (Thu, 24 Feb 2005) | 3 lines
312
313* src/largefile.c (init_largefile): Upload dummy file once to prep
314auth if necessary; don't disable persistent connections.
315
316------------------------------------------------------------------------
317r484 | joe | 2005-02-24 14:16:32 +0000 (Thu, 24 Feb 2005) | 7 lines
318
319Test that the entity returned by GET matches the entity stored by PUT
320in the largefile tests:
321
322* src/largefile.c (large_get): New test.
323
324* configure.ac: Check how to print long long.
325
326------------------------------------------------------------------------
327r482 | joe | 2005-02-23 16:59:09 +0000 (Wed, 23 Feb 2005) | 2 lines
328
329* src/largefile.c (provider): Fix to really increment the counter.
330
331------------------------------------------------------------------------
332r416 | joe | 2005-01-07 15:32:29 +0000 (Fri, 07 Jan 2005) | 3 lines
333
334* litmus.in: Support --version, advertise mailing list address in
335--help.
336
337------------------------------------------------------------------------
338r415 | joe | 2005-01-07 15:25:22 +0000 (Fri, 07 Jan 2005) | 2 lines
339
340* src/common.c (get_etag): Fix use-after-free.
341
342------------------------------------------------------------------------
343r408 | joe | 2005-01-06 13:40:05 +0000 (Thu, 06 Jan 2005) | 2 lines
344
345* src/common.c (get_etag): Update for neon 0.25 response-header API.
346
347------------------------------------------------------------------------
348r340 | joe | 2004-10-30 12:43:06 +0100 (Sat, 30 Oct 2004) | 2 lines
349
350* src/common.c: Include sys/stat.h
351
352------------------------------------------------------------------------
353r338 | joe | 2004-10-30 12:37:20 +0100 (Sat, 30 Oct 2004) | 7 lines
354
355* lib/neon: Move neon/src external here from "libneon" which might
356help stop people calling neon "libneon".
357
358* lib/expat: Import from cadaver/trunk/lib/expat.
359
360* Makefile.in, configure.in: Adapt for new externals locations.
361
362------------------------------------------------------------------------
363r278 | joe | 2004-10-04 22:57:34 +0100 (Mon, 04 Oct 2004) | 3 lines
364
365Set svn:externals to pick up libneon, macros and test-common directories from
366the neon trunk.
367
368------------------------------------------------------------------------
369r277 | joe | 2004-10-04 22:53:13 +0100 (Mon, 04 Oct 2004) | 1 line
370
371Import litmus HEAD.
372------------------------------------------------------------------------
373