A new feature version of Zotonic has been released. Besides from the
usual bug fixes, this release contains quite some smaller and larger
features. This release also marks the last release before some larger
upcoming changes to the HTML framework, the admin interface and the
database layer. Read the zotonic blog for the change log.
http://zotonic.com/blog/941/version-0-8-0-released
As always, Zotonic can be downloaded from google code:
http://code.google.com/p/zotonic/downloads/list
Kind regards,
Arjan Scherpenisse
on behalf of the Zotonic team
--
Arjan Scherpenisse ----- New media art, research, development
ar...@scherpenisse.net +31641322599 - http://scherpenisse.net
Can anyone comment on the requirement for Erlang R14B03? Is that a "hard" minimum for some reason? I've installed successfully on OpenBSD in the past (it's been a while, probably 0.6.0 or so) after accomodating for make/gmake and one or two other small issues, but the default Erlang port in OpenBSD 5.0 is R13B04.
Allan
I don't think it is a hard requirement:
the reason for setting R14B03 as the minimum requirement is twofold:
First of all, we changed code to be compatible with R15 by changing the
http module to the httpc module. This affects everything where internal
http requests are being done, like uploading media from a URL, using the
OEmbed module, or the twitter, facebook or oauth modules. Furthermore
R14B02 contains a very annoying bug related to timers, so we set the
minimum requirement just above that.
If you don't use abovementioned functionality I think you should be fine.
Let us know how it goes and if we can do anything to make it run more
smoothly on BSD :)
Arjan