# $Id: CHANGES,v 1.6 2017/09/11 11:44:29 rlr Exp $

2017-09-11	Version 1.2	Changes since 1.1:

	- Fixed a bug in saving the "time_authored:" field in content files.

	- Added simple theme support (when compiled with FEATURE_THEMES).

	- If compiled with COMPAT_BRAINDEAD_FB, fwobac deals with incorrectly
	  percent-encoded requests of the form
	    fwobac?action=article;sid=YYYYmmddHHMMSS...
	  (as generated by a prominent social networking platform).
	  by redirecting to the intended URL.

	- The "subject" fields of article and comment content are now
	  (consistently) in HTML format.  Template macro "SUBJECT_RAW"
	  has been added to allow display of the source HTML, in contrast
	  with SUBJECT which displays the (marked up) subject value.

	- If compiled with COMPAT_LEGACY_R (to support reading legacy content
	  files): for template macro "TIME_A_FMT:", fall back to "TIME_S_FMT:"
	  if an article has no "time_authored:" header, and to "TIME_E_FMT:"
	  in other cases.

	- Made comment/URL in user preferences optional, removed macro
	  "COMMENT" (by merging it into "HREF"), and removed key "comment"
	  (by merging it into "href").

	- Added template macro "ACTION".

	- Improved documentation (in README) of cache directory.

2017-08-22	Version 1.1	Changes since 1.0:

	- Corrected two errors in generation of URLs, one of which could
	  result in crashes.

2017-08-20	Version 1.0	Initial release

