Skip to content

Commit ee314b8

Browse files
committed
Release 3.5.28
1 parent 18ff5be commit ee314b8

File tree

6 files changed

+26
-6
lines changed

6 files changed

+26
-6
lines changed

NEWS

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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+
116
NEW IN VERSION 3.5.27
217
------------------------
318
- simplified configuration scripts

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
m4_define([v_maj], [3])
2626
m4_define([v_min], [5])
27-
m4_define([v_mic], [27])
27+
m4_define([v_mic], [28])
2828
m4_define([v_ver], [v_maj.v_min.v_mic])
2929

3030
m4_define([lt_compat], [21])

debian/changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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+
16
djvulibre (3.5.27.1-9) unstable; urgency=medium
27

38
* bump to debhelper 11

djvulibre.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%define release 1
2-
%define version 3.5.27
2+
%define version 3.5.28
33

44
Summary: DjVu viewers, encoders and utilities.
55
Name: djvulibre

libdjvu/DjVuInfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ class ByteStream;
113113
#ifndef DJVULIBRE_VERSION
114114
/** DjVu library version string.
115115
This is normally defined by autoconf, except on windows */
116-
# define DJVULIBRE_VERSION "3.5.27"
116+
# define DJVULIBRE_VERSION "3.5.28"
117117
#endif
118118
//@}
119119

win32/djvulibre/djvulibre.nsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ Unicode true
2929

3030
!define NSI_VER "9.2"
3131
!define DJVULIBRE_NAME "DjVuLibre"
32-
!define DJVULIBRE_VERSION "3.5.27"
32+
!define DJVULIBRE_VERSION "3.5.28"
3333
!define CLASSES "Software\Classes\"
3434
!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"
3737

3838
!define PRODUCT_NAME "${DJVULIBRE_NAME} ${DJVIEW_NAME}"
3939
!define UNINST_NAME "${DJVULIBRE_NAME}+${DJVIEW_NAME}" ; for uninstaller

0 commit comments

Comments
 (0)