github filesender/filesender 1.1.1
Release 1-1-1

Release Version 1.1.1

Release date: 31 May 2011

Distribution file MD5 SHA1
filesender-1.1.1.tar.gz 85611acdcc33013be491ba9636ca650f
c2bc901300751768fa87cce9689c3dd8b7738314
filesender-1.1.1.zip 93b4f12df8293a81a57f3967b27df9cd
6a100971663937c4057fdf821351d0e14e66008e

Release 1.1.1 is also available in the [[Installation - Debian Ubuntu|Debian]] and [[Installation - RPM|RPM]] package repositories and the Subversion repository. Currently Release 1.1.1 is distributed from the oldstable repositories

Installation

See [[Installation_-_Linux_Source_-_v1-1]]

Upgrade Notes

When upgrading from a previous beta version (including 1.0(.x) RELEASE) please read the [[Upgrade notes up to v1-1-1]] before upgrading.

Changes since 1.1 RELEASE

* Important changes since 1.1
- Support for changed HTML5 semantics in Firefox 13+ (#730).
- Fixed potential privilege elevation issue which under certain
conditions could give a normal user access to the admin
interface (#750).
- Change in database column type for fileto/logto (#739).
When upgrading from previous versions you should manually alter
the relevant column type in the database with:

#sudo -u postgres psql filesender
ALTER TABLE files ALTER fileto TYPE text;
ALTER TABLE logs ALTER logto TYPE text;
\q

* Minor fixes and changes since 1.1
- Additional email validation in Mail.php (#746).
- Fix for multi-value SAML-attribute logging (#747).
- Fix for upload with a backslash or double quote in the filename (#601).
- Workaround for download of files with a double quote in the
filename (#602).

Known issues

See [[Known issues in v1-1]].

Support and Feedback

See [[Support and Mailinglists]] and [[Feature requests]].

Don't miss a new filesender release

NewReleases is sending notifications on new releases.