2019-08-25  <Robert Krawitz>	ee7fdeebf2bda2e0412fdd7731ec4b824488f5f5

	Lines: +18, -17
	Files:	NEWS (+4, -4)
		README (+8, -7)
		configure.ac (+6, -6)

	Prep 5.3.3

2019-08-20  <Solomon Peachy>	7a0b8f72dd8213371a96c8357c7865859ba79fe0

	Lines: +33, -51
	Files:	src/main/print-dyesub.c (+33, -51)

	dyesub: dnp-ds620:  Clean up cutter control code a bit.

2019-08-18  <Stephen Letter>	2a3b02a8d83e1186f75e1f367ab380e22e6f1b24

	Lines: +10, -10
	Files:	macosx/makegutenpkg.sh (+10, -10)

	first update of Mac Build script for 5.3

2019-08-15  <Solomon Peachy>	75bb2d2ae2d757a012e7e99365bc0106280a7bc3

	Lines: +52, -35
	Files:	src/cups/backend_kodak605.c (+23, -27)
		src/cups/backend_shinkos6245.c (+29, -8)

	dyesub: backends:  Bugfixes for Kodak 8810, 70xx, and 605 printers.

	 * Better error handling for 70xx/605
	 * Better detection of printer busy for 70xx/605
	 * 8810 reports remaining media properly

2019-08-13  <Solomon Peachy>	2f4213120ec785f503ced7ca1d0eceabfdc3e754

	Lines: +46, -19
	Files:	src/cups/backend_shinkos6245.c (+27, -8)
		src/cups/backend_sinfonia.c (+1, -0)
		src/cups/backend_sinfonia.h (+7, -4)
		src/main/print-dyesub.c (+10, -6)
		src/xml/printers/dyesub.xml (+1, -1)

	dyesub:  Kodak 8810 is now usable, and no longer considerd experimental.

2019-08-12  <Solomon Peachy>	938c526c33eb51b66aeae8b663009178d024890c

	Lines: +59, -23
	Files:	src/cups/backend_kodak605.c (+16, -8)
		src/cups/backend_sinfonia.c (+14, -3)
		src/cups/backend_sinfonia.h (+20, -5)
		src/main/print-dyesub.c (+8, -6)
		src/xml/printers/dyesub.xml (+1, -1)

	dyesub:  The Kodak 7000 is now usable, and no longer considered experimental.

	The Kodak 7010 and 7015 are likely functional too, but this has not been confirmed.

2019-08-12  <Solomon Peachy>	6674a7de7c7501aae2340aacc073b71f14daefb7

	Lines: +1, -1
	Files:	src/main/print-dyesub.c (+1, -1)

	dyesub:  Directly generate YMC planar data for Sinfonia S6145 family.

	Manufacturer drivers generate BGR packed, which the backend has to
	translate to TMC planar before further processing and sending to the
	printer.  This code was written in early 2017 but nobody was able to
	test it until now.

2019-08-10  <Solomon Peachy>	b5ff93d565937701d1ce655692cf8e72abc97b7b

	Lines: +2, -2
	Files:	src/cups/backend_shinkos6145.c (+2, -2)

	dyesub: backend:  Fix another bad sizeof() in the media query code.

2019-08-10  <Solomon Peachy>	cdc7bcfcdd0bf7c0f28cc50c706e6909413aa88e

	Lines: +3, -3
	Files:	src/cups/backend_shinkos6145.c (+3, -3)

	dyesub:  backend:  Fix a null pointer dereference in the printer attach code.

2019-08-04  <Robert Krawitz>	7057f60c3e184fbb1151c5c101b9c156db9cbd14

	Lines: +2, -0
	Files:	NEWS (+1, -0)
		src/xml/printers/escp2.xml (+1, -0)

	Support Epson L130

2019-08-03  <Robert Krawitz>	f1284d089486d16052f61f65757aadccaa122232

	Lines: +2, -2
	Files:	scripts/build-release (+2, -2)

	Generate environment list more robustly

2019-07-20  <Robert Krawitz>	aaf86a139f2562a5cc5bbe4eddf5af2748fd1d86

	Lines: +32, -23
	Files:	scripts/build-release (+23, -14)
		scripts/wzpaq.in (+9, -9)

	Minor cleanup

2019-07-16  <Solomon Peachy>	71d4ea3ce4e2b7294b7eeca3886e4969949e4547

	Lines: +9, -9
	Files:	src/cups/backend_kodak6800.c (+2, -2)
		src/cups/backend_shinkos6145.c (+3, -3)
		src/cups/backend_sinfonia.c (+1, -1)
		src/cups/backend_sinfonia.h (+3, -3)

	dyesub: backend:  Silence some compile warnings on newer GCCs.

	(there were some unchecked return codes from the write() syscall)

