[DRE-commits] [SCM] ruby-pdf-reader.git branch, master, updated. upstream/0.10.0+real-20-g7ae66e9

Cédric Boutillier cedric.boutillier at gmail.com
Thu Oct 20 13:47:42 UTC 2011


The following commit has been merged in the master branch:
commit e022247d23a6d3a2c63554a9c0e35b3970d28c39
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Thu Oct 20 15:00:36 2011 +0200

    Imported Upstream version 0.10.1

diff --git a/CHANGELOG b/CHANGELOG
index 6a2e120..13ba470 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,7 @@
-v0.9.4 (XXX)
+v0.10.1 (20th October 2011)
+- simple license change to glyph data file, no code changes
+
+v0.10.0 (6th July 2011)
 - support multiple receivers within a single pass over a source file
   - massive time saving when dealing with multiple receivers
 
diff --git a/lib/pdf/reader/glyphlist.txt b/lib/pdf/reader/glyphlist.txt
index 0304ffc..517449e 100644
--- a/lib/pdf/reader/glyphlist.txt
+++ b/lib/pdf/reader/glyphlist.txt
@@ -1,43 +1,4 @@
-# ###################################################################################
-# Copyright (c) 1997,1998,2002,2007 Adobe Systems Incorporated
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a
-# copy of this documentation file to use, copy, publish, distribute,
-# sublicense, and/or sell copies of the documentation, and to permit
-# others to do the same, provided that:
-# - No modification, editing or other alteration of this document is
-# allowed; and
-# - The above copyright notice and this permission notice shall be
-# included in all copies of the documentation.
-# 
-# Permission is hereby granted, free of charge, to any person obtaining a
-# copy of this documentation file, to create their own derivative works
-# from the content of this document to use, copy, publish, distribute,
-# sublicense, and/or sell the derivative works, and to permit others to do
-# the same, provided that the derived work is not represented as being a
-# copy or version of this document.
-# 
-# Adobe shall not be liable to any party for any loss of revenue or profit
-# or for indirect, incidental, special, consequential, or other similar
-# damages, whether based on tort (including without limitation negligence
-# or strict liability), contract or other legal or equitable grounds even
-# if Adobe has been advised or had reason to know of the possibility of
-# such damages.Ê The Adobe materials are provided on an "AS IS" basis.Ê
-# Adobe specifically disclaims all express, statutory, or implied
-# warranties relating to the Adobe materials, including but not limited to
-# those concerning merchantability or fitness for a particular purpose or
-# non-infringement of any third party rights regarding the Adobe
-# materials.
-# ###################################################################################
-# Name:          Adobe Glyph List
-# Table version: 2.0
-# Date:          September 20, 2002
-#
-# See http://partners.adobe.com/asn/developer/typeforum/unicodegn.html
-#
-# Format: Semicolon-delimited fields:
-#            (1) glyph name
-#            (2) Unicode scalar value
+# This file maps glyph names to unicode codepoints
 A;0041
 AE;00C6
 AEacute;01FC
diff --git a/pdf-reader.gemspec b/pdf-reader.gemspec
index 8a1507e..b1ce9fb 100644
--- a/pdf-reader.gemspec
+++ b/pdf-reader.gemspec
@@ -2,7 +2,7 @@
 # which will make the gem filesize irritatingly large
 Gem::Specification.new do |spec|
   spec.name = "pdf-reader"
-  spec.version = "0.10.0"
+  spec.version = "0.10.1"
   spec.summary = "A library for accessing the content of PDF files"
   spec.description = "The PDF::Reader library implements a PDF parser conforming as much as possible to the PDF specification from Adobe"
   spec.files =  Dir.glob("{examples,lib}/**/**/*") + ["Rakefile"]

-- 
ruby-pdf-reader.git



More information about the Pkg-ruby-extras-commits mailing list