File tree Expand file tree Collapse file tree 6 files changed +26
-6
lines changed Expand file tree Collapse file tree 6 files changed +26
-6
lines changed Original file line number Diff line number Diff line change
1
+ NEW IN VERSION 3.5.28
2
+ ------------------------
3
+ - ddjvu: tiff generation improvements
4
+ - djvumake: security checks on INCL chunks
5
+ - all: updated for modern compilers
6
+ - win: moved to msvc2019
7
+ - osx: nfd filename normalization
8
+ - bugs: fixed several crashes on invalid inputs
9
+ - miniexp: fixed escape printout and macrochars
10
+ - djvudigital: can use poppler to find text
11
+ - csepdjvu: handle T comments for page titles
12
+ - bytestream: fixed 2GB limit
13
+ - gexception, gthread: cleanup obsolete code
14
+
15
+
1
16
NEW IN VERSION 3.5.27
2
17
------------------------
3
18
- simplified configuration scripts
Original file line number Diff line number Diff line change 24
24
25
25
m4_define([v_maj], [3])
26
26
m4_define([v_min], [5])
27
- m4_define([v_mic], [27 ])
27
+ m4_define([v_mic], [28 ])
28
28
m4_define([v_ver], [v_maj.v_min.v_mic])
29
29
30
30
m4_define([lt_compat], [21])
Original file line number Diff line number Diff line change
1
+ djvulibre (3.5.28-1) experimental; urgency=medium
2
+ * version number change
3
+
4
+ -- Leon Bottou <leonb@users.sourceforge.net> Fri, 20 Nov 2020 11:50:30 +0500
5
+
1
6
djvulibre (3.5.27.1-9) unstable; urgency=medium
2
7
3
8
* bump to debhelper 11
Original file line number Diff line number Diff line change 1
1
%define release 1
2
- %define version 3.5.27
2
+ %define version 3.5.28
3
3
4
4
Summary: DjVu viewers, encoders and utilities.
5
5
Name: djvulibre
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ class ByteStream;
113
113
#ifndef DJVULIBRE_VERSION
114
114
/* * DjVu library version string.
115
115
This is normally defined by autoconf, except on windows */
116
- # define DJVULIBRE_VERSION " 3.5.27 "
116
+ # define DJVULIBRE_VERSION " 3.5.28 "
117
117
#endif
118
118
// @}
119
119
Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ Unicode true
29
29
30
30
!define NSI_VER " 9.2"
31
31
!define DJVULIBRE_NAME " DjVuLibre"
32
- !define DJVULIBRE_VERSION " 3.5.27 "
32
+ !define DJVULIBRE_VERSION " 3.5.28 "
33
33
!define CLASSES " Software\Classes\"
34
34
!define DJVIEW_NAME " DjView"
35
- !define DJVIEW_VERSION " 4.11 "
36
- !define VI_PRODUCT_VERSION " 4.11 .0.0"
35
+ !define DJVIEW_VERSION " 4.12 "
36
+ !define VI_PRODUCT_VERSION " 4.12 .0.0"
37
37
38
38
!define PRODUCT_NAME " ${DJVULIBRE_NAME} ${DJVIEW_NAME}"
39
39
!define UNINST_NAME " ${DJVULIBRE_NAME}+${DJVIEW_NAME}" ; for uninstaller
You can’t perform that action at this time.
0 commit comments