2019-07-16  <Solomon Peachy>	2ac1ac91b4f661a81cc11f0ed423ca7399ffaad7

	Lines: +269, -82
	Files:	src/cups/backend_dnpds40.c (+269, -82)

	dyesub: backend:  DNP:  Support parsing the windows spool format.

	Verified on the RX1, DS620, and DS820.

	DS80DX is the only unknown, as its windows drivers are braindead.

2019-07-13  <Solomon Peachy>	2107f9dac1e0db648598d9c9c7c7f0c250001e8f

	Lines: +10, -8
	Files:	src/cups/backend_kodak6800.c (+8, -6)
		src/cups/backend_shinkos1245.c (+2, -2)

	dyesub: backend:  Fix major regressions for Kodak 6800/6850 and Shinko S1245

	 * Printer-generated copies incorrectly byteswapped a BCD field.
	 * 6800/6850 missed a necessary byteswap.

2019-07-13  <Solomon Peachy>	dc49153d9f78d1adb7655ba153a838c3b172573f

	Lines: +111, -2
	Files:	NEWS (+4, -1)
		src/main/print-dyesub.c (+105, -0)
		src/xml/printers/dyesub.xml (+2, -1)

	dyesub: Preliminary support for Sinfonia CHC-S2245

2019-06-22  <Robert Krawitz>	7924eb3659a7d7774a4ece3250e66926ed1b2374

	Lines: +0, -0
	Files:	configure.ac (+0, -0)

	Fix trailing whitespace

2019-06-22  <Robert Krawitz>	353480ddd99c39fb16dfa1068def7978612ef52b

	Lines: +59, -37
	Files:	NEWS (+24, -5)
		README (+35, -32)

	Update CUPS documentation

2019-06-22  <Robert Krawitz>	80cce63d63757b3d41dbc1c604327527876c27ba

	Lines: +28, -3
	Files:	configure.ac (+28, -3)

	Error out if CUPS devel is not installed unless user specified --without-cups

2019-06-15  <Robert Krawitz>	e55733ff91ca46ee8bbfb2716cff2582437b3ad0

	Lines: +44, -25
	Files:	scripts/autogen.sh (+1, -1)
		scripts/build-release (+43, -24)

	Clean up shellcheck warnings

2019-06-07  <Robert Krawitz>	7d22dc54155bee946962fa669371f5e7b71a477e

	Lines: +9, -1
	Files:	scripts/build-release (+9, -1)

	Report environment variables

2019-06-05  <Solomon Peachy>	9aa804dab974147299226d9d8c60633cb13b24bc

	Lines: +1268, -1577
	Files:	src/cups/backend_canonselphy.c (+0, -10)
		src/cups/backend_canonselphyneo.c (+0, -10)
		src/cups/backend_common.c (+22, -4)
		src/cups/backend_common.h (+10, -0)
		src/cups/backend_dnpds40.c (+9, -2)
		src/cups/backend_kodak1400.c (+0, -10)
		src/cups/backend_kodak605.c (+299, -319)
		src/cups/backend_kodak6800.c (+74, -65)
		src/cups/backend_magicard.c (+1, -10)
		src/cups/backend_mitsu70x.c (+1, -1)
		src/cups/backend_mitsud90.c (+0, -10)
		src/cups/backend_mitsup95d.c (+0, -10)
		src/cups/backend_shinkos1245.c (+1, -21)
		src/cups/backend_shinkos2145.c (+36, -184)
		src/cups/backend_shinkos6145.c (+68, -484)
		src/cups/backend_shinkos6245.c (+47, -425)
		src/cups/backend_sinfonia.c (+560, -0)
		src/cups/backend_sinfonia.h (+112, -2)
		src/cups/backend_sonyupd.c (+10, -10)
		src/cups/blacklist (+18, -0)

	dyesub:  backend:  Synchronize the latest Sinfonia code

	 * Code unification and consolidation.
	 * Small pile of memory leaks and other issues from static analysis
	 * Preliminary Kodak 70xx and Kodak 8810 support
	 * Preliminary Sinfonia S2245, Kodak 6900, and HiTi M610 support

2019-05-27  <Robert Krawitz>	0421c7ae9b9211ef68c1cfdb4b696f7a3ca5c135

	Lines: +1, -1
	Files:	scripts/build-release (+1, -1)

	distcheck_minimal should precede prep_release

2019-05-27  <Robert Krawitz>	44b6d9629cb52e579ddc0a0f24974b7344435e41

	Lines: +7, -2
	Files:	scripts/build-release (+7, -2)

	Fix the name of the tarball to be saved.

2019-05-26  <Robert Krawitz>	0ca6426d26e30cf30d66c85bfab70bfe9ffc8d12

	Lines: +1, -1
	Files:	src/testpattern/Makefile.am (+1, -1)

	Finish fixing the name of the checksums file

2019-05-26  <Robert Krawitz>	44acb55447d087594bdf9fc7e41fa16cc0d1ac3e

	Lines: +5, -1
	Files:	scripts/build-release (+5, -1)

	maintainer-clean should succeed if there's no top makefile

