[Pkg-wmaker-commits] [wmbiff] tag wmbiff_0_4_3 created (now 14a8395)

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:06:28 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a change to tag wmbiff_0_4_3
in repository wmbiff.

        at  14a8395   (commit)
This tag includes the following new commits:

       new  68c8944   Initial revision
       new  bdaea17   Updated Changelog and Makefile for 0.2r.
       new  43f97d4   Uncommitted stuff to deal with the removal of the xmp link
       new  c587383   Mark's wmbiffrc parsing fix, small Makefile changes and bump version to 0.3.0.
       new  9d044be   Updated some obsolete info in README
       new  a82313a   Committing Mark Hurley's patch
       new  77ef1c8   An FHS fix for wmbiff.c and use $(CC) in the Makefile
       new  6305441   * Another big patch that mucks with everything.  I probably deserve to be   flamed for this practice.  Feel free... :-) * Added maint/prerelease.sh script.  Run it before making any releases. * Added maint/changelog.sed.  Add your SourceForge userid here. * Moved ChangeLog to RELEASE-NOTES (see below). * Added a new file, CHANGES (created by maint/prerelease.sh) that tabulates   all the CVS changes. * Added "distclean" to wmbiff/Makefile. * Added CVS Id$ to all the f [...]
       new  6b40cd1   * Whoops!  Messed up CVS expansion in maint/prerelease.sh.  Fixed it. * Also changed maint/prerelease.sh a bit.
       new  ef0ac66   Renamed to NEWS and ChangeLog
       new  bba8da8   Renamed CHANGES to ChangeLog and RELEASE-NOTES to NEWS, modified release scripts accordingly. Added Mark to the sed file.
       new  766a215   Imap fix from Rob Funk
       new  5c1e9a5   Removed duplicate entry for Vladimir Popov in README.
       new  39e597e   Released wmbiff 0.3.1.
       new  b513a79   Removed -t to cvs2cl invocation, to make cleaner ChangeLogs.
       new  de89434   Added APOP support, patch from NAKAYAMA Takao <hoehoe at wakaba.jp>. Fixed some bits of the manpage (Jordi) Bumped version to 0.3.2.
       new  e2e16d6   Backed out hoehoe's patch, preparing to apply Neil's.
       new  1b81d63   Added my other SF account, which I intend to use now.
       new  83e6359   Removed unneeded Apop support code, now integrated in Neil and Jay's patch.
       new  0b77492   * Big patch from Neil Spring which adds lots of crypto support to WMBiff. * WMBiff can now speak IMAP over TLS and CRAM-MD5, and APOP using libgcrypt. * Known problems:   - gnutls is being developed still, so it may have security related bugs.   - A bug in gnutls (a too-small buffer) may cause problems     in the parsing of openssl certificates. This should be fixed by gnutls     soon, hopefully. Added error messages if this bug is tickled. If you've     got problems [...]
       new  18675b1   Changed order of additions to LIBS and EXTRAFLAGS, removed extra WMBIFF_VERSION definition.
       new  b0de056   Bump WMBIFF_VERSION to 0.3.2.
       new  00974fa   Released WMBiff 0.3.2.
       new  5779e43   error check just in case sighup patch is applied
       new  d77dcd0   Added Neil to the sed script.
       new  221b0cf   Bugfix: initialize libgcrypt properly before cram-md5 (or probably apop) authentication.
       new  956ac1c   Preparation for 0.3.3. Documentation updates.
       new  6c09335   Indent run.
       new  9bf9fba   Released WMBiff 0.3.3.
       new  c0151f6   Small debugging message to help if a connection ends unexpectedly.
       new  ca19bad   Prefer "imaps" instead of "sslimap" (sslimap is still supported, but imaps is documented, and a better name).
       new  2a6eb71   -Wwrite-strings cleanliness
       new  ca5a574   made pixmap const char
       new  20535ca   authentication method list, reduced indentation to fit screen better
       new  2f8d237   blacklist and debugging updates for gnutls 0.2.10 and DM macro
       new  dae13cc   regex helpers common to pop3 and imap4 clients extracted and moved here
       new  05bd5bf   rewrite of authentication code to a) allow users to specify authentication type, b) fall back to other authentication methods when hash-based authentication fails (because not everybody uses the cleartext password file) c) fix debug messages
       new  12adaa6   -Wwrite-strings cleanliness
       new  afc746f   regexes limit password and username to 32 characters
       new  fafca71   one down
       new  be585c6   Doc updates for 0.3.4.
       new  d081600   Bumped version to 0.3.4, and release.
       new  d85f1f7   Released WMBiff 0.3.4.
       new  86702bd   update for the interface change in gnutls 0.3.0
       new  93d1537   clarify what to do with gnutls version define
       new  dacb2fd   debugging for gnutls3
       new  73cce22   quote patch from Nick Mitchell, ref debian #128863
       new  c65d80a   Bump WMBIFF_VERSION to 0.3.5.
       new  6ccf89f   Released WMBiff 0.3.5.
       new  7924666   Alternate regex for imap/imaps which allows "@" in passwords. Fix to correctly handle the auth list in imap. Patch from David Smith <davidsmith at acm.org>.
       new  5449a43   Bump WMBIFF_VERSION to 0.3.6.
       new  19699db   Indent fixes.
       new  dc99674   Released WMBiff 0.3.6.
       new  7beeab5   Some fixes for the maint scripts.
       new  6adfacd   Makefile fixes from Simon L. Nielsen, which help building wmbiff in FreeBSD. Fixed the previous IMAP regex patch.
       new  3c45262   Bumped WMBIFF_VERSION to 0.3.7.
       new  f5186d6   Released WMBiff 0.3.7.
       new  a31b909   Replaced DEBUG_x preprocessor defines with a -debug option and debug configuration keyword.  Replaced most debugging messages with a DM (debug message) macro.  Removed gnutls version 0.2.x support.  Added troubleshooting section to man page.
       new  4d6030a   Fixed install rule in Makefile.
       new  45250c6   Added -debug to help text. Removed Gennady's mail address and added our devel list.
       new  c31082a   bugfix to support compilation without crypto
       new  78908b2   use off_t instead of size_t in Licq and Maildir for file sizes from stat()
       new  61b5a3b   rearrange which compiler warnings are implied by DEBUG
       new  4f8cca5   gcc attribute tags, minor debug message cleanup
       new  0fd8d90   attribute tags for warning cleanup w/o gnutls
       new  74d4a1a   minor reorganization of gcrypt-needing authentication schemes
       new  7028a99   indent run (oops)
       new  7ed4c50   add preprocessor define to handle portability of __attribute__ tag to non-gcc compilers (untested)
       new  3230a12   a little -Wshadow and -Wcast-qual cleanup (or, eliminate the use of 'index' as a variable name)
       new  90f1e90   convert a lingering fprintf to DM
       new  57af31c   cosmetic changes
       new  51c53f1   Draft shell command and gnomeicu support from Benoît Rouits with minor modifications 1) implement gicu using the shell module rather than as a separate module, 2) edit Ben's shell format to have extra colons for extensibility, 3) add some extra error checking in the shell method. I also added a test wmbiffrc that can be used to verify that the gicu and shell methods "work".
       new  025acb8   fix a potential file descriptor leak
       new  d76ea48   rename in Read_Config_File for more 'index' purging
       new  0b6f72b   misplaced string.h
       new  bbbcc97   fix my sloppy mistake in shell path parsing
       new  5c32c50   appropriate credits
       new  dca061e   fix error return status (ben's 'lil' patch)
       new  a7156f2   credit Ben
       new  2241bca   minor warning cleanups
       new  3848fc3   debug messages cleanup; start handling pclose errors; remove open() function pointer assignment; #include fix
       new  2a809d9   slightly better message on expect failure
       new  1b3bb1d   additional todo list items
       new  56e359f   fixed misunderstanding of the use of ## in macros with strings - the compiler does the concatenation, not the preprocessor
       new  42a7c65   correct and expand upon crypto instructions
       new  dec8217   un-shadow a global variable
       new  8e2d239   un-shadow index
       new  55ae5b0   add failure handling in expect
       new  7b2fc6a   Released WMBiff 0.3.8.
       new  12be48c   interactive password prompting support for imap - leave password in the : format blank to use
       new  12fe683   askpass having a space in it is an INFO, not an ERR.
       new  05957c5   explicit handling of timeouts
       new  e026c16   documentation of askpass and skin
       new  c0c26a9   askpass - invoke ssh-askpass to fill in passwords for IMAP servers; skin - dynamically load an .xpm background
       new  537017e   a first cut higher-contrast skin
       new  df5a5ec   automake required file, duplicated from README
       new  d1f9e7b   use automake / autoconf; after checkout run ./FromCVS.sh
       new  3c039aa   allow for automake 1.5's need for depcomp
       new  a1b76d2   don't try to configure gnutls if libz or libgdbm aren't installed
       new  3e8a4a9   automatically generate wmbiffrc.5 based on the results of configure, so that the configure-time chosen defaults are accurately shown
       new  9a530c8   _DATA files don't get distributed, add the skins into extra_dist. automake can be confusing
       new  7354900   permissions checking for .wmbiffrc (if it exists), some minor cleanup associated with this.
       new  3f53c05   some explicit casts to make compiling on non-linux a bit more warning-free
       new  4dbe69e   try to tell the difference between running make dist with cvs and missing cvs2cl (an error), and running make dist without cvs (which should be ok).
       new  05d8b9e   bump version to 0.4.0pre3 - permissions checking for .wmbiffrc added.
       new  72ad1ef   APOP bugfix (unreleased bug)
       new  f5912aa   attempt to fix Jordi's configure bug
       new  ec1216f   Shouldn't be in CVS...
       new  50ca189   Ignorable flies.
       new  ee50ed0   extra debugging messages, to be in-line with our -debug to stdout philosophy
       new  118da39   derive wmbiff-master-contrast.xpm from wmbiff-master-led.xpm
       new  4018e61   support yellow text
       new  8fb72ee   return sigchld to default hander before using popen; handle text input. Much complexity, I hope it's worth it.
       new  699ba97   duplicate perl's chomp()
       new  612cade   use chomp to remove the newline from ssh-askpass output
       new  28ca66c   support TextString as status; factor blitMsgCounters as displayMsgCounters was starting to get ugly, add finger recipe to use ShellClient instead of a separate module
       new  fad45d5   TextStatus to hold a three-character status message
       new  7fdb719   test finger as well
       new  9450000   add Andelko Horvat to the list of contributors, remove author list from README
       new  ee9545d   0.4.0pre4 - finger support, text from shell support, minor code reorganization
       new  1a12074   slightly nicer message
       new  d96776e   waitpid until done
       new  6047251   document finger, changes to shell
       new  f1cbf78   chmod 0444 wmbiffrc.5 to remind me not to try to edit it.
       new  276614f   treat  all gicu messages as new (they're unread)
       new  cadf087   a little documentation
       new  111b4ff   try to make the distcheck target work correctly.  voodoo.
       new  d75f734   bugfix to sigchld_handler (argh)
       new  04dabbf   run make indent; also tolerate standard geometry string (dumping the dimensions provided)
       new  d66a8d0   be descriptive in TODO
       new  e68123f   dist the FAQ
       new  69fc43e   unnecessary now that autoconf is involved
       new  08e2e9e   remove vestigial pc->open()
       new  2405e35   a little wordsmithing
       new  d3eccc0   ctime has become useless; new prototypes to handle backtick
       new  7e52822   add tests for bbacktick expansion
       new  abe7e84   refactor command execution code to support backtick foo expansion
       new  fada037   refactor mailbox stat()'ting to reduce duplicated code and supprort backticks.
       new  e69fd1d   oops (indent)
       new  6e61a4e   document back-tick expansion, deprecate mbox style without mbox: prefix
       new  35bba51   finish deprecating
       new  93dd439   ignorance
       new  1d1cca4   correct syntax for making a test program
       new  6d2848d   update meta-information for prerelease 5
       new  3b35897   move msgs=-1 assignment on failure to the common openMailbox()
       new  b69901a   BSD fix (no strndup, no sighandler_t)
       new  fbbcaad   correct a problem uncovered by sourceforge's compile farm
       new  979a5c2   add ignorance of test binary
       new  80eb87e   mention MH patch / shell workaround
       new  2320791   add m4 macros for libgcrypt and libgnutls to the repository, so that FromCVS can be run to regenerate configure.in, even on systems without gnutls.
       new  5eb8580   hack attempt at supporting gnutls built locally
       new  2a8c5fa   add a note about gnutls version 0.3.5
       new  fa82610   GNUTLS warning
       new  a6e205e   apparently aclocal barfs when macros are defined both in the system directory and in a local copy.  semper fragile.
       new  8fd537e   move passwordMgr testing to test_wmbiff.c; catch a small bug in handling empty passwords
       new  7843e2b   Once you make lists, they grow out of control
       new  3fc335a   cleanup to use grabCommandOutput in passwordMgr instead of duplicating the popen/fgets/pclose code
       new  8de2363   tls 0.4; mouse wheel
       new  3352e4d   lclint cleanups - strdup_ordie, some null annotations
       new  4f8d4b5   bugfix when alternates between numeric and text
       new  928c7d9   lpq example creep
       new  9b25f1b   type casting hackery to help architectures I don't have
       new  3950338   consider grabbing headers for display in a tooltip-like window
       new  7386537   don't list TODO changes in ChangeLog, to avoid confusion
       new  bf70e67   Release 0.4.0
       new  5c19b55   release date of 0.4.0
       new  ac4776a   IPv6 support using getaddrinfo from Jun-ichiro itojun Hagino <itojun at iijlab.net>
       new  f5659f9   correct date
       new  c0058db   some basic font support, renaming some variables for clarity
       new  dcf5978   details
       new  12f5998   declare exists()
       new  72b7ec0   a start at certificate checking (a daunting task at the moment)
       new  e3eda9c   font support, disabled by default
       new  3361bab   indent run
       new  595f031   indent run
       new  a0e44b7   prototypes for basic font support
       new  054c00a   release preparation
       new  aada486   release 0.4.1
       new  db2bf43   oops, didn't really want to release with the crazy font stuff quite yet
       new  c67d9ef   0.4.2
       new  3cc7e79   need config.h to get IPv6 support
       new  bcfc76c   basic font support, color selection, cleanup to default configuration code, bugifx and cleanup to mouse region code
       new  ad6f4d6   cleanup for splint annotations
       new  7b9103f   documentation of -fg and -font options
       new  3009829   slightly changed debug messages; exists() is more a test -f than a test -e
       new  56db9d1   font support, ability to erase rectangles
       new  9811787   make the background black when using fonts
       new  14a8395   release 0.4.3 final updates

The 188 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git



More information about the Pkg-wmaker-commits mailing list