Skip to content

Commit

Permalink
Bumped version to 3.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jstedfast committed Mar 8, 2022
1 parent 36265be commit 3732afa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### GMime 3.2.9

* g_mime_multipart_signed_verify() now allows type/subtype and type/x-subtype signature parts. (issue #115)

* Fixed header folding logic to avoid folding the first line of a header value. (issue #112 and issue #113)

* Fixed bugs discovered by static analysis. (issue #110)

* Fixed GMimeStreamPipe to set errno to ESPIPE for seek/tell/length methods.

* Fixed GMimeCertificates to prefer gpgme_user_id_t's address field over the email field. (issue #102)

### GMime 3.2.8

* Various fixes to Vala (and other?) language bindings. (issue #96 and issue #101)
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ AC_PREREQ([2.71])
#
m4_define([gmime_major_version], [3])
m4_define([gmime_minor_version], [2])
m4_define([gmime_micro_version], [8])
m4_define([gmime_interface_age], [0])
m4_define([gmime_micro_version], [9])
m4_define([gmime_interface_age], [1])
m4_define([gmime_binary_age],
[m4_eval(100 * gmime_minor_version + gmime_micro_version)])
m4_define([gmime_version],
Expand Down

3 comments on commit 3732afa

@kloczek
Copy link

@kloczek kloczek commented on 3732afa Mar 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be good to upload dist tar ball to https://download.gnome.org/sources/gmime/3.2/

@jstedfast
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yea, but I no longer have access.

@kloczek
Copy link

@kloczek kloczek commented on 3732afa Mar 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably yopu can retake that acces if you will contact Gnome admins 😄
Or you can establish new location ..

Please sign in to comment.