2019-05-25  <Robert Krawitz>	ab173fe5a54903fed9cc6e23d49777ce3c9cae02

	Lines: +6, -1
	Files:	scripts/build-release (+5, -0)
		src/testpattern/Makefile.am (+1, -1)

	Fix checksum filename, add run_maintainer_clean to build-release

2019-05-25  <Robert Krawitz>	fd32f7dc5292acf9073911dd4bae03856a63f301

	Lines: +1, -1
	Files:	src/testpattern/Makefile.am (+1, -1)

	Fix checksum filename for snapshot

2019-05-25  <Robert Krawitz>	9be54a7a82508f78032b7695f506f40d3c1e6409

	Lines: +1, -1
	Files:	scripts/snapstamp (+1, -1)

	Colons in paths cause problems for libtool.

2019-05-25  <Robert Krawitz>	9cb08cb8cfe5aafb924e24ce3a594378d20c45ce

	Lines: +1, -0
	Files:	Makefile.am (+1, -0)

	Looks like we need to pre-build src/xml/xmli18n-tmp.h after

	all for now.

2019-05-25  <Robert Krawitz>	735d83b267c5fd5958faa603363988f2d8e69672

	Lines: +5, -5
	Files:	scripts/build-release (+5, -5)

	Don't add the checksums file (for now, at any rate)

2019-05-25  <Robert Krawitz>	a7fc7520fc75a22a9854703b72407404ee1da3f8

	Lines: +3, -2
	Files:	scripts/build-release (+2, -1)
		scripts/snapstamp (+1, -1)

	Put date in snapshot ID

2019-05-25  <Robert Krawitz>	a21b5b89bc073415c32d5a324d05fd919b4a037a

	Lines: +7, -5
	Files:	Makefile.am (+7, -5)

	Only dist needs to depend on xmli18n-tmp.h.

	This isn't really correct; it should be any build in the po directory,
	but it's hard to inject dependencies there.

2019-05-25  <Robert Krawitz>	670ff64d0184133409f607776b7a875dea6222f2

	Lines: +9, -2
	Files:	scripts/gversion.in (+9, -2)

	Try to find the most appropriate tag.

2019-05-25  <Robert Krawitz>	4c0bd81e0d988b5e2c6a837af6f0f5702decda11

	Lines: +1, -1
	Files:	scripts/build-release (+1, -1)

	Don't use tput unless TERM is set.

2019-05-24  <Robert Krawitz>	60bbfde3bf039043fd6656228a825301bb6fb472

	Lines: +363, -377
	Files:	Makefile.am (+6, -2)
		m4local/stp.m4 (added +37)
		m4local/stp_cups.m4 (added +148)
		m4local/stp_option.m4 (added +172)
		scripts/autogen.sh (+0, -375)

	Put the stp*.m4 files in the m4local directory as should properly be the case.

	Allow running make dist* without doing a make right after autogen.

2019-05-23  <Robert Krawitz>	ed9833828b623b72f975ec7cf628c2837350265d

	Lines: +420, -394
	Files:	Makefile.am (+7, -26)
		m4/stp.m4 (removed -37)
		m4/stp_cups.m4 (removed -148)
		m4/stp_option.m4 (removed -173)
		scripts/Makefile.am (+14, -1)
		scripts/autogen.sh (+379, -6)
		src/main/Makefile.am (+8, -3)
		src/xml/dither/Makefile.am (+1, -0)
		src/xml/escp2/inks/Makefile.am (+1, -0)
		src/xml/escp2/inputslots/Makefile.am (+1, -0)
		src/xml/escp2/media/Makefile.am (+1, -0)
		src/xml/escp2/mediasizes/Makefile.am (+1, -0)
		src/xml/escp2/model/Makefile.am (+1, -0)
		src/xml/escp2/model/base/Makefile.am (+1, -0)
		src/xml/escp2/qualitypresets/Makefile.am (+1, -0)
		src/xml/escp2/resolutions/Makefile.am (+1, -0)
		src/xml/escp2/weaves/Makefile.am (+1, -0)
		src/xml/papers/Makefile.am (+1, -0)
		src/xml/printers/Makefile.am (+1, -0)

	make maintainer-clean improvements

2019-05-23  <Robert Krawitz>	64751440a0aa3bfc413e1cf9d8479947cd28b601

	Lines: +7, -0
	Files:	scripts/autogen.sh (+7, -0)

	Test for glib-mkenums, needed for maintainer build

2019-05-21  <Solomon Peachy>	62b8caf6cad9a33ffbeee17ec0f0b51bca8bb44f

	Lines: +4, -4
	Files:	src/xml/printers/dyesub.xml (+4, -4)

	dyesub:  Add IEEE1284 IDs for Kodak 8800, 7000, 7010, and 8810

