Browse code

Bumping the version from 0.101.0 to 0.101.1 and adding notes to NEWS.md to explain the need for 0.101.1.

Micah Snyder authored on 2018/12/07 03:13:01
Showing 11 changed files
... ...
@@ -3,6 +3,18 @@
3 3
 Note: This file refers to the source tarball. Things described here may differ
4 4
  slightly from the binary packages.
5 5
 
6
+## 0.101.1
7
+
8
+ClamAV 0.101.1 is an urgent patch release to address an issue in 0.101.0
9
+specifically for developers that depend on libclamav.
10
+
11
+The issue in 0.101.0 is that `clamav.h` required supporting headers that were
12
+not provided on `make install`.
13
+
14
+To address this issue, the internal `cltypes.h` header has been replaced by
15
+a `clamav-types.h` that is generated on `./configure` and will be installed
16
+alongside `clamav.h`.
17
+
6 18
 ## 0.101.0
7 19
 
8 20
 ClamAV 0.101.0 is a feature release with an assortment of improvements that
... ...
@@ -1,6 +1,6 @@
1 1
 #! /bin/sh
2 2
 # Guess values for system-dependent variables and create Makefiles.
3
-# Generated by GNU Autoconf 2.69 for ClamAV 0.101.0.
3
+# Generated by GNU Autoconf 2.69 for ClamAV 0.101.1.
4 4
 #
5 5
 # Report bugs to <https://bugzilla.clamav.net/>.
6 6
 #
... ...
@@ -592,8 +592,8 @@ MAKEFLAGS=
592 592
 # Identity of this package.
593 593
 PACKAGE_NAME='ClamAV'
594 594
 PACKAGE_TARNAME='clamav'
595
-PACKAGE_VERSION='0.101.0'
596
-PACKAGE_STRING='ClamAV 0.101.0'
595
+PACKAGE_VERSION='0.101.1'
596
+PACKAGE_STRING='ClamAV 0.101.1'
597 597
 PACKAGE_BUGREPORT='https://bugzilla.clamav.net/'
598 598
 PACKAGE_URL='https://www.clamav.net/'
599 599
 
... ...
@@ -1555,7 +1555,7 @@ if test "$ac_init_help" = "long"; then
1555 1555
   # Omit some internal or obsolete options to make the list less imposing.
1556 1556
   # This message is too long to be a string in the A/UX 3.1 sh.
1557 1557
   cat <<_ACEOF
