Skip to content

Commit 02b0156

Browse files
committed
'--enable-mudflap' option has been deleted. (mudflap is deprecated since GCC 4.9)
1 parent 6481580 commit 02b0156

File tree

3 files changed

+23
-14
lines changed

3 files changed

+23
-14
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
* tests/release_check.sh:
1313
- Release checker script has been added. Currently it checks only the
1414
version numbers among scripts.
15+
* configure.ac:
16+
- '--enable-mudflap' option has been deleted. (mudflap is deprecated
17+
since GCC 4.9)
1518

1619
2020.09.27 Kentaro Fukuchi <[email protected]>
1720
[develop]

NEWS

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ Version x.x.x (2020.xx.xx)
99
* Some minor bug fixes. (Thanks to Darsey Litzenberger and Edward E.)
1010
* Some performance improvements.
1111

12+
1213
Version 4.1.1 (2020.9.28)
1314
-------------------------
1415
* Some minor bugs in Micro QR Code generation have been fixed.
1516
* The data capacity calculations are now correct. These bugs probably did not
1617
affect the Micro QR Code generation.
1718

19+
1820
Version 4.1.0 (2020.8.29)
1921
-------------------------
2022
* Command line tool "qrencode" has been improved:
@@ -87,6 +89,7 @@ inserted unnecessary chunk to the symbol and some QR Code readers fail to read
8789
it. Now the library omits the chunk and generate a symbol identical to non-
8890
structured symbol.
8991