2019-05-20  <Solomon Peachy>	e68021ff23826827470f208f3bc402e1949cca40

	Lines: +2, -2
	Files:	src/main/print-dyesub.c (+2, -2)

	dyesub:  Mark a couple of DS80DX print sizes as sheet-media only.

	Purely cosmetic but it will help prevent some user confusion.

2019-05-18  <Solomon Peachy>	16f5847d6db72e71642308b385df104481dc8299

	Lines: +3, -2
	Files:	NEWS (+3, -2)

	NEWS update.

2019-05-18  <Solomon Peachy>	162f1710e726da93058f22047534c2a9081c0ec3

	Lines: +1, -1
	Files:	src/xml/printers/dyesub.xml (+1, -1)

	dyesub:  Mark DS80DX as no longer experimental

2019-05-18  <Solomon Peachy>	7adf5da9fe541fb909177f354d5236e610415395

	Lines: +3, -1
	Files:	src/main/print-dyesub.c (+3, -1)

	dyesub:  Fix duplex job generation for DNP DS80DX

2019-05-17  <Robert Krawitz>	61c86f853c4ee2086a61d8ac6464c888b8d95d21

	Lines: +3, -1
	Files:	scripts/build-release (+3, -1)

	Fix -u error

2019-05-17  <Robert Krawitz>	ffe75f26ab17a4d6639aabee13fe2f904db78337

	Lines: +5, -2
	Files:	scripts/Makefile.am (+5, -2)

	Fix MAINTAINERCLEANFILES

2019-05-17  <Robert Krawitz>	5a78094c527a522b321fc3f7532c868f6ffee404

	Lines: +0, -117
	Files:	src/cups/Makefile.am (+0, -1)
		src/cups/README (removed -116)

	Remove obsolete CUPS README

2019-05-17  <Robert Krawitz>	9d5d3049c7ae91b225b18ada1e9d061055c1a007

	Lines: +1, -1
	Files:	src/cups/Makefile.am (+1, -1)

	Fix release build

2019-05-17  <Robert Krawitz>	453366c903b94f20ecb149a205b76f400e6abbfa

	Lines: +0, -3
	Files:	macosx/README (+0, -3)

	Clean up trailing whitespace

2019-05-17  <Solomon Peachy>	90949452d313a1702bf8155cbd7e29734779c7ef

	Lines: +2216, -3309
	Files:	src/cups/Makefile.am (+1, -1)
		src/cups/backend_canonselphy.c (+7, -3)
		src/cups/backend_common.c (+19, -14)
		src/cups/backend_common.h (+3, -2)
		src/cups/backend_kodak1400.c (+8, -8)
		src/cups/backend_kodak605.c (+155, -108)
		src/cups/backend_kodak6800.c (+53, -326)
		src/cups/backend_magicard.c (+1, -0)
		src/cups/backend_mitsu70x.c (+13, -2)
		src/cups/backend_mitsu9550.c (+200, -218)
		src/cups/backend_mitsup95d.c (+8, -1)
		src/cups/backend_shinkos1245.c (+46, -431)
		src/cups/backend_shinkos2145.c (+243, -688)
		src/cups/backend_shinkos6145.c (+251, -827)
		src/cups/backend_shinkos6245.c (+191, -679)
		src/cups/backend_sinfonia.c (added +582)
		src/cups/backend_sinfonia.h (added +434)
		src/cups/backend_sonyupd.c (+1, -1)

	dyesub:  backend:  Resync with upstream

	 * Small pile of memory leaks and static analysis problems fixed
	 * Mitsubishi 98xx series now relies on libMitsuImageReProcess
	 * Sinfonia/Shinko printers share a lot of common code now
	   (over 1KLOC of code reductions so far, more will come)

2019-05-17  <Solomon Peachy>	99e894ac38f502887c5f46ef35517922a3f2c26c

	Lines: +125, -73
	Files:	src/cups/backend_dnpds40.c (+125, -73)

	dyesub: backend:  Many fixes for the DNP DS80DX

2019-05-15  <Stephen Letter>	1bfd2c082aa9fdecfb2b51e266fc22761f06159d

	Lines: +24, -108
	Files:	macosx/README (+19, -107)
		macosx/libusb--1.0.22.high_sierra.bottle.tar.gz (added +0)
		macosx/makegutenpkg.sh (+5, -1)

	Update build script and build documentation.  Add libusb

2019-05-14  <Robert Krawitz>	bf67fdf7c9bab1182ec61a6cf5ef70b20d4015d9

	Lines: +13, -11
	Files:	scripts/build-release (+12, -5)
		scripts/snapstamp (+1, -6)

	Take timestamp out of snapshot name

	Fine tune final message for snapshot

2019-05-13  <Robert Krawitz>	d15abe297b2ca6212dd77b4849abd196b1ec1d72

	Lines: +3, -1
	Files:	Makefile.am (+1, -1)
		scripts/Makefile.am (+2, -0)

	Minor build fixes

