Skip to content

Commit 2ea706f

Browse files
committed
updated CHANGELOGs
1 parent 0c67136 commit 2ea706f

2 files changed

Lines changed: 579 additions & 794 deletions

File tree

CHANGELOG.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,56 @@
11

2+
# v82pre release: v82.0.7568-29227
3+
4+
> ## Note
5+
>
6+
> This release is **binary compatible with v80 and v79**: any library created using this version MUST be readable and usable by v80 and v79 software releases.
7+
8+
9+
10+
11+
12+
13+
2020-10-21
14+
----------
15+
16+
17+
* (b74f18ff) prevent superfluous fetch of illegal URI 'about:blank' when the Sniffer dialog window is opened.
18+
19+
* (612bc454)..(d127ba28) fixed https://github.com/jimmejardine/qiqqa-open-source/issues/253 : this uncovered a deadlock situation due to pdf_documents_lock and access_lock interplay via the Associate...() call going directly to the PDFDocument (hence access_lock) while one of the background threads was fetching a list of documents to inspect via Library (hence pdf_documents_lock -> access_lock for each doc): the deadlock occurred because the Associate..() call internally would *add* the new PDF into the Library (hence: pdf_ddocuments_lock inside an access_lock zone, hence DEADLOCK with the bg thread!)
20+
21+
Also note that this issue uncovered another matter: PDF association with a Vanilla Reference was not working AT ALL: fixed that as well. (WARNING: association via 'FromWeb' a.k.a. SearchWeb will not deliver AFAICT: only FromLocal associations will deliver.
22+
23+
This uncovered yet another bug, which involved the metadata copying code (which still has some TODO's to be addressed at a later time!) resulting in the associated PDF then being marked as a vanilla reference *itself* due to overzealous metadata copying, which includes the 'FileType' field: 'pdf' or 'vanilla_reference'. Fixed as well.
24+
25+
* (ca328e0e) improved application shutdown behaviour
26+
27+
28+
29+
30+
2020-10-08
31+
----------
32+
33+
34+
* (48e0186b) Cherrypicked BibTeX TeX-to-Unicode work downe by @mahfiaz
35+
36+
* (6162ac9a) Fix strange empty space in PDF view when PDF is available.
37+
38+
* (8d226995) Fixed unintentional Alt+W shortcut created in earlier commit.
39+
40+
* (3ccea169) Add Ctrl+W change to another similarly used place.
41+
42+
* (e511ed99) Suppress annoying exception.
43+
44+
* (d3dcb5f0) add shell script to more easily push the local repo to both my fork and the mainline repo.
45+
46+
* (aec72d23) improve upon SHA-1: 0998a2fe8d5e2b0bc19cb475280edf87c26b641f and fix the checks for GDI+ errors (due to Gecko for example, see https://github.com/jimmejardine/qiqqa-open-source/issues/244)
47+
48+
49+
50+
51+
52+
53+
254
# v82pre release: v82.0.7555-31312
355

456
> ## Note

0 commit comments

Comments
 (0)