~ubuntu-branches/ubuntu/hardy/poppler/hardy-updates

« back to all changes in this revision

Viewing changes to glib/demo/fonts.c

  • Committer: Bazaar Package Importer
  • Author(s): Ondřej Surý
  • Date: 2007-11-14 11:20:07 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20071114112007-z78ukla8cxd9mv41
Tags: 0.6.2-1
* New upstream version. (Closes: #447992)
* Dependency on xpdfrc was removed on 2007-02-25 (Closes: #347789, #440936)
* Changes since 0.6.1:
  - Fix CVE-2007-4352, CVE-2007-5392 and CVE-2007-5393 (Closes: #450628)
  - Fix a crash on documents with wrong CCITTFaxStream
  - Fix a crash in the Cairo renderer with invalid embedded fonts
  - Fix a crash with invalid TrueType fonts
  - Check if font is inside the clip area before rendering
    it to a temporary bitmap in the Splash renderer. Fixes crashes on
    incorrect documents
  - Do not use exit(1) on DCTStream errors
  - Detect form fields at any depth level
  - Do not generate appearance stream for radio buttons that are not active

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 *
14
14
 * You should have received a copy of the GNU General Public License
15
15
 * along with this program; if not, write to the Free Software
16
 
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
16
 * Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
17
17
 */
18
18
 
19
19
#include <gtk/gtk.h>