2019-05-13  <Robert Krawitz>	e0bbd9747f4a3157e4d36b7493221d70e5b83787

	Lines: +0, -0
	Files:	src/testpattern/Checksums/sums.5.3.2-pre1-bb758d38-2019-05-13T08_46_12.zpaq (added +0)

	Gutenprint 5.3.2-pre1-bb758d38-2019-05-13T08_46_12 release

2019-05-12  <Robert Krawitz>	855850cabe5a8ec0a6c3e037618eac0949090a32

	Lines: +0, -0
	Files:	src/testpattern/Checksums/sums.5.3.2-pre1-e8ca3aa4-2019-05-12T22_12_52.zpaq (added +0)

	Gutenprint 5.3.2-pre1-e8ca3aa4-2019-05-12T22_12_52 release

2019-05-12  <Robert Krawitz>	e8ca3aa4c5dde7a55699ac177572587b10b56082

	Lines: +1, -1
	Files:	scripts/snapstamp (+1, -1)

	Put the timestamp last to make it easier to parse out.

2019-05-12  <Robert Krawitz>	6ca7b61c8850107ea168f097040712c7864da517

	Lines: +2, -2
	Files:	scripts/build-release (+2, -2)

	Protect STP_BUILD_SNAPSHOT

2019-05-12  <Robert Krawitz>	47c15069b6dca2caea2973cf8a000f64eef90f9b

	Lines: +78, -10
	Files:	Makefile.am (+32, -3)
		configure.ac (+4, -2)
		scripts/build-release (+17, -5)
		scripts/snapstamp (added +25)

	Add snapshot bulid capability

2019-05-12  <Robert Krawitz>	a930cfa099918d1d8ece7b6741e4f60ff4d25b7a

	Lines: +10, -15
	Files:	scripts/build-release (+10, -15)

	Fix failure reporting

2019-05-12  <Solomon Peachy>	73566efcc2adf57cb2b80a7570ab43fd4b2a644d

	Lines: +44, -17
	Files:	src/cups/backend_kodak6800.c (+11, -8)
		src/main/print-dyesub.c (+33, -9)

	dyesub:  Extend unofficial size support to Kodak 6800

	...And properly generate the header's 'mode' field.

2019-05-12  <Solomon Peachy>	e638e32eb1c08a3eb3286877ccf50e4ba8d6e551

	Lines: +15, -12
	Files:	src/cups/backend_kodak6800.c (+13, -10)
		src/main/print-dyesub.c (+2, -2)

	dyesub:  Kodak6850 now has 4x6-div2 enabled!

2019-05-12  <Solomon Peachy>	2aa0ea3f62f197c0dd868e06f3d6f9fa137a5aff

	Lines: +173, -83
	Files:	src/cups/backend_kodak6800.c (+144, -79)
		src/main/print-dyesub.c (+29, -4)

	dyesub:  Kodak 6800, 6850, and 605 offically supports 2x6 & 3x6 sizes

	 * Need updated firmware to use this
	 * Enabled unofficial 8x6-div2, 6x6, and 6x6-div2 sizes

	Verified on 6850 only!

2019-05-11  <Solomon Peachy>	4ef5442950ff3eaace81130da067a9fd48e3317e

	Lines: +2, -9
	Files:	src/cups/backend_kodak6800.c (+1, -4)
		src/cups/backend_shinkos1245.c (+1, -5)

	dyesub: backend: Fix Shinko S1245 and Kodak 68xx when submitting more than two jobs back-to-back

2019-05-10  <Solomon Peachy>	ea565c9480a060d896c198a871d3a3aec6857a0b

	Lines: +67, -22
	Files:	src/cups/backend_sonyupd.c (+67, -22)

	dyesub: backend:  Update Sony UP-D backend.

2019-04-23  <Solomon Peachy>	7a48bc1543ab7e7b33b276a981eca54e93eb19d8

	Lines: +2, -2
	Files:	src/main/print-dyesub.c (+2, -2)

	dyesub: Corrections for Sony UP-D898 family.

