1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333
|
2012-06-27 [paul] 3.5.4
3.5.4 released
2012-06-27 [paul] 3.5.3cvs3
* configure.ac
* po/hu.po
* po/sk.po
updates by wwp, Pader Rezso, Slavko
* po/lt.po
new translation by Mindaugas Baranauskas
2012-01-06 [ticho] 3.5.3cvs2
* src/clamav_plugin_gtk.c
Exclude "Plugins" string from translation, since it will be
looked up from different gettext domain anyway.
2012-01-02 [ticho] 3.5.3cvs1
* src/clamav_plugin_gtk.c
Use "claws-mail" i18n domain for preference section path.
2011-12-16 [paul] 3.5.3
3.5.3 released
2011-12-16 [paul] 3.5.2cvs1
* configure.ac
* po/id.po
* po/id_ID.po
* po/sk.po
updates
2011-08-27 [paul] 3.5.2
3.5.2 released
2011-08-26 [paul] 3.5.1cvs2
* po/pt_BR.po
updated by Frederico Goncalves Guimaraes
2011-05-20 [michael] 3.5.1cvs1
* libclamd/clamd-plugin.c
Fix possible null pointer dereferencing.
See https://bugzilla.redhat.com/show_bug.cgi?id=706322
2011-04-09 [paul] 3.5.1
* po/cs.po
* po/es.po
* po/fr.po
* po/hu.po
* po/sk.po
* po/uk.po
updated by David Vachulka, Ricardo Mones, wwp,
Páder Rezső, Slavko, and Yarema
2010-11-19 [paul] 3.5.0
3.5.0 released
2010-11-19 [paul] 3.4.0cvs18
* configure.ac
* po/cs.po
* po/es.po
* po/fr.po
* po/hu.po
* po/id.po
* po/pt_BR.po
* po/sk.po
* po/uk.po
added by Miquel Oliete, Ricardo Mones, wwp,
Pader Rezso, MSulchan Darmawan, Frederico
Goncalves Guimaraes, Slavko, Yarema
2010-11-19 [paul] 3.4.0cvs17
* po/clamd.pot
should not be in CVS, removed
2010-10-31 [paul] 3.4.0cvs16
* Makefile.in
* libclamd/Makefile.in
* src/Makefile.in
remove auto-generated files
2010-10-06 [michael] 3.4.0cvs15
* libclamd/clamd-plugin.c
Fix possible error it automatic configuration
when using TCP socket
2010-10-03 [michael] 3.4.0cvs14
* libclamd/clamd-plugin.c
Hardening stream scanning
Simplyfied error handling
2010-10-03 [michael] 3.4.0cvs13
* libclamd/clamd-plugin.c
Fix some more potential SIGSEV
Add missing i18n strings
2010-10-03 [michael] 3.4.0cvs12
* libclamd/clamd-plugin.c
Fix SIGSEV when scan error in clamd_stream_scan
2010-10-03 [michael] 3.4.0cvs11
* libclamd/clamd-plugin.c
Fix broken automatic configuration.
Now properly handle automatic configuration
if the clamav-daemon if configured to use
a TCP socket.
This also means that using a remote clamav-
daemon can also be configured automatically
if a clamd.conf is found and the file has
TCPSocket NUMBER and TCPAddr HOST/IP. See
man clamd.conf.
2010-10-03 [michael] 3.4.0cvs10
* src/clamav_plugin.c
Added info about using a TCP socket
to communicate with clamav-daemon
to avoid changing permissions on
folders in the users home folder.
2010-09-29 [michael] 3.4.0cvs9
* configure.ac
* src/clamav_plugin_gtk.c
- Forgot to add AC_SYS_LARGEFILE to configure.ac
- Fixed a bug which prevented proper initialization
of configuration type
2010-09-29 [michael] 3.4.0cvs8
* libclamd/clamd-plugin.c
* libclamd/clamd-plugin.h
- Added support for scan an stream of data
using the command INSTREAM. INSTREAM is
the only way to have a file scanned on
a remote host.
2010-09-28 [michael] 3.4.0cvs7
* libclamd/clamd-plugin.c
* libclamd/clamd-plugin.h
* src/clamav_plugin.c
* src/clamav_plugin.h
* src/clamav_plugin_gtk.c
- Make configuration user configurable
- Fix a bug which could cause an endless loop
2010-09-27 [michael] 3.4.0cvs6
* Makefile.in
- Missing file
2010-09-27 [michael] 3.4.0cvs5
* COPYING
* src/clamav_plugin.c
* src/clamav_plugin.h
* src/clamav_plugin_gtk.c
- Changed license from GPLv2+ to GPLv3+
- Changed copyright from 2003-2008 to 2003-2010
2010-09-26 [michael] 3.4.0cvs4
* libclamd/clamd-plugin.c
- Added clamav version info to init phase
- Prifixed clamav commands according to recommendation
- Defined all used clamav commands as static const
2010-09-26 [michael] 3.4.0cvs3
* autogen.sh
* libclamd/Makefile.am
* libclamd/Makefile.in
* libclamd/clamd-plugin.c
* po/POTFILES.in
* po/clamd.pot
* po/en_GB.po
* po/es.po
* po/fi.po
* po/hu.po
* po/it.po
* src/clamav_plugin.c
* src/clamav_plugin_gtk.c
Hardening the library. Using alertpanel to show
info about found viruses. Added library to po.
2010-09-25 [michael] 3.4.0cvs2
* AUTHORS
* COPYING
* ChangeLog
* INSTALL
* Makefile.am
* NEWS
* README
* autogen.sh
* commitHelper
* configure.ac
* libclamd/Makefile.am
* libclamd/Makefile.in
* libclamd/clamd-plugin.c
* libclamd/clamd-plugin.h
* po/ChangeLog
* po/Makefile.in.in
* po/Makevars
* po/POTFILES.in
* po/clamd.pot
* po/en_GB.po
* po/es.po
* po/fi.po
* po/hu.po
* po/it.po
* po/remove-potcdate.sin
* src/Makefile.am
* src/Makefile.in
* src/clamav_plugin.c
* src/clamav_plugin.h
* src/clamav_plugin_gtk.c
* Checking in once again since the first time was not
fully completed.
2008-02-12 [wwp] 3.3.0cvs3
* configure.ac
Update requirements.
2008-02-12 [wwp] 3.3.0cvs2
* src/clamav_plugin_gtk.c
Updated to match folder_sel API changes.
2008-02-09 [paul] 3.3.0cvs1
* aclocal.m4
remove this file, it's in the way!
2008-02-08 [paul] 3.3.0
3.3.0 released
initial release as a separate plugin
2008-02-08 [paul] 3.2.0cvs75
* configure.ac
* po/es.po
* po/fi.po
* po/hu.po
* po/it.po
submitted by Ricardo Mones Lastra, Flammie Pirinen,
Pader Rezso and Andrea Spadaccini
2008-02-01 [paul] 3.2.0cvs74
* configure.ac
* po/Makevars
* po/clamav.pot **REMOVED**
* po/en_GB.po
remove clamav.pot, add en_GB.po, fix Makevars
2008-01-31 [colin] 3.2.0cvs73
* src/Makefile.am
Fix make dist
2008-01-31 [colin] 3.2.0cvs72
* configure ** REMOVED **
* src/Makefile.am
Fix linking
2008-01-31 [colin] 3.2.0cvs71
* src/clamav_plugin.c
Fix plugin_license
2008-01-31 [colin] 3.2.0cvs70
* .cvsignore
* AUTHORS
* COPYING
* INSTALL
* Makefile.am
* NEWS
* README
* aclocal.m4
* autogen.sh
* commitHelper
* config.h.in
* configure
* configure.ac
* config/.cvsignore
* config/Makefile.am
* config/config.rpath
* config/mkinstalldirs
* po/.cvsignore
* po/ChangeLog
* po/Makefile.in.in
* po/Makevars
* po/POTFILES.in
* po/clamav.pot
* po/remove-potcdate.sin
* src/.cvsignore
* src/Makefile.am
* src/clamav_plugin.c
* src/clamav_plugin.h
* src/clamav_plugin_gtk.c
Move Clamav to an external plugin, and relicense it
back to GPLv2 or later, to conform with libclamav's
license. As the only contributor to the Clamav plugin's
code since it's been licensed to GPLv3, I agree to
relicense my patches as GPLv2 or later.
|