removed the need for Data::Serializer
This commit is contained in:
parent
88b421853c
commit
6613992f3d
6 changed files with 4 additions and 48 deletions
|
|
@ -10,6 +10,7 @@
|
|||
- Fixed a bug in articles where articles with no content would fail to
|
||||
display their images.
|
||||
- bugfix [966466] WebGUI::Session. System crash when user language setting missing.
|
||||
- Eliminated the need for Data::Serializer.
|
||||
|
||||
|
||||
6.0.3
|
||||
|
|
|
|||
|
|
@ -12,6 +12,8 @@ save you many hours of grief.
|
|||
--------------------------------------------------------------------
|
||||
* See docs/migration.txt for changes in plug-in coding.
|
||||
|
||||
* You no longer need Data::Serializer.
|
||||
|
||||
|
||||
6.0.2
|
||||
--------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -24,9 +24,8 @@ QnD INSTALL INSTRUCTIONS:
|
|||
Compress::Zlib
|
||||
IO::Zlib
|
||||
SOAP::Lite
|
||||
Data::Serializer
|
||||
Image::Magick (optional)
|
||||
Cache::Cache
|
||||
Image::Magick (optional)
|
||||
|
||||
|
||||
3. Install Apache (preferably with mod_perl) and set up your config.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue