-CHANGES.txt - 12/29/2001
+CHANGES.txt - 12/30/2001
------------------------
CHANGES IN CUPS V1.2.0a1
distribution; these are now available as part of ESP
Ghostscript, or by patching GNU Ghostscript using the
patches in the pstoraster directory.
+ - Added Cookie, Expect, and Set-Cookie fields to HTTP
+ request structure.
/*
- * "$Id: http.c,v 1.82.2.4 2001/12/26 17:22:18 mike Exp $"
+ * "$Id: http.c,v 1.82.2.5 2001/12/30 22:06:51 mike Exp $"
*
* HTTP routines for the Common UNIX Printing System (CUPS).
*
"Content-Range",
"Content-Type",
"Content-Version",
+ "Cookie",
"Date",
+ "Expect",
"Host",
"If-Modified-Since",
"If-Unmodified-since",
"Range",
"Referer",
"Retry-After",
+ "Set-Cookie",
"Transfer-Encoding",
"Upgrade",
"User-Agent",
/*
- * End of "$Id: http.c,v 1.82.2.4 2001/12/26 17:22:18 mike Exp $".
+ * End of "$Id: http.c,v 1.82.2.5 2001/12/30 22:06:51 mike Exp $".
*/
/*
- * "$Id: http.h,v 1.33.2.3 2001/12/26 16:52:12 mike Exp $"
+ * "$Id: http.h,v 1.33.2.4 2001/12/30 22:06:51 mike Exp $"
*
* Hyper-Text Transport Protocol definitions for the Common UNIX Printing
* System (CUPS).
HTTP_FIELD_CONTENT_RANGE,
HTTP_FIELD_CONTENT_TYPE,
HTTP_FIELD_CONTENT_VERSION,
+ HTTP_FIELD_COOKIE,
HTTP_FIELD_DATE,
+ HTTP_FIELD_EXPECT,
HTTP_FIELD_HOST,
HTTP_FIELD_IF_MODIFIED_SINCE,
HTTP_FIELD_IF_UNMODIFIED_SINCE,
HTTP_FIELD_RANGE,
HTTP_FIELD_REFERER,
HTTP_FIELD_RETRY_AFTER,
+ HTTP_FIELD_SET_COOKIE,
HTTP_FIELD_TRANSFER_ENCODING,
HTTP_FIELD_UPGRADE,
HTTP_FIELD_USER_AGENT,
#endif /* !_CUPS_HTTP_H_ */
/*
- * End of "$Id: http.h,v 1.33.2.3 2001/12/26 16:52:12 mike Exp $".
+ * End of "$Id: http.h,v 1.33.2.4 2001/12/30 22:06:51 mike Exp $".
*/