From a6e6dc278da0fc19c8ea0a4202b4369091dbf521 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 15 Jan 2015 23:24:49 +0000 Subject: qrcode (15jan15) git-svn-id: svn://tug.org/texlive/trunk@36065 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/qrcode/README | 3 ++- Master/texmf-dist/doc/latex/qrcode/qrcode.pdf | Bin 265315 -> 265315 bytes Master/texmf-dist/source/latex/qrcode/qrcode.dtx | 5 +++-- Master/texmf-dist/tex/latex/qrcode/qrcode.sty | 4 ++-- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Master/texmf-dist/doc/latex/qrcode/README b/Master/texmf-dist/doc/latex/qrcode/README index 5b0c65f6b3d..69738b9cccf 100644 --- a/Master/texmf-dist/doc/latex/qrcode/README +++ b/Master/texmf-dist/doc/latex/qrcode/README @@ -1,6 +1,6 @@ ============================================================================== -The `qrcode' package v1.5 +The `qrcode' package v1.51 Copyright (C) 2015 Anders Hendrickson (anders.hendrickson@snc.edu) This package generates Quick Response (QR) codes in @@ -10,6 +10,7 @@ packages. Changes: - 2014/09/26 Initial version - 2015/01/08 Added support for new lines and hyperlinks +- 2015/01/14 Bug fix ============================================================================== diff --git a/Master/texmf-dist/doc/latex/qrcode/qrcode.pdf b/Master/texmf-dist/doc/latex/qrcode/qrcode.pdf index ad7f658cf05..abc49f78ad0 100644 Binary files a/Master/texmf-dist/doc/latex/qrcode/qrcode.pdf and b/Master/texmf-dist/doc/latex/qrcode/qrcode.pdf differ diff --git a/Master/texmf-dist/source/latex/qrcode/qrcode.dtx b/Master/texmf-dist/source/latex/qrcode/qrcode.dtx index 3f4c18f47cb..02cf53ad0c2 100644 --- a/Master/texmf-dist/source/latex/qrcode/qrcode.dtx +++ b/Master/texmf-dist/source/latex/qrcode/qrcode.dtx @@ -27,7 +27,7 @@ %\NeedsTeXFormat{LaTeX2e}[1999/12/01] %\ProvidesPackage{qrcode} %<*package> - [2015/01/08 v1.5 QR code generation] + [2015/01/08 v1.51 QR code generation] % % %<*driver> @@ -67,6 +67,7 @@ % % \changes{v1.0}{2014/09/26}{Initial version} % \changes{v1.5}{2015/01/08}{Added support for new lines and hyperlinks.} +% \changes{v1.51}{2015/01/14}{Bug fix.} % % \GetFileInfo{qrcode.sty} % @@ -1232,7 +1233,7 @@ \ifx\qr@testii\qr@relax% % #2 is \relax, so there is nothing more to write. \relax - \let\go=\relax + \let\qr@next=\relax \else % #2 is not \relax, so there is another byte to write. \qr@hextobinary[8]{\bytetowrite}{#2#3}% diff --git a/Master/texmf-dist/tex/latex/qrcode/qrcode.sty b/Master/texmf-dist/tex/latex/qrcode/qrcode.sty index 7caa94bec7e..6330464015e 100644 --- a/Master/texmf-dist/tex/latex/qrcode/qrcode.sty +++ b/Master/texmf-dist/tex/latex/qrcode/qrcode.sty @@ -20,7 +20,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{qrcode} - [2015/01/08 v1.5 QR code generation] + [2015/01/08 v1.51 QR code generation] %%PACKAGE LOADING \RequirePackage{xcolor}% \RequirePackage{xkeyval}% @@ -808,7 +808,7 @@ \ifx\qr@testii\qr@relax% % #2 is \relax, so there is nothing more to write. \relax - \let\go=\relax + \let\qr@next=\relax \else % #2 is not \relax, so there is another byte to write. \qr@hextobinary[8]{\bytetowrite}{#2#3}% -- cgit v1.2.3