[gmime] Created tag 3.0.4



The unsigned tag '3.0.4' was created.

Tagger: Jeffrey Stedfast <fejj gnome org>
Date: 1511451756 -0500

    Tagged for 3.0.4

Changes since the last tag '3.0.3':

Albrecht Dreß (1):
      Enable warnings if building from git, and fix a number of them: * configure.ac: enable warnings * 
gmime/gmime-application-pkcs7-mime.c:   g_mime_application_pkcs7_mime_new(): assert() if a weird type has 
been requested * gmime/gmime-autocrypt.c:   g_mime_autocrypt_header_new_from_string(): fix pointer signedness 
mismatch   g_mime_autocrypt_header_list_get_header_at(): ensure proper return value * 
gmime/gmime-filter-dos2unix.c:   remove unused function g_mime_filter_dos2unix_finalize() * 
gmime/gmime-filter-enriched.c:   g_mime_filter_enriched_class_init(): remove unused variable   remove unused 
function html_tag_needs_param() * gmime/gmime-filter-gzip.c:   gzip_filter() and gunzip_filter(): rename 
local variable which shadows a function parameter * gmime/gmime-filter-smtp-data.c:   remove unused function 
g_mime_filter_smtp_data_finalize()   filter_copy(): remove unused variable * gmime/gmime-filter-unix2dos.c:   
remove unused function g_mime_filter_unix2dos_finalize() * 
 gmime/gm
 ime-gpgme-utils.c:   g_mime_gpgme_decrypt(), g_mime_gpgme_export(): remove unused variables * 
gmime/gmime-header.c:   g_mime_header_list_get_header(): remove unused variable * gmime/gmime-message.c:   
remove unused include causing a warning   g_mime_message_init(), message_header_removed(): remove unused 
variables * gmime/gmime-multipart-encrypted.c:   g_mime_multipart_encrypted_encrypt(): remove unused variable 
* gmime/gmime-multipart-signed.c:   g_mime_multipart_signed_verify(): remove unused variables * 
gmime/gmime-object.c:   remove unused include causing a warning * gmime/gmime-param.c:   
g_mime_param_list_encode(): rename local variable which shadows a variable from an outer block * 
gmime/gmime-parser.c:   header_parse(): remove unused variable   check_boundary(): rename local variable 
which shadows a variable from an outer block   parser_scan_mime_part_content(): initialise variable   
parser_scan_message_part(), parser_construct_multipart(), parser_construct_message()
 : remove
  unused variables * gmime/gmime-references.c:   remove unused include causing a warning * 
gmime/gmime-stream-buffer.c:   stream_read(): remove unused variables * gmime/gmime-utils.c:   decode_int(), 
get_tzone(), parse_rfc822_date(), parse_broken_date(), g_mime_utils_generate_message_id(), rfc2047_encode(): 
remove unused variables * gmime/internet-address.c:   decode_route(), localpart_parse(), dotatom_parse(), 
addrspec_parse(), address_parse(): remove unused variables

Daniel Kahn Gillmor (1):
      clean up warnings in tests and examples

Jeffrey Stedfast (27):
      Merge pull request #21 from albrechtd/master
      minor code cleanup / variable renames
      Fixed memory access violation on Windows 64-bit
      Simplified base64 decoding logic for handling '=' padding
      Don't need to use a filtered stream if mime_part is NULL
      Fixed header parsing logic when dealing with input in DOS format
      Fixed some compiler warnings in test-parser.c
      Removed unwanted debugging printf :)
      Merge pull request #24 from dkg/test-warning-cleanup
      Fixed a bunch of compiler warnings in the unit tests
      More compiler warning fixes for the unit tests
      Get rid of testsuite_vprintf to silence compiler warning (+ unused)
      Properly fall back to using default_options when warning about parser errors
      Delay warning about conflicting params until after values have been decoded
      Fixed the build
      Use g_utf8_validate instead of is_7bit_clean because of newer international mail standards
      Stylistic code fixes
      Don't waste cpu cycles validating header values if user doesn't care about warnings
      Re-added gmime.hierarchy
      Silence zentimer warnings by disabling it
      style fixes
      Improved header folding logic
      Improved header folding and added better unit tests for this
      Fixed the build
      Fixed g_mime_autocrypt_header_list_new() declaration
      Ported uuencode/uudecode examples to GLib's GOptionContext API
      bumped version to 3.0.4

albrechtd (4):
      Implement basic error reporting for the GMime parser (#26)
      restore detection of wrongly coded header field names (#30)
      Add helper for reading the GMimeFilterChecksum result as string (#34)
      fix compiler warnings when building without gpgme support (#35)

dkg (3):
      Autocrypt update to spec Level 1.0.0rc1  (#27)
      Autocrypt: move keydata to GBytes instead of GByteArray (#28)
      Autocrypt header injection, alternate form (#32)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]