92+
9093
Version 3.4.3 (2013.8.12)
9194
-------------------------
9295
* New option "--rle" has been added to the command line tool (Thanks to Daniel
@@ -102,6 +105,7 @@ but it makes complicated to edit the image by SVG editors. A newly introduced
102105
command line option "--rle" enables RLE. RLE will not be applied if it is not
103106
given.
104107

108+
105109
Version 3.4.2 (2013.3.1)
106110
------------------------
107111
* Bug fix release. (Thanks to chisj, vlad417, Petr and Viona)
@@ -111,6 +115,7 @@ Micro QR Code encoder had a bug that caused incorrect output (issue #25). Now
111115
the bug has been fixed. Memory leak bug (#24) and insufficient string splitting
112116
bug have been fixed.
113117

118+
114119
Version 3.4.1 (2012.10.17)
115120
--------------------------
116121
* Bug fix release.
@@ -120,6 +125,7 @@ Mutual exclusion did not work correctly since 3.3.1. If your application uses
120125
libqrencode in multithreaded environment, it is strongly recommended to update
121126
it.
122127

128+
123129
Version 3.4.0 (2012.10.15)
124130
--------------------------
125131
* SVG, UTF8, and ANSIUTF8 output supports have been added to the command line
@@ -134,11 +140,13 @@ elements for high-resolution text output. Long-awaited colored QR code has been
134140
introduced. Try "--foreground" and "--background" options to set the colors.
135141
Currently PNG and SVG supports colored output.
136142

143+
137144
Version 3.3.1 (2012.4.18)
138145
-------------------------
139146
* Bugs in command line tool, manual, configure script, and libtool files have
140147
been fixed. (Thanks to Yutaka Niibe and Rob Ryan)
141148

149+
142150
Version 3.3.0 (2012.4.1)
143151
-------------------------
144152
* EPS, ANSI, and ASCII text output supports have been added.
@@ -153,11 +161,13 @@ to get an ASCII-mode symbol in inverted color.
153161
QRcode_APIVersion() is requested by Matthew Baker for better support of Python
154162
ctypes binding. Check them out at https://code.google.com/p/libqrencode-ctypes/
155163

164+
156165
Version 3.2.1 (2012.4.1)
157166
------------------------
158167
* Bugs in configure script and libtool file has been fixed. (Thanks to Yutaka
159168
Niibe)
160169

170+
161171
Version 3.2.0 (2011.11.26)
162172
--------------------------
163173
* "--dpi" (or "-d") option has been added to qrencode. This option set DPI
@@ -186,6 +196,7 @@ Experimental support of Micro QR Code encoder has been added. Some functions
186196
(QRcode_*MQR()) have been added to the library. The command line tool generates
187197
Micro QR Code when "--micro" or "-M" is given.
188198

199+
189200
Version 3.1.1 (2010.2.3)
190201
------------------------
191202
* A bug in the library has been fixed.
@@ -196,6 +207,7 @@ version 5 (error correction level Q and H) were affected. In many cases this
196207
bug did not cause serious damage thanks to the error correction mechanism, but
197208
we highly recommend you to encode symbols again using this release.
198209

210+
199211
Version 3.1.0 (2009.6.6)
200212
------------------------
201213
* Various code cleanups and performance improves.
@@ -212,6 +224,7 @@ applications that includes only qrencode.h. If your application refers the
212224
internal data representation (not recommended), see ChangeLog for further
213225
information.
214226

227+
215228
Version 3.0.3 (2008.6.1)
216229
------------------------
217230
* Portability enhancement. (Thanks to Gavan Fantom)
@@ -233,6 +246,7 @@ qrencode-3.0.3-gnulib, that contains the source code of the getopt_long().
233246
Gnulib version is a test release. If you feel happy with it, please let us know
234247
and the future releases will include gnulib.
235248

249+
236250
Version 3.0.2 (2008.5.18)
237251
-------------------------
238252
* Some compile-time warnings/errors with g++ have been fixed.
@@ -241,11 +255,13 @@ Version 3.0.2 (2008.5.18)
241255
Symbols greater than version 6 were affected. (Thanks to Paul Janssesn)
242256
* The "--without-tests" option has been added to the configure script.
243257

258+
244259
Version 3.0.1 (2008.5.9)
245260
------------------------
246261
* A bug fix for non-POSIX platform. (Thanks to Paul Janssens)
247262
* The RPM spec file now packages the man page correctly.
248263

264+
249265
Version 3.0.0 (2008.4.30)
250266
-------------------------
251267
* The interface of QRencode_encodeInput() has been changed. User applications
@@ -294,6 +310,7 @@ API changes:
294310
- QRinput_getVersion
295311
- QRinput_setVersion
296312

313+
297314
Version 2.0.0 (2008.1.24)
298315
-------------------------
299316
* "-i" option to ignore case distinctions has been added to qrencode and
@@ -325,16 +342,19 @@ going to use this library.
325342

326343
Many thanks to NANKI Haruo for his suggestions.
327344

345+
328346
Version 1.0.2 (2007.03.24)
329347
--------------------------
330348
* A small bug fix. (Thanks to NANKI Haruo)
331349
* 'extern "C"' barrier has been added to qrencode.h.
332350

351+
333352
Version 1.0.1 (2006.12.27)
334353
--------------------------
335354
* Added "force 8-bit encoding mode".
336355
* Configure script finds libpng's header correctly.
337356

357+
338358
Version 1.0.0 (2006.12.12)
339359
--------------------------
340360
* The first public release.

configure.ac

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -126,20 +126,6 @@ if test x$enable_gcov = xyes; then
126126
fi
127127

128128

129-
dnl --enable-mudflap
130-
AC_ARG_ENABLE([mudflap], [AS_HELP_STRING([--enable-mudflap], [generate extra code to check memory leaks [default=no]])],
131-
[], [enable_mudflap=no])
132-
133-
if test x$enable_mudflap = xyes; then
134-
if test x$enable_thread_safety = xyes; then
135-
CFLAGS="$CFLAGS -fmudflapth"
136-
LDFLAGS="$LDFLAGS -lmudflapth"
137-
else
138-
CFLAGS="$CFLAGS -fmudflap"
139-
LDFLAGS="$LDFLAGS -lmudflap"
140-
fi
141-
fi
142-
143129
dnl --enable-asan
144130
AC_ARG_ENABLE([asan], [AS_HELP_STRING([--enable-asan], [use AddressSanitizer [default=no]])],
145131
[], [enable_asan=no])

0 commit comments

Comments
 (0)