wmbiff: Update ChangeLog (used git2cl).
This commit is contained in:
		
							parent
							
								
									6960461477
								
							
						
					
					
						commit
						00f05fb75a
					
				
					 1 changed files with 275 additions and 0 deletions
				
			
		
							
								
								
									
										275
									
								
								wmbiff/ChangeLog
									
									
									
									
									
								
							
							
						
						
									
										275
									
								
								wmbiff/ChangeLog
									
									
									
									
									
								
							| 
						 | 
					@ -1,3 +1,278 @@
 | 
				
			||||||
 | 
					2014-11-07  Doug Torrance <dtorrance@monmouthcollege.edu>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* wmbiff/Makefile.am: Remove sourceforgeupload target from
 | 
				
			||||||
 | 
						Makefile; no longer needed.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					2014-11-07  Doug Torrance <dtorrance@monmouthcollege.edu>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* wmbiff/README, wmbiff/configure.ac,
 | 
				
			||||||
 | 
						wmbiff/wmbiff/sample.wmbiffrc, wmbiff/wmbiff/wmbiff.1:
 | 
				
			||||||
 | 
						Update email address.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					2014-11-07  Doug Torrance <dtorrance@monmouthcollege.edu>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* wmbiff/wmbiff/Imap4Client.c, wmbiff/wmbiff/Pop3Client.c:
 | 
				
			||||||
 | 
						Use PACKAGE_BUGREPORT instead of hardcoding address.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					2014-11-07  Doug Torrance <dtorrance@monmouthcollege.edu>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* wmbiff/FAQ: Update FAQ.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					2014-11-05  Doug Torrance <dtorrance@monmouthcollege.edu>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* wmbiff/wmbiff/tlsComm.c, wmbiff/wmbiff/tlsComm.h: Fix cast
 | 
				
			||||||
 | 
						to pointer from integer of different size compiler warning.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					2014-11-05  Doug Torrance <dtorrance@monmouthcollege.edu>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* wmbiff/wmbiff/gnutls-common.c, wmbiff/wmbiff/gnutls-common.h,
 | 
				
			||||||
 | 
						wmbiff/wmbiff/tlsComm.c: Fix compiler warnings from
 | 
				
			||||||
 | 
						deprecated gnutls types.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					2014-11-05  Doug Torrance <dtorrance@monmouthcollege.edu>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* wmbiff/wmbiff/wmbiff.1, wmbiff/wmbiff/wmbiffrc.5.in: Fix
 | 
				
			||||||
 | 
						manpages.  In particular, fix spelling-error-in-manpage,
 | 
				
			||||||
 | 
						hyphen-used-as-minus-sign, and manpage-has-errors-from-man Lintian
 | 
				
			||||||
 | 
						warnings from the Debian package.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					2014-11-05  Doug Torrance <dtorrance@monmouthcollege.edu>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* wmbiff/configure.ac: Remove arguments to AM_INIT_AUTOMAKE
 | 
				
			||||||
 | 
						in configure.ac.  This patch serves two purposes:
 | 
				
			||||||
 | 
						- Avoid a " AM_INIT_AUTOMAKE: two- and three-arguments forms are
 | 
				
			||||||
 | 
						  deprecated" warning when running autoreconf.
 | 
				
			||||||
 | 
						- Fix "syntax error near unexpected token" when running configure.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					2014-11-05  Doug Torrance <dtorrance@monmouthcollege.edu>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* wmbiff/INSTALL: Remove INSTALL; automatically generated by
 | 
				
			||||||
 | 
						autotools.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					2014-11-04  Doug Torrance <dtorrance@monmouthcollege.edu>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* wmbiff/wmgeneral/wmgeneral.h: Increase number of actions
 | 
				
			||||||
 | 
						to 40.  Patch by Alberto Morales <amd77@gulic.org>.
 | 
				
			||||||
 | 
						For more information, see:
 | 
				
			||||||
 | 
						https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=589408
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					2014-11-04  Doug Torrance <dtorrance@monmouthcollege.edu>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* wmbiff/wmbiff/Client.h, wmbiff/wmbiff/Imap4Client.c: Allow
 | 
				
			||||||
 | 
						usernames with more than 32 characters.
 | 
				
			||||||
 | 
						Patch by Tommaso Parisi <tommasop.ml@libero.it>.
 | 
				
			||||||
 | 
						For more information, see:
 | 
				
			||||||
 | 
						https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=626393
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					2014-11-04  Doug Torrance <dtorrance@monmouthcollege.edu>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* wmbiff/wmbiff/socket.c: Fix connection leak.
 | 
				
			||||||
 | 
						Patch by Arnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>.
 | 
				
			||||||
 | 
						For more information, see:
 | 
				
			||||||
 | 
						https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663876
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					2014-11-04  Doug Torrance <dtorrance@monmouthcollege.edu>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* wmbiff/scripts/security.debian.rb: Fix security.debian.rb
 | 
				
			||||||
 | 
						script.
 | 
				
			||||||
 | 
						Patch by Lothar Ketterer <lketterer@users.sourceforge.net>
 | 
				
			||||||
 | 
						For more information, see:
 | 
				
			||||||
 | 
						https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=525749
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					2014-11-04  Doug Torrance <dtorrance@monmouthcollege.edu>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* wmbiff/wmbiff/gnutls-common.c: Remove LZO compression.
 | 
				
			||||||
 | 
						GnuTLS LZO support was removed in version 3.0.0.  Based on the patch
 | 
				
			||||||
 | 
						by Andreas Metzler <ametzler@debian.org>:
 | 
				
			||||||
 | 
						http://sources.debian.net/src/wmbiff/0.4.27-2.3/debian/patches/15_no_more_LZO.diff/
 | 
				
			||||||
 | 
						For more information, see:
 | 
				
			||||||
 | 
						https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638736
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					2014-10-05  Doug Torrance <dtorrance@monmouthcollege.edu>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* wmbiff/AUTHORS, wmbiff/FAQ, wmbiff/Makefile.am, wmbiff/NEWS,
 | 
				
			||||||
 | 
						wmbiff/README, wmbiff/TODO, wmbiff/autoconf/Makefile.am,
 | 
				
			||||||
 | 
						wmbiff/configure.ac, wmbiff/scripts/security.debian.rb,
 | 
				
			||||||
 | 
						wmbiff/wmbiff/Client.h, wmbiff/wmbiff/Imap4Client.c,
 | 
				
			||||||
 | 
						wmbiff/wmbiff/Makefile.am, wmbiff/wmbiff/Pop3Client.c,
 | 
				
			||||||
 | 
						wmbiff/wmbiff/ShellClient.c, wmbiff/wmbiff/charutil.c,
 | 
				
			||||||
 | 
						wmbiff/wmbiff/charutil.h, wmbiff/wmbiff/gnutls-common.c,
 | 
				
			||||||
 | 
						wmbiff/wmbiff/maildirClient.c, wmbiff/wmbiff/mboxClient.c,
 | 
				
			||||||
 | 
						wmbiff/wmbiff/passwordMgr.c, wmbiff/wmbiff/sample.wmbiffrc,
 | 
				
			||||||
 | 
						wmbiff/wmbiff/socket.c, wmbiff/wmbiff/test_wmbiff.c,
 | 
				
			||||||
 | 
						wmbiff/wmbiff/tlsComm.c, wmbiff/wmbiff/tlsComm.h,
 | 
				
			||||||
 | 
						wmbiff/wmbiff/wmbiff.1, wmbiff/wmbiff/wmbiff.c,
 | 
				
			||||||
 | 
						wmbiff/wmbiff/wmbiffrc.5.in, wmbiff/wmgeneral/Makefile.am,
 | 
				
			||||||
 | 
						wmbiff/wmgeneral/misc.c, wmbiff/wmgeneral/wmgeneral.c: Remove
 | 
				
			||||||
 | 
						trailing whitespace.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					2013-04-08  Gabriel VLASIU <gabriel@vlasiu.net>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* wmbiff/wmbiff/Makefile.am, wmbiff/wmbiff/mboxClient.c,
 | 
				
			||||||
 | 
						wmbiff/wmbiff/wmbiff-classic-master-led.xpm,
 | 
				
			||||||
 | 
						wmbiff/wmbiff/wmbiff.1, wmbiff/wmbiff/wmbiff.c: Enable classic mode.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					2013-04-08  Gabriel VLASIU <gabriel@vlasiu.net>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* wmbiff/configure.ac, wmbiff/wmbiff/Imap4Client.c,
 | 
				
			||||||
 | 
						wmbiff/wmbiff/Pop3Client.c, wmbiff/wmbiff/gnutls-common.c,
 | 
				
			||||||
 | 
						wmbiff/wmbiff/test_tlscomm.c, wmbiff/wmbiff/test_wmbiff.c,
 | 
				
			||||||
 | 
						wmbiff/wmbiff/tlsComm.c, wmbiff/wmbiff/wmbiff.c,
 | 
				
			||||||
 | 
						wmbiff/wmbiff/wmbiffrc.5.in: Update gnutls code (require at least
 | 
				
			||||||
 | 
						2.2.0).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					2013-04-08  Gabriel VLASIU <gabriel@vlasiu.net>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* wmbiff/wmbiff/wmbiff.1: Remove gnomeicu from wmbif's manual.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					2013-04-04  Gabriel VLASIU <gabriel@vlasiu.net>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* wmbiff/wmgeneral/wmgeneral.c: Fix segfault when -display
 | 
				
			||||||
 | 
						or -geometry argument is missing.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					2013-04-04  Gabriel VLASIU <gabriel@vlasiu.net>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* wmbiff/wmbiff/wmbiff.c: Free memory when using a custom
 | 
				
			||||||
 | 
						skin.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					2013-04-04  Gabriel VLASIU <gabriel@vlasiu.net>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* wmbiff/wmbiff/wmbiff.c: Fix wmbiff restart.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					2013-04-04  Gabriel VLASIU <gabriel@vlasiu.net>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* wmbiff/wmbiff/gnutls-common.c: More gnutls casts.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					2013-04-04  Gabriel VLASIU <gabriel@vlasiu.net>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* wmbiff/wmbiff/wmbiff.c, wmbiff/wmgeneral/wmgeneral.c: Fix
 | 
				
			||||||
 | 
						memory leaks pointed out by valgrind.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					2013-04-04  Gabriel VLASIU <gabriel@vlasiu.net>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* wmbiff/wmgeneral/Makefile.am, wmbiff/wmgeneral/list.c,
 | 
				
			||||||
 | 
						wmbiff/wmgeneral/list.h, wmbiff/wmgeneral/misc.c: Remove
 | 
				
			||||||
 | 
						unused files.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					2013-04-03  Gabriel VLASIU <gabriel@imhotep.timteh.com>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* wmbiff/wmbiff/wmbiff.c: XKeycodeToKeysym is deprecated.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					2013-04-03  Gabriel VLASIU <gabriel@imhotep.timteh.com>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* wmbiff/wmbiff/wmbiff.c: Remove unused variable.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					2013-04-03  Gabriel VLASIU <gabriel@vlasiu.net>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* wmbiff/wmbiff/gnutls-common.c, wmbiff/wmbiff/test_wmbiff.c,
 | 
				
			||||||
 | 
						wmbiff/wmbiff/tlsComm.c: Fix signedness and/or cast.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					2013-04-03  Gabriel VLASIU <gabriel@imhotep.timteh.com>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* wmbiff/wmbiff/Pop3Client.c: comparison between pointer and
 | 
				
			||||||
 | 
						integer.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					2013-04-03  Gabriel VLASIU <gabriel@vlasiu.net>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* wmbiff/wmbiff/test_tlscomm.c: Add missing include.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					2013-04-03  Gabriel VLASIU <gabriel@vlasiu.net>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* wmbiff/wmbiff/wmbiff.1, wmbiff/wmbiff/wmbiffrc.5.in: Update manual
 | 
				
			||||||
 | 
						for wmbiff and wmbiffrc.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					2012-06-12  Wade Berrier <wberrier@gmail.com>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* wmbiff/configure.ac, wmbiff/scripts/Makefile.am: slight
 | 
				
			||||||
 | 
						automake/autoconf refresh AM_PATH_LIBGNUTLS seems to be obsolete.
 | 
				
			||||||
 | 
						Replace the check with
 | 
				
			||||||
 | 
						pkg-config using PKG_CHECK_MODULES.
 | 
				
			||||||
 | 
						AM_CONFIG_HEADER also seems to be obsolete.  Replace with
 | 
				
			||||||
 | 
						AC_CONFIG_HEADER.  Fix installing an extra script (security.debian.rb)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					2012-06-05  Alexey I. Froloff <raorn@raorn.name>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* wmbiff/wmbiff/gnutls-common.c, wmbiff/wmbiff/socket.c,
 | 
				
			||||||
 | 
						wmbiff/wmgeneral/list.c, wmbiff/wmgeneral/list.h,
 | 
				
			||||||
 | 
						wmbiff/wmgeneral/misc.c: Mass update FSF address
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					2012-06-05  Alexey I. Froloff <raorn@raorn.name>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* wmbiff/configure.ac: Make autoreconf happy
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					2012-06-05  Alexey I. Froloff <raorn@raorn.name>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* wmbiff/Makefile.in, wmbiff/aclocal.m4,
 | 
				
			||||||
 | 
						wmbiff/autoconf/Makefile.in, wmbiff/autoconf/depcomp,
 | 
				
			||||||
 | 
						wmbiff/autoconf/install-sh, wmbiff/autoconf/missing,
 | 
				
			||||||
 | 
						wmbiff/autoconf/mkinstalldirs, wmbiff/config.h.in,
 | 
				
			||||||
 | 
						wmbiff/configure, wmbiff/scripts/Makefile.in,
 | 
				
			||||||
 | 
						wmbiff/wmbiff/Makefile.in, wmbiff/wmbiff/wmbiffrc.5,
 | 
				
			||||||
 | 
						wmbiff/wmgeneral/Makefile.in: Removed all autogenerated autotools
 | 
				
			||||||
 | 
						and imake stuff
 | 
				
			||||||
 | 
						There's no need to keep autogenerated files in repository.  Those
 | 
				
			||||||
 | 
						dockapps which use autotoold must be autoreconf'ed prior to build,
 | 
				
			||||||
 | 
						those which use imake must be xmkmf'ed.  As of wmbiff,
 | 
				
			||||||
 | 
						AC_PATH_XTRA_CORRECTED was a hack to avoid bug in older autoconf
 | 
				
			||||||
 | 
						version, which is no longer needed (it's 2012 now already).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					2012-06-05  Alexey I. Froloff <raorn@raorn.name>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* wmbiff/COPYING: Mass update GPLv2 from
 | 
				
			||||||
 | 
						http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					2011-03-21  Carlos R. Mafra <crmafra@gmail.com>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* wmbiff/wmbiff-master-led.xpm,
 | 
				
			||||||
 | 
						wmbiff/wmbiff.c: Change default colors
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					2011-03-21  Carlos R. Mafra <crmafra@gmail.com>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* wmbiff/wmbiff.c: Remove trailing colon from
 | 
				
			||||||
 | 
						mailbox label So now we have one extra char for the label name.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					2011-03-21  Carlos R. Mafra <crmafra@gmail.com>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* Makefile.am, README.licq,
 | 
				
			||||||
 | 
						wmbiff/Client.h, wmbiff/LicqClient.c,
 | 
				
			||||||
 | 
						wmbiff/Makefile.am, wmbiff/Makefile.in,
 | 
				
			||||||
 | 
						wmbiff/sample.wmbiffrc,
 | 
				
			||||||
 | 
						wmbiff/wmbiff.1, wmbiff/wmbiff.c:
 | 
				
			||||||
 | 
						Remove Licq, gnomeicu and finger support
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					2011-03-21  Carlos R. Mafra <crmafra@gmail.com>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* wmbiff/wmbiff.c: Raise sleep interval to 20
 | 
				
			||||||
 | 
						secs
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					2011-03-21  Carlos R. Mafra <crmafra@gmail.com>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* wmbiff/wmbiff.c: Trivial code cleanups
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					2011-03-21  Carlos R. Mafra <crmafra@gmail.com>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* wmbiff/wmbiff.c: Fix global notification Global notification would
 | 
				
			||||||
 | 
						only work if all 'notify' commands for all mailboxes were unset
 | 
				
			||||||
 | 
						(=='\0').  Fix that.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					2011-03-21  Carlos R. Mafra <crmafra@gmail.com>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* wmbiff/wmbiff.c: Remove autofetch on new
 | 
				
			||||||
 | 
						email arrival
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					2011-03-21  Carlos R. Mafra <crmafra@gmail.com>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* wmbiff/wmbiff.c: Remove 'beep' option for
 | 
				
			||||||
 | 
						notification
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					2011-03-21  Carlos R. Mafra <crmafra@gmail.com>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						* wmbiff/wmbiff.c: Display "0" when there are
 | 
				
			||||||
 | 
						no new emails ...instead of displaying the total number of emails in the
 | 
				
			||||||
 | 
						mailbox.  On my gmail account with +16k emails, there was not enough
 | 
				
			||||||
 | 
						space to display the account label. Besides, the total number of emails
 | 
				
			||||||
 | 
						is useless information anyway.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
2005-10-08 Saturday 18:13 UTC -- Neil Spring <nspring@cs.washington.edu>
 | 
					2005-10-08 Saturday 18:13 UTC -- Neil Spring <nspring@cs.washington.edu>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	* configure.ac: year stale 0.4.26 news
 | 
						* configure.ac: year stale 0.4.26 news
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue