[Pkg-wmaker-commits] [wmbiff] tag wmbiff_0_4_24 created (now 4ff4e55)
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:05:55 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a change to tag wmbiff_0_4_24
in repository wmbiff.
at 4ff4e55 (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
new 5192886 remaining stuff for fonts
new 847e273 keep automake1.6 happy
new 26d6399 likely bugfix for newer autoconf?
new 0615ba5 verify that config.h is included in each .c file
new a6eef50 highlight color
new 4acb220 splint support
new b07bc7f clarity and splint
new 64057a7 config.h
new 0cf93f1 splint
new d90f88d y_ and x_origin, and num_mailboxes constants, highlight color for fn, restructured mailbox creation routines
new a36219f cleanup to periodic mail checking, removal of the first mail check - now all cases are the same
new 7f1bb45 basic gnutls 0.4.3 support (that is, it compiles.)
new 646dae8 basic gnutls 0.4.3 support (that is, it compiles.)
new e1e289f basic gnutls 0.4.3 support (that is, it compiles.)
new 7718333 indent run
new a6601f4 restore certificate checking
new cca3e07 roughly finished 0.4.4
new 42b3371 only compile gnutls-common.[ch] if gnutls is configured in (duh), and only check for gcrypt.h if libgcrypt is installed and current
new 8b68f5d corrections to conditional compilation of gnutls-common for automake 1.5 (and thereby the true automake way)
new 4827301 never underestimate the complexity of solutions involving automake
new c340faa trivial upstream bugfix
new 0e3e13a tiny automake 1.6 fix (doesn't appear to use stamp-h. who knew.)
new 457d557 migrate to newer autoconf (2.5) to try to debug making-from-scratch problem and get rid of acconfig.h cruft
new e0513ad die configure.in! die acconfig.h!
new 9b8eb52 Added autom4te.cache.
new 1f4b5fc doubled the timeout to 40 seconds.
new 0e5cad4 add a top-level 'indent' rule
new bb42da6 hey, we finished the gnutls 0.4 update!
new 8dfa126 reminder in where valgrind complains
new 09bd7e9 valgrind debugging, and support for -exit. some bugs were probably fixed, but since nobody has noticed yet, I don't know if they mattered
new 7e578f3 last minute changes for 0.4.5
new fd3c161 ignore sigpipe, possible bugfix for abnormal termination during suspend for imap/gnutls
new 3a2b91c release version 0.4.6
new 7d6f438 trivial formatting fixes
new db1f25d seek out and use athe underrated automake 1.6.
new 7f10870 handle new gnutls/gnutls.h convention, release 0.4.7
new bc46cb4 * maildirClient: Added support for quick checking of writable network-mounted maildirs where directory caching normally causes unwanted delays.
new de5e6b9 bugfix to allow imap mailbox filenames to contain spaces, test that it works; also, prepare 0.4.8
new 52bd4c0 compiler warning fixes
new 922943a allow test to run when nnot linked with gnutls
new f023be0 support redhat autoconf sadness
new 441e03f why doesn't wmbiff update my mailbox count when I read a message
new b6925a9 use autoreconf instead of the ad-hockery
new 9ad65b6 a formatting glitch
new 34d51e7 Check certificate hostname, using gnutls's new function
new 8ea79c8 add the 'this file automatically generated' tag
new d816b17 use mkstemp instead of mktemp to appease the compiler
new 088eddf do not specify Debian GNU/Linux... I'm actually more interested in the Hurd right now :)
new 26f0482 Add automake-1.7 support.
new 5aa4bbd Stop doing the ChangeLog header hack. Instead, remove ChangeLog entirely from CVS and get it generated correctly on dist. Remove unneeded maint scripts.
new c56e1bb Rename FromCVS.sh to autogen.sh, which is the "common" name for such script.
new abfe7d4 Typo.
new 1fe2683 Allow automatic sizing of the wmbiff window, effective for other window managers.
new 37e9a90 a method for not using the withdrawn state
new 3411505 red hat hackery
new 485e255 should really be able to catch these problems earler - without gnutls, the build would fail
new ac2c9b0 more robust ETIMEDOUT handling -- just chill out for a few minues rather than blacklist as a compromise between the responsiveness of not retrying unresponsive servers and the robustness of prodding on. the right thing is probably a non-blocking connect, but that's messy
new c1249f4 require gnutls 0.5.9, release 0.4.9
new 80bee4d minor change to timeout behavior, just delay a while before next check
new 53a4941 Peter McAlpine's globalnotify patch
new 5ce40c0 globalnotify feature
new f6c3e72 0.4.10, -skip-certificate-check option
new 9822d0a configuration file parsing cleanup, support longer configuration options, remove some ad-hockery in favor of sscanf
new e15c2ba support arbitrarily long password query commands
new 9dd4da1 describe the change in support of askpass
new a871e18 use automake/autoconf defined PACKAGE_VERSION and PACKAGE_BUGREPORT
new 50dde21 surgical indent rule
new 4256c2c cleanup unused variables
new 93cb96a another askpass recipe
new de047a3 exec command can take a const char *
new 08b1cf1 reorder functions to avoid pre-declaration. should simplify reading the (now very long) code
new 4c41b06 change signature of *Trim to reflect that they can't fail (void instead of int); the return values are ignored in wmbiff
new c5ea7a1 make AddMouseRegion take an unsigned int for the region index (which is an _index_ which means negative values need not apply)
new 90c6060 autodetect whether to use poll()
new a11d240 bad_certificate called as if void, so change the signature
new 27c9479 general cleanup - use strdup_ordie, malloc_ordie. reduce using ints and chars interchangeably. static annotations on module-local variables
new f117f8b new scripts directory to hold debian security checker and install it.
new a0cc560 add scripts subdirectory to build system
new 047fc01 didn't mean to commit with a 6 minute refresh interval
new 6ade778 add the script to the release announcement
new c85ac2a shell recipe for security.debian.rb
new 012df97 I meant to say 6 hours
new 9ac9fb8 fix geometry argument handling bug (Debian #175220)
new 315e0a2 0.4.12, release to fix bad -geometry handling
new 3a35799 portability fixes: HAVE___ATTRIBUTE__ (maybe), libnsl (solaris), -no-cpp-precomp (os x)
new 93551d5 posix based regular expression handling with a not so lame interface
new 111f348 general portability fixes, including HAVE___ATTRIBUTE__
new 876cbf6 0.4.13
new 9feb0e0 remove possibly unneeded check for gdbm
new a847873 add libgcrypt libraries if used to test_wmbiff
new 234cecf warn if autoconf/libgnutls.m4 does not exist
new 85c58fa fix some minor damage when select is interrupted (EINTR)
new 5d738d0 cleanup with set_default_priority todo item
new aad8094 make sure ChangeLog exists locally.
new 48eba5a use the non gnu-make form of the indent-a-c-file rule
new 357d629 compiler warning appeasement (shadowing index)
new a1b1a40 remove dangling symlinks config.guess, config.sub
new ab880ec newline after error message
new a5edf3e remove gnuregex.h incl
new 54fb80f bugfix to avoid problems with the new regex scheme and the default mailbox (aliasing sucks.)
new bb298b7 remove check for gnuregex
new 524098c much prefer if wmgeneral proclaimed that it would not modify argv; I think it's even true
new e3157ea I think symlink is okay for autoreconf
new f1de438 restart on sig usr1 using exec()
new 4edb33b ignorance
new adcc2b3 restart wmbiff also on ctrl-shift-left click
new 2b7b973 document restart schemes
new a1cffe7 0.4.14
new 3b22667 indent run
new 60de1ed hostname paranoia patch -- use -relax to skip hostname validation check, parse ambiguous config lines
new 0b41c6b in-memory frobnication of imap passwords
new d2fa39b make returned password length consistent with stored password length
new f8484b2 fix debian bug #183529
new 45df50e provide a helpful message as to where gnutls and libgcrypt can be found in configure.ac
new c7e4bdb gnupg reorganized their website
new 96d78ec doc password parsing damage
new b40ca0e check that passwords with # can be parsed
new 2b0a270 support setting the background color using -bg
new e5cd967 just so as not to confuse anyone that wmbiff allows #'s in passwords
new dc9351b remove (unreleased) foolhardy null-termination
new c577bc2 note the hash caveat
new c530c62 0.4.15
new b914f5d oh, now I get why that foolish null-termination was present. it's better now
new 81a6f01 handle certfile errors properly; positive return values from gnutls_certificate_set_x509_trust_file appear okay.
new 90679b1 doc certfile
new 5201112 fix some info messages - drop complaints about version 0.2.3 of gnutls, mention certfile.
new 868cad3 note the tls frob
new 273d5b6 invalid is returned when it doesn't match?
new d13f7ae descibe config file damage to help guide config file rewrite
new c36f147 fall back to automake-1.5 if necessary
new 1b13116 list new messages, currently only with an imap driver
new 42e87b3 message list, button 2 support
new 1917781 rename state to tls_state for clarity, small cleanup, fixes for buffering several lines in an expectation
new 856ed67 messagelist
new 98cdc6a get headers / message list support
new 2d6a005 indent run
new 8527991 export GetColor
new 1fa2455 downgrade configure.ac use of AM_INIT_AUTOMAKE to support automake-1.5
new 9ba0a84 try to print a helpful hint message to use gnutls-cli-debug
new 3065e08 test usingthe debian script, allows trying shell get headers
new 53fc282 space for detail in grab command output, use the detail to populate a message list in a getheaders function (eg. can see the list of thought to be updated packages if using hte security.debian script
new 631ea6b print the detailed version
new 4928334 trap socket errors
new 1a5bfcc enable dependency tracking
new 08ab1b9 show a watch pointer while working behind the scenes
new 06b0653 document msglst and buttontwo
new cba2577 general rewrite of the msglst headers, so that the list is pre-cached for responsiveness.
new 5a850e2 warning message beautification
new 1bee6ae osascript samples for driving mac mail using applescript
new db84ba9 looks like I'd broken the button click events recently
new 8f57f5f make #'s comments only if preceded by whitespace or at the beginning of the line
new be26276 try doing geometry the way X intends it to be done, at least as far as I can tell.
new de52c6e last fix to geometry handling had a compiler warning
new 4a7cf1b avoid repetitive error messages when hostname lookup fails (such as when disconnected)
new 694b2b3 try to avoid repetitive complaints of failed connections
new 8a4f738 4.16 looks more overgrown than ever
new e508901 switch the new header cache to use reference counting (better, but possibly buggy) instead of locking (dumb, and certainly buggy)
new dc82439 handle comments the way I meant to...
new 45a0624 fix memfrob * bug (memfrob makes *'s zero, so password length must be tracked separately
new ba2168c call it 0.4.16
new 2693292 warnings cleanup
new 1c10a34 ensure that the current directory is not setgid when making a distribution; this borks some untars
new c09c9d8 oh yeah, I did some stuff
new cd53b4c sneak some old news into news.
new 0afbac4 ignorance
new 7f7a878 use the apple keychain to grab passwords! I can very nearly forget about typing them in anymore
new 11c644d oops, I left a use-after-free bug in the askpass code
new 663d15b fix a five-minute old regression test failure where null was returned instead of an empty string for an empty password. not sure it matters, but maybe.
new 2c0286d fix some potential bugs - an access of freed memory and an uninitialized reference counter
new 227871d bugfix to avoid handing odd newlines badly
new 704c3d5 check the newline bugfix
new 0e4d833 build the test cases well
new fd90e05 oops, looks like I resolved a conflict poorly
new 7ae2a3b describe 0.4.17
new 9d50bf5 0.4.17
new 07f73f5 fix ruby1.8's complaint.
new 129cad2 0.4.18
new ee68348 fix some ruby1.8 warnings, minor cleanup
new e96492c include file reordering, based on wisdom from porting some other networky code
new 60ea098 Paolo Gianrossi's patch to provide msglst support for pop3 mailboxes
new 77d461a sigh, I dislike running make indent
new 250ca7d test for proper handling of buffering small bits of expected data
new 16c314b fix bug reported by Jingshao Chen <jingshaochen at sbcglobal.net> with buffering trouble, and incorporate a regression test to keep it from accidentally popping up again
new 54ffb0a indent
new cf552b4 indent and add another check
new 4b6cb6f handle capitalized FROM and SUBJECT headers common typical of spam spam spam
new c4c9300 handle capitalized FROM and SUBJECT headers common typical of spam spam spam
new b30da97 describe
new 5e5ebcb panther (mac 10.3) does not appear to null-terminate passwords in the keychain for us
new 105d525 I'm serious about releasing this time
new 70e61cc handle messages without subject lines in msglst
new 6fac762 bump up default_sleep_interval to clean up strace output while bored.
new bfe383e strcpy is not defined to handle overlapping regions. valgrind complains, rightly, so reimplement lefttrim to avoid such behavior
new eb9cafd avoid compiler warning from inconsistent def of size_t as passed into printf
new 04d95a4 because having both from and subject headers is no longer a way to tell when the end has happened, must clean up the completed command tag explicitly
new a1dd948 philosophical definition of truth
new 96038b3 helper rule for sourceforge upload (I know, I know, maintenance cruft making it into the release, whatever)
new 97ec190 fix bug #219787
new b61e504 0.4.19
new 7d732b4 mac os 10.3 mail responds to a different way of identifying the inbox
new 5377710 print failure message if imap login fails
new 6fade34 add --disable-crypto
new 2d76331 Sam Izzo's patch
new 3031217 really call it 0.4.20
new 93faee7 bugfix for cyrus imap servers, thanks to Jon Ramsey
new d56e2b5 mention courier imapd's means of specifying subfolders
new 2ff7fc2 lots of indent changes and a change to let msglst enable header caching for imap
new fd25671 0.4.22
new bfc25b5 fix debian #242458 -- allow IP addresses as server names for IMAP mailboxes, and also for POP3 mailboxes
new c5d384d factor out comment stripping for testing, which seems to have passed
new 73b6597 oops, broke the cacheHeaders flag
new 70762d8 ensure that sock_connect works with IP addresses
new f7c84ea 0.4.23
new 0d4d11e handle ip addresses instead of hostnames in sock_connect
new b25c142 indent run
new 01bd248 paranoid test to see if /var/mail/nspring is constructed wrong.
new d0f5df4 0.4.24, supporting newer gnutls, I think
new a197980 warning cleanup
new 6abde24 oops, should pay attention to the retval of tls_compare_certificates
new 4ff4e55 add release date
The 408 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