Code

patches: Added 02-php5.4.diff -- use ob_end_flush() in favor of ob_end_clean()
[pkg-libkohana2-php.git] / debian / changelog
1 libkohana2-php (2.3.4-2) unstable; urgency=low
3   * debian/patches:
4     - Added 02-php5.4.diff -- use ob_end_flush() in favor of ob_end_clean() if
5       the buffer contains any data to make sure the rendered page is actually
6       displayed (PHP 5.4 handles end_clean() a bit different than previous
7       versions); thanks to Bernhard Schmidt for reporting this and Jörg Linge
8       for tracking down to problem (Closes: #665197).
10  -- Sebastian Harl <tokkee@debian.org>  Tue, 03 Apr 2012 13:03:53 +0200
12 libkohana2-php (2.3.4-1) unstable; urgency=low
14   [ Sven Velt ]
15   * Initial release (Closes: #611240).
16     - Strip out DejaVu-Font and depend on ttf-dejavu-core.
17   * libkohana2-php.lintian-overrides: Overwrite warning about embedded
18     Markdown.php -- Kohana2 ships a modified version of that library.
20   [ Sebastian Harl ]
21   * debian/patches:
22     - Added 01-font-path.diff -- let 'fontpath' point to the DejaVu fonts in
23       '/usr/share/fonts'.
24   * Symlink and depend on libjs-jquery rather than shipping a private copy.
25   * Build two binary packages: libkohana2-php and libkohana2-modules-php.
26   * debian/rules:
27     - Repack the upstream .zip archive in 'get-orig-source' using uscan.
28     - Ship all 'config' directories in /etc and create appropriate symlinks in
29       the 'system' and 'modules' directories.
30     - Do not ship a local copy of DejaVuSerif.ttf in the binary packages.
31   * debian/watch: mangle upstream version to prefix "b" and "rc" with a tilde.
33  -- Sebastian Harl <tokkee@debian.org>  Wed, 02 Feb 2011 14:40:13 +0100