pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/ramaze



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Apr 29 16:09:34 UTC 2012

Modified Files:
        pkgsrc/www/ramaze: Makefile PLIST distinfo

Log Message:
Update ramaze to 2012.04.14.

Changelog

* The Redis adapter (Ramaze::Cache::Redis) has been fixed so that it works
  with sessions, previously this would result in "Can't convert into symbol"
  errors and the like. This problem was caused by not encoding data using
  Marshal. Thanks to EdvardM for reporting the issue.
* The Redis cache adapter namespaces keys just like the other adapters.
* Ramaze::Cache::MemCache has been updated for the latest version of Dalli and
  should no longer display deprecation warnings. The minimum required version
  of Dalli has been set to at least 2.0.2.
* Various documentation improvements and additions.
* The HTML of the pagination helper can now be customized, thanks to Leucos
  and bougyman for adding it.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/ramaze/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/ramaze/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/ramaze/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index