2019-04-23  <Solomon Peachy>	65b0a2dee153405bbbf941b498f7020730c29e38

	Lines: +238, -2
	Files:	NEWS (+1, -0)
		src/main/print-dyesub.c (+236, -2)
		src/xml/printers/dyesub.xml (+1, -0)

	dyesub:  Preliminary support for the Sony UP-DR80MD

	(Apparently it's different from the non-MD version!)

2019-04-23  <Robert Krawitz>	b2ec8a0c09a54ec91dde6ee9315b26bc861346b3

	Lines: +1, -1
	Files:	scripts/build-release (+1, -1)

	Fix typo in emptyfiles... fix

2019-04-23  <Robert Krawitz>	6d7a04b3dc8c0883abc904e5ac1834ae386762ee

	Lines: +2, -2
	Files:	scripts/build-release (+2, -2)

	Another unbound variable fix

2019-04-22  <Robert Krawitz>	a9fb5eaab39f7f7b80c352181050e59f94802827

	Lines: +37, -16
	Files:	scripts/build-release (+37, -16)

	Miscellaneous build script fixes:

	- Fix failed modules logic
	- Slightly shorten CPU output
	- Treat typoed module names as not found failures
	- Improve reporting of finis output

2019-04-22  <Robert Krawitz>	4d2676a0552304c7e72f4547eff25861cda10071

	Lines: +8, -9
	Files:	scripts/build-release (+8, -9)

	Fix a few more unbound variables and exit logic

2019-04-22  <Robert Krawitz>	eceb356119c9906bd1d76abba3444a6f9b7b9de6

	Lines: +136, -68
	Files:	scripts/build-release (+136, -68)

	Fix many issues with the build script.

2019-04-20  <Solomon Peachy>	1dc11a2c81dff61321577e2e2528bc835f079331

	Lines: +7, -0
	Files:	src/cups/backend_sonyupd.c (+7, -0)

	dyesub:  backend:  Correct a regression with the Sony UP-DR897

2019-04-20  <Solomon Peachy>	52fe4ba53d380b4389eb37fac1e3ccb9bb3702aa

	Lines: +1, -1
	Files:	src/cups/backend_sonyupd.c (+1, -1)

	dyesub: backend:  Fix critical regression on UP-DR150/UP-DR200

2019-04-19  <Solomon Peachy>	9c1d425c0f2cfcfd2b3cfa653c2eff8bfb538341

	Lines: +233, -0
	Files:	NEWS (+3, -0)
		src/main/print-dyesub.c (+228, -0)
		src/xml/printers/dyesub.xml (+2, -0)

	dyesub:  Experimental support for Sony UP-CR20L / DNP DS-SL20

2019-04-19  <Solomon Peachy>	98b2d3d9d949ee4a36603eca13c9c2cfb4648c80

	Lines: +190, -13
	Files:	NEWS (+2, -0)
		src/main/print-dyesub.c (+187, -13)
		src/xml/printers/dyesub.xml (+1, -0)

	dyesub:  Add preliminary support for the Sony UP-D898 family.

	Completely untested.  Won't commit backend until I get someone to test
	this stuff out.  And supply a USB PID..

2019-04-12  <Solomon Peachy>	1ecf48a7fc8f2f8d68d61ce661c393ee5224572d

	Lines: +64, -55
	Files:	src/cups/Makefile.am (+1, -1)
		src/cups/backend_common.c (+2, -2)
		src/cups/{backend_sonyupdr150.c => backend_sonyupd.c} (+61, -52)

	dyesub:  Backend:  Update latest Sony code.

	Verified on UP-D895, UP-D897, and UP-CR10L

	(Still need UP-DR150/UP-DR200..)

2019-04-12  <Solomon Peachy>	f925f4c51ed6ca7777fba707ab5742df5e88429b

	Lines: +27, -15
	Files:	NEWS (+2, -3)
		src/main/print-dyesub.c (+24, -11)
		src/xml/printers/dyesub.xml (+1, -1)

	dyesub:  Bugfixes for Sony UP-CR10L, should work great now!

2019-04-09  <Gernot Hassenpflug>	713bf91548877f5d802d74041c29d366d11be0d9

	Lines: +1, -0
	Files:	NEWS (+1, -0)

	Added Samsung ProXpress SL-M3820ND as alias for HP Laserjet 4050

2019-04-09  <Gernot Hassenpflug>	8d3875d1589eb78f01aa72619c98ea1cc90ddf06

	Lines: +1, -0
	Files:	src/xml/printers/pcl.xml (+1, -0)

	Added Samsung ProXpress SL-3820ND as alias for HP Laserjet 4050

2019-03-28  <Gernot Hassenpflug>	d5486a7947550d1d98e1cd625b08c8d2c95028d9

	Lines: +15, -0
	Files:	src/xml/printers/canon.xml (+15, -0)

	Added several models to existing Canon series.

2019-03-28  <Gernot Hassenpflug>	df67d3fa45573eb991b73da4e6663c6e9490504c

	Lines: +18, -0
	Files:	NEWS (+18, -0)

	Added several models to existing Canon series.

2019-03-24  <Robert Krawitz>	5554a22b0dafb1a60f11eaf93721d9ad40076787

	Lines: +5, -1
	Files:	scripts/count-cpus (+5, -1)

	Fix apparently non-portable construct.

2019-03-24  <Robert Krawitz>	530278e877479b5c95c3c88b0bd79ecd9f292559

	Lines: +301, -250
	Files:	scripts/build-release (+296, -241)
		scripts/count-cpus (+1, -5)
		scripts/travis/checksums (+1, -1)
		scripts/travis/full (+1, -1)
		scripts/travis/integration (+1, -1)
		scripts/travis/smoke (+1, -1)

	Rework build-release script

2019-03-24  <Robert Krawitz>	1b15a0c873b7e58a8e2ffe70f5bc5096a1f2bcff

	Lines: +4, -2
	Files:	src/testpattern/run-testpattern-2.in (+4, -2)

	Defend against 0/negative values of parallelism

2019-03-23  <Robert Krawitz>	a1a66c7feb4d6b1401c5b2dc87dfb500a6425a00

	Lines: +0, -0
	Files:	src/testpattern/Checksums/sums.5.3.2-pre1.zpaq (added +0)

	Gutenprint 5.3.2-pre1 release

2019-03-23  <Robert Krawitz>	7eaf98acf2e0e42d8d459b8dfe85e9bb7b370414

	Lines: +16, -11
	Files:	NEWS (+9, -4)
		README (+1, -1)
		configure.ac (+6, -6)

	Bump version

2019-03-23  <Robert Krawitz>	b56202c376a4f192ed89bcaac8511de83e258117

	Lines: +46, -46
	Files:	scripts/build-release (+46, -46)

	Minor cleanup

2019-03-21  <Solomon Peachy>	2b8920287c69da4c666b4e7cf127ffd85c21acf8

	Lines: +7, -6
	Files:	src/cups/backend_sonyupdr150.c (+7, -6)

	dyesub:  Bugfixes for the sony backend, UP-DR897 works great now.

2019-03-20  <Solomon Peachy>	d5cae6364e12c6b75c69cff0f850a706c2e7cdd8

	Lines: +6, -0
	Files:	src/cups/blacklist (+6, -0)

	dyesub:  Add UP-D895/897 to CUPS USB blacklist.

2019-03-19  <Solomon Peachy>	279841d0ba30c125c6db90a91b2c850fe9889fbf

	Lines: +938, -72
	Files:	NEWS (+2, -1)
		src/cups/backend_common.h (+23, -2)
		src/cups/backend_sonyupdr150.c (+458, -63)
		src/main/print-dyesub.c (+453, -6)
		src/xml/printers/dyesub.xml (+2, -0)

	dyesub:  Support the Sony UP-D895 and UP-D897 MedSci thermal printers

	This includes a heavily-updated backend for all supported sony models,
	now with some status reporting and some error detection!

2019-03-19  <Solomon Peachy>	8c0a7111e6969fda9943503bcfed249454e4d364

	Lines: +32, -7
	Files:	NEWS (+6, -0)
		src/main/print-dyesub.c (+26, -7)

	dyesub:  Fix bugs with the Sony UP-DR150 and UP-DR200.

2019-02-04  <Solomon Peachy>	22b7eb2645aa43c24044e8c0f420925b506b63be

	Lines: +2, -2
	Files:	NEWS (+1, -1)
		src/xml/printers/dyesub.xml (+1, -1)

	dyesub:  Mark 'Nidac Copal DPB-6000' as no longer experimental.

	It's confirmed working, but we don't have any sort of status reporting.

2019-01-29  <Solomon Peachy>	0ff1c47c537e8c8d4f34db3d903dacdbc3a40b01

	Lines: +4, -4
	Files:	src/main/print-dyesub.c (+4, -4)

	dyesub: Correct color encoding on Nidac Copal & some Fujifilm models.

2019-01-13  <Solomon Peachy>	d75ba2329755721d6d57ba1c9ab3ab3017abe703

	Lines: +100, -105
	Files:	src/cups/backend_canonselphy.c (+1, -1)
		src/cups/backend_common.c (+32, -4)
		src/cups/backend_common.h (+21, -9)
		src/cups/backend_kodak1400.c (+3, -9)
		src/cups/backend_kodak605.c (+3, -9)
		src/cups/backend_kodak6800.c (+3, -9)
		src/cups/backend_magicard.c (+13, -3)
		src/cups/backend_mitsu9550.c (+8, -19)
		src/cups/backend_shinkos1245.c (+4, -14)
		src/cups/backend_shinkos2145.c (+4, -10)
		src/cups/backend_shinkos6145.c (+4, -9)
		src/cups/backend_shinkos6245.c (+4, -9)

	dyesub:  backends:  Synchronize with upstream

	 * Minor bugfixes
	 * Potential buffer overflow in magicard
	 * Runtime control over verbosity
	 * Centralized file reading code

2018-12-23  <Robert Krawitz>	d4213cf2fb5460260f468f26eb2a598c979227d2

	Lines: +8, -2
	Files:	src/gimp2/print.c (+6, -0)
		src/gutenprintui2/panel.c (+2, -2)

	Allow bigger thumbnails for more modern displays

2018-12-23  <Robert Krawitz>	e3904874099361c4956e4913316384853f02cd90

	Lines: +1, -0
	Files:	test/pcl-unprint.c (+1, -0)

	Add missing newline to parse output.

2018-12-15  <Solomon Peachy>	0879ccd7acb244ecb71174c33cafd7d8d8a9b4eb

	Lines: +27, -3
	Files:	src/main/print-dyesub.c (+27, -3)

	dyesub: mitsu_p95: Allow LUT to be overridden via a RAW parameter.

2018-11-25  <Cameron Nemo>	149e1e1e44d9e7466cf6defe179d703d878bbf11

	Lines: +1, -1
	Files:	src/xml/printers/check_duplicate_printers.test.c (+1, -1)

	    src/xml/printers: remove assignment to read-only variable

2018-11-22  <Robert Krawitz>	e3f485c6d75d4a07a927eb81ed75fe8789e32a58

	Lines: +450, -2
	Files:	NEWS (+17, -0)
		src/xml/escp2/model/Makefile.am (+4, -1)
		src/xml/escp2/model/model_133.xml (added +186)
		src/xml/escp2/model/model_134.xml (added +186)
		src/xml/escp2/model/model_135.xml (added +39)
		src/xml/escp2/resolutions/c8x.xml (+8, -0)
		src/xml/printers/escp2.xml (+10, -1)

	Support Epson XP-960

2018-11-20  <Solomon Peachy>	3fbdf7b2a82f44b0bcb7b8f4e67b05178bb73d23

	Lines: +25, -13
	Files:	src/cups/backend_common.c (+25, -13)

	dyesub: backend:  Do not attempt to claim an IPP-capable USB interface.

	(Most notably newer Canon SELPHY models)

2018-11-20  <Robert Krawitz>	c33b4941ff383090a714cb5807465abf8527980c

	Lines: +27, -9
	Files:	test/parse-escp2.in (+27, -9)

	Performance improvements

2018-10-24  <Solomon Peachy>	d84764fbb5a83452ec747b9e08c1688bc865d02e

	Lines: +54, -23
	Files:	src/cups/backend_mitsu70x.c (+54, -23)

	dyesub: backend:  More robust deck selection on the Mitsubishi CP-D707

2018-10-21  <Solomon Peachy>	d328b60345d17378ae150b9ec002bc2d29994be1

	Lines: +8, -0
	Files:	src/main/print-dyesub.c (+8, -0)

	dyesub:  Latest Kodak 305 firmware supports 5" media.

	This enables support for 3.5x5", 5x5", 5x7", and 2* 3.5x5.

2018-10-18  <Robert Krawitz>	c7dbe89720f51c8c4cff17caff9e6099f06ae965

	Lines: +3, -1
	Files:	doc/developer/Makefile.am (+3, -1)

	Fix developer doc build on Arch Linux per Christian Wolf

	https://sourceforge.net/p/gimp-print/patches/22/

2018-10-16  <Robert Krawitz>	92d32a3a3ad00b7628af53ebb46e7074a2561abd

	Lines: +6, -2
	Files:	src/cups/Makefile.am (+6, -2)

	Fix sequencing of CUPS PPD file building.

	Based on https://sourceforge.net/p/gimp-print/patches/21/ but actually
	implemented by partially reverting 47f8c68352e2a9eed44968ffceb4da7bc75faab4

2018-10-13  <Robert Krawitz>	073f5d9f8b04ae54488f75d52eda6b0606509bb6

	Lines: +6, -7
	Files:	src/cups/test-rastertogutenprint.in (+6, -7)

	Fix logic for no rotor

2018-10-13  <Robert Krawitz>	7391e2fffc5bc9819c041fc7d9d4a00c7e294c86

	Lines: +62, -42
	Files:	src/cups/Makefile.am (+12, -12)
		src/cups/cups-genppd.c (+3, -2)
		src/cups/test-rastertogutenprint.in (+38, -28)
		src/main/printers.c (+9, -0)

	Speed up some of the CUPS testing

2018-10-13  <Robert Krawitz>	0abde7ae4abbd4054afcf60c2df7a133328658cd

	Lines: +2, -2
	Files:	scripts/build-release (+2, -2)

	Fix up log_top.

2018-10-13  <Robert Krawitz>	31fac92e409bf6bf12457117da7ab1e6c0e1ea76

	Lines: +9, -18
	Files:	.gitignore (+9, -18)

	Clean up ignore files

2018-10-13  <Robert Krawitz>	104180fb9dfb77c7a095053b683a7fe8b57f0ef4

	Lines: +1, -2
	Files:	src/cups/cups-genppd.c (+1, -2)

	Clean up warning

2018-10-12  <Robert Krawitz>	3a788cd13435ea1da01b38cd8508f556b8ed4e52

	Lines: +63, -0
	Files:	container-build/Dockerfile (added +24)
		container-build/run-build (added +39)

	Experimental container build

2018-10-11  <Robert Krawitz>	fa50c1026276865984d78d1dd4147fbeb8432c56

	Lines: +3, -3
	Files:	scripts/build-release (+3, -3)
