summaryrefslogtreecommitdiffstats
path: root/doc/mupdf/HISTORY
blob: 17a6a3fe7e6c8c92fa64776b32cea95ca9846f65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
2020-10-09 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
	* DETAILS: version 1.18.0
	* DEPENDS: add dependency on gumbo-parser

2020-05-09 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
	* DETAILS: version 1.17.0

2019-08-02 Pavel Vinogradov <public@sourcemage.org>
	* DETAILS: version 1.16.1

2019-07-30 Pavel Vinogradov <public@sourcemage.org>
	* DETAILS: version 1.16.0
	* patches-1.15/{pkcs7.patch,shared_libs.patch}: removed

2019-07-24 Pavel Vinogradov <public@sourcemage.org>
	* DETAILS: version 1.16.0-rc1 for rc branch
	* patches-1.16/{pkcs7.patch,shared_libs.patch}: added, copy of
	  patches for 1.15.x

2019-05-06 Pavel Vinogradov <public@sourcemage.org>
	* DETAILS: version 1.15.0
	* patches-1.14/{pkcs7.patch,shared_libs.patch}: removed

2019-04-30 Pavel Vinogradov <public@sourcemage.org>
	* DETAILS: version 1.15.0-rc1 for rc branch
	* patches-1.15/{pkcs7.patch,shared_libs.patch}: added, copy of
	  patches for 1.14.x

shared_libs.patch
2018-11-09 Pavel Vinogradov <public@sourcemage.org>
	* BUILD, DEPENDS: made GLUT dependency optional, (cont'ed), removed
	  glfw completely

2018-11-09 Vlad Glagolev <stealth@sourcemage.org>
	* BUILD, DEPENDS: made GLUT dependency optional, it should be required
	  for mupdf-gl only

2018-10-07 Pavel Vinogradov <public@sourcemage.org>
	* DETAILS: version 1.14.0, switched to sha1 UPSTREAM_HASH
	* BUILD, INSTALL: added flag to use system libraries
	* DEPENDS, PRE_BUILD: removed lcms2, mupdf now uses its own fork,
	  reoorganized version dependent patching
	* mupdf-1.13.0-shared_libs-1.patch: removed obsolete patch
	* patches-1.14/shared_libs.patch: added, inherited from the above
	* patches-1.14/pkcs7.patch: added to adapt to system libcrypto

2018-04-20 Pavel Vinogradov <public@sourcemage.org>
	* DETAILS: version 1.13.0
	* mupdf-1.12.0-shared_libs-1.patch,
	  mupdf-1.13.0-rc1-shared_libs-1.patch: removed obsolete patches
	* mupdf-1.13.0-shared_libs-1.patch: added, inherited from the above

2018-04-13 Pavel Vinogradov <public@sourcemage.org>
	* DETAILS: version 1.13.0-rc1 for rc branch, gz -> xz
	* mupdf-1.13.0-rc1-shared_libs-1.patch: added corresponding patch

2017-12-14 Pavel Vinogradov <public@sourcemage.org>
	* DEPENDS: needs GLUT and lcms2
	* PRE_BUILD: added fixes for missing headers & z_const alias,
	  freeglut and lcms2 directories should be removed as well

2017-12-13 Pavel Vinogradov <public@sourcemage.org>
	* DETAILS: version 1.12.0
	* mupdf-1.11-shared_libs-1.patch: removed the obsolete patch
	* mupdf-1.12.0-shared_libs-1.patch: added, inherited from above

2017-04-11 Pavel Vinogradov <public@sourcemage.org>
	* DETAILS: version 1.11
	* mupdf-{1.10a,1.11-rc1}-shared_libs-1.patch: removed
	* mupdf-1.11-shared_libs-1.patch: added from rc1 patch

2017-03-31 Pavel Vinogradov <public@sourcemage.org>
	* DETAILS, PREPARE, PRE_BUILD, mupdf-${VERSION}-shared_libs-1.patch:
	  added multiversioning, updated hash for 1.11-rc1, GPL -> AGPL

2017-03-30 Pavel Vinogradov <public@sourcemage.org>
	* DETAILS: version 1.11-rc1
	* PRE_BUILD: jpeg -> libjpeg
	* mupdf-1.10a-shared_libs-1.patch: updated

2017-01-12 Vlad Glagolev <stealth@sourcemage.org>
	* DETAILS: updated spell to 1.10a
	* PRE_BUILD: use shipped openjpeg library if we have old system one
	* mupdf-1.10a-shared_libs-1.patch: added, to build shared libraries,
	  imported from BLFS
	* opj_malloc.patch: added, to fix build with internal openjpeg library
	* linebreak.patch, mupdf-1.9-upstream_fix-1.patch, openjpeg-2.1.patch:
	  dropped, fixed by upstream
	* openjpeg-1.5.patch: dropped, replaced by internal library

2016-10-01 Vlad Glagolev <stealth@sourcemage.org>
	* UP_TRIGGERS: added, to rebuild spells depending on mupdf static libs

2016-09-30 Vlad Glagolev <stealth@sourcemage.org>
	* DETAILS: added forgotten SECURITY_PATCH
	* BUILD: dropped not required '-fstack-protector-all', replaced by
	  linebreak.patch
	* PRE_BUILD: apply the patch
	* linebreak.patch: added my patch to prevent a DoS while opening a
	  malformed EPUB file

2016-09-29 Vlad Glagolev <stealth@sourcemage.org>
	* DETAILS: updated spell to 1.9a; updated descriptions
	* DEPENDS: added missing dependencies (harfbuzz, SSL, curl, glfw)
	* BUILD: added '-fstack-protector-all' to prevent crashes on specific
	  EPUB files; fixed verbose output; respect OPTS
	* INSTALL: respect OPTS
	* PRE_BUILD: added, to apply patches and remove thirdparty libs to
	  respect system versions of those
	* openjpeg-1.5.patch: added, to compile with openjpeg 1.5.2
	* openjpeg-2.1.patch: added, to compile with openjpeg 2.1.2
	* mupdf-1.9-upstream_fix-1.patch: added, official patch to fix
	  CVE-2016-6265

2014-10-10 Vlad Glagolev <stealth@sourcemage.org>
	* DETAILS: updated spell to 1.6; added archive url

2014-04-18 Thomas Orgis <sobukus@sourcemage.org>
	* DETAILS: updated spell to 1.4; changed source extension to tar.gz;-)
	* BUILD: insert compiler flags as desired by Makefile

2013-03-09 Vlad Glagolev <stealth@sourcemage.org>
	* DETAILS: updated spell to 1.2; changed source extension to zip

2012-08-26 Vlad Glagolev <stealth@sourcemage.org>
	* DETAILS: updated spell to 1.1

2012-04-27 Vlad Glagolev <stealth@sourcemage.org>
	* DEPENDS: added missing X11 deps

2012-04-26 Vlad Glagolev <stealth@sourcemage.org>
	* DETAILS, DEPENDS, BUILD, INSTALL: spell created