1558
-\`configure' configures ClamAV 0.101.0 to adapt to many kinds of systems.
1558
+\`configure' configures ClamAV 0.101.1 to adapt to many kinds of systems.
1559 1559
 
1560 1560
 Usage: $0 [OPTION]... [VAR=VALUE]...
1561 1561
 
... ...
@@ -1626,7 +1626,7 @@ fi
1626 1626
 
1627 1627
 if test -n "$ac_init_help"; then
1628 1628
   case $ac_init_help in
1629
-     short | recursive ) echo "Configuration of ClamAV 0.101.0:";;
1629
+     short | recursive ) echo "Configuration of ClamAV 0.101.1:";;
1630 1630
    esac
1631 1631
   cat <<\_ACEOF
1632 1632
 
... ...
@@ -1850,7 +1850,7 @@ fi
1850 1850
 test -n "$ac_init_help" && exit $ac_status
1851 1851
 if $ac_init_version; then
1852 1852
   cat <<\_ACEOF
1853
-ClamAV configure 0.101.0
1853
+ClamAV configure 0.101.1
1854 1854
 generated by GNU Autoconf 2.69
1855 1855
 
1856 1856
 Copyright (C) 2012 Free Software Foundation, Inc.
... ...
@@ -2440,7 +2440,7 @@ cat >config.log <<_ACEOF
2440 2440
 This file contains any messages produced by compilers while
2441 2441
 running configure, to aid debugging if configure makes a mistake.
2442 2442
 
2443
-It was created by ClamAV $as_me 0.101.0, which was
2443
+It was created by ClamAV $as_me 0.101.1, which was
2444 2444
 generated by GNU Autoconf 2.69.  Invocation command line was
2445 2445
 
2446 2446
   $ $0 $@
... ...
@@ -4197,7 +4197,7 @@ fi
4197 4197
 
4198 4198
 # Define the identity of the package.
4199 4199
  PACKAGE='clamav'
4200
- VERSION='0.101.0'
4200
+ VERSION='0.101.1'
4201 4201
 
4202 4202
 
4203 4203
 # Some tools Automake needs.
... ...
@@ -5925,10 +5925,10 @@ $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5925 5925
 
5926 5926
 
5927 5927
 
5928
-VERSION="0.101.0"
5928
+VERSION="0.101.1"
5929 5929
 
5930 5930
 LC_CURRENT=9
5931
-LC_REVISION=0
5931
+LC_REVISION=1
5932 5932
 LC_AGE=0
5933 5933
 LIBCLAMAV_VERSION="$LC_CURRENT":"$LC_REVISION":"$LC_AGE"
5934 5934
 
... ...
@@ -29940,7 +29940,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29940 29940
 # report actual input values of CONFIG_FILES etc. instead of their
29941 29941
 # values after options handling.
29942 29942
 ac_log="
29943
-This file was extended by ClamAV $as_me 0.101.0, which was
29943
+This file was extended by ClamAV $as_me 0.101.1, which was
29944 29944
 generated by GNU Autoconf 2.69.  Invocation command line was
29945 29945
 
29946 29946
   CONFIG_FILES    = $CONFIG_FILES
... ...
@@ -30007,7 +30007,7 @@ _ACEOF
30007 30007
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30008 30008
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
30009 30009
 ac_cs_version="\\
30010
-ClamAV config.status 0.101.0
30010
+ClamAV config.status 0.101.1
30011 30011
 configured by $0, generated by GNU Autoconf 2.69,
30012 30012
   with options \\"\$ac_cs_config\\"
30013 30013
 
... ...
@@ -32824,7 +32824,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
32824 32824
 # report actual input values of CONFIG_FILES etc. instead of their
32825 32825
 # values after options handling.
32826 32826
 ac_log="
32827
-This file was extended by ClamAV $as_me 0.101.0, which was
32827
+This file was extended by ClamAV $as_me 0.101.1, which was
32828 32828
 generated by GNU Autoconf 2.69.  Invocation command line was
32829 32829
 
32830 32830
   CONFIG_FILES    = $CONFIG_FILES
... ...
@@ -32891,7 +32891,7 @@ _ACEOF
32891 32891
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
32892 32892
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
32893 32893
 ac_cs_version="\\
32894
-ClamAV config.status 0.101.0
32894
+ClamAV config.status 0.101.1
32895 32895
 configured by $0, generated by GNU Autoconf 2.69,
32896 32896
   with options \\"\$ac_cs_config\\"
32897 32897
 
... ...
@@ -20,7 +20,7 @@ dnl   MA 02110-1301, USA.
20 20
 AC_PREREQ([2.59])
21 21
 dnl For a release change [devel] to the real version [0.xy]
22 22
 dnl also change VERSION below
23
-AC_INIT([ClamAV], [0.101.0], [https://bugzilla.clamav.net/], [clamav], [https://www.clamav.net/])
23
+AC_INIT([ClamAV], [0.101.1], [https://bugzilla.clamav.net/], [clamav], [https://www.clamav.net/])
24 24
 
25 25
 dnl enable C++
26 26
 AC_PROG_CXX()
... ...
@@ -1,4 +1,4 @@
1
-# Clam AntiVirus 0.101.0 *User Manual*
1
+# Clam AntiVirus 0.101.1 *User Manual*
2 2
 
3 3
 ![image](UserManual/images/demon.png)
4 4
 
... ...
@@ -6,9 +6,9 @@ If you wish to build ClamAV from source using Visual Studio 2015, please head ov
6 6
 
7 7
 Important: Installing ClamAV using the Installer will require Administrator privileges.
8 8
 
9
-1. Download: http://www.clamav.net/downloads/production/ClamAV-0.101.0.exe
9
+1. Download: http://www.clamav.net/downloads/production/ClamAV-0.101.1.exe
10 10
 2. Locate the file in your Downloads directory.
11
-3. Right-click on `ClamAV-0.101.0.exe` and select `Run as administrator`. You may receive a warning message along the lines of "Windows protected your PC".  Select `More info` and then select `Run anyway`.
11
+3. Right-click on `ClamAV-0.101.1.exe` and select `Run as administrator`. You may receive a warning message along the lines of "Windows protected your PC".  Select `More info` and then select `Run anyway`.
12 12
 4. Select `I accept the agreement` and click `Next`.
13 13
 5. Click `Next` again. If you've removed a previous installation of ClamAV, you may receive the prompt "The folder ... already exists...". If you do, select `Yes`.
14 14
 6. Click `Install`.
... ...
@@ -28,9 +28,9 @@ Continue on to "First Time Set-Up" below...
28 28
 
29 29
 ## Install using the ClamAV Portable Install Package
30 30
 
31
-1. Download: https://www.clamav.net/downloads/production/clamav-0.101.0-win-x64-portable.zip
31
+1. Download: https://www.clamav.net/downloads/production/clamav-0.101.1-win-x64-portable.zip
32 32
 2. Unzip it.
33
-3. Open the `clamav-0.101.0-win-x64-portable` directory.
33
+3. Open the `clamav-0.101.1-win-x64-portable` directory.
34 34
 4. Hold down Shift and then right-click on the background in the current directory (but not on one of the files). Select `"Open PowerShell window here"`. If that option doesn't appear, try again.
35 35
 
36 36
 Continue on to "First Time Set-Up"...
... ...
@@ -116,6 +116,7 @@ enum FunctionalityLevels {
116 116
     FUNC_LEVEL_0100_2    = 93, /**< LibClamAV release 0.100.2 */
117 117
     FUNC_LEVEL_0101_0_BETA = 100, /* LibClamAV beta release 0.101.0-beta */
118 118
     FUNC_LEVEL_0101_0    = 101, /* LibClamAV release 0.101.0, 0.101.0-rc */
119
+    FUNC_LEVEL_0101_1    = 102, /* LibClamAV release 0.101.1 */
119 120
     FUNC_LEVEL_100       = 255 /* future release candidate */
120 121
 };
121 122
 
... ...
@@ -71,7 +71,7 @@
71 71
  * in re-enabling affected modules.
72 72
  */
73 73
 
74
-#define CL_FLEVEL 101
74
+#define CL_FLEVEL 102
75 75
 #define CL_FLEVEL_DCONF	CL_FLEVEL
76 76
 #define CL_FLEVEL_SIGTOOL CL_FLEVEL
77 77
 
... ...
@@ -1,9 +1,9 @@
1 1
 dnl change this on a release
2 2
 dnl VERSION="devel-`date +%Y%m%d`"
3
-VERSION="0.101.0"
3
+VERSION="0.101.1"
4 4
 
5 5
 LC_CURRENT=9
6
-LC_REVISION=0
6
+LC_REVISION=1
7 7
 LC_AGE=0
8 8
 LIBCLAMAV_VERSION="$LC_CURRENT":"$LC_REVISION":"$LC_AGE"
9 9
 AC_SUBST([LIBCLAMAV_VERSION])
... ...
@@ -8,7 +8,7 @@
8 8
 
9 9
 [Setup]
10 10
 AppName=ClamAV
11
-AppVersion=0.101.0
11
+AppVersion=0.101.1
12 12
 DefaultDirName={pf}\ClamAV
13 13
 DefaultGroupName=ClamAV
14 14
 AppCopyright=2018 Cisco Systems, Inc.
... ...
@@ -20,7 +20,7 @@ UninstallDisplayName=ClamAV
20 20
 Compression=lzma2
21 21
 SolidCompression=yes
22 22
 OutputDir=.
23
-OutputBaseFilename=ClamAV-0.101.0
23
+OutputBaseFilename=ClamAV-0.101.1
24 24
 WizardImageFile=demon.bmp
25 25
 WizardSmallImageFile=talos.bmp
26 26
 
... ...
@@ -469,7 +469,7 @@
469 469
 #define PACKAGE_NAME "ClamAV"
470 470
 
471 471
 /* Define to the full name and version of this package. */
472
-#define PACKAGE_STRING "ClamAV 0.101.0"
472
+#define PACKAGE_STRING "ClamAV 0.101.1"
473 473
 
474 474
 /* Define to the one symbol short name of this package. */
475 475
 #define PACKAGE_TARNAME "clamav"
... ...
@@ -478,7 +478,7 @@
478 478
 #define PACKAGE_URL "https://www.clamav.net/"
479 479
 
480 480
 /* Define to the version of this package. */
481
-#define PACKAGE_VERSION "0.101.0"
481
+#define PACKAGE_VERSION "0.101.1"
482 482
 
483 483
 /* scan buffer size */
484 484
 #define SCANBUFF 131072
... ...
@@ -514,7 +514,7 @@
514 514
 /* #undef USE_SYSLOG */
515 515
 
516 516
 /* Version number of package */
517
-#define VERSION "0.101.0"
517
+#define VERSION "0.101.1"
518 518
 
519 519
 /* Version suffix for package */
520 520
 #define VERSION_SUFFIX ""
... ...
@@ -6,8 +6,8 @@
6 6
 #define REPO_VERSION VERSION
7 7
 #endif
8 8
 
9
-#define RES_VER_Q 0,101,0,0
10
-#define RES_VER_S "ClamAV 0.101.0"
9
+#define RES_VER_Q 0,101,1,0
10
+#define RES_VER_S "ClamAV 0.101.1"
11 11
 
12 12
 VS_VERSION_INFO VERSIONINFO
13 13
     FILEVERSION RES_VER_Q