Patch provided by MAINTAINER by PR 37572.
Changelog:
0.4.9 -> 0.4.8
- A small bug in the about dialog was fixed.
- Work on the OS X port has resumed after a long time.
Patch provided by maintainer(updated the e-mail address) by PR 35209.
* The FreeBSD categories were updated to include sun4v
* Code was reorganized to make it easier to create new GUI code.
* Work began on the MacOS X native GUI
0.4.6 -> 0.4.7
* Enforced non-empty Synopsis line.
* do_sanity_checks() test before Send.
* Default to ports as category.
* Remove Help button and use a Prefs one.
* Prepare code for future libification of the send_pr process.
0.4.5 -> 0.4.6
* The user can use the -a command line option to include files
up to 32 times and the program will include them in the Fix
section.
* Problem Report definitions are handled with an opaque PR_DEFS
structure and accessed via a helper function.
* Some of the code was moved into a new file (pr_defs.c).
* Some whitespace cleanup was done.
0.4.4 -> 0.4.5
- It's now possible to use STARTTLS to encrypt SMTP traffic.
- Some memory leaks were fixed (a bunch of missing g_free()).
- Parts of the code were edited to conform to the FreeBSD coding style
guide.
- A new application icon is included.
- The man page was updated.
* All SMTP errors are properly handled and reported now.
* The -L option was added for compatibility with send-pr.
* A bug in the NetBSD categories was fixed
* The program uses some GTK+ 2.6+ widgets if that version of the library is
installed
* A bug in the argument parsing code was fixed.
* The new -m option enables `Maintainer Mode' (see man page for detials).
* Prevent the `Load error' dialog from showing up before the main window
is visible.
* The FreeBSD categories were updated
* The man page was updated
Patch from maintainer, Miguel Mendez, in PR pkg/29013.
- When creating the default user profile, the smtp port is now set to 25.
- Drag and drop support has been fixed and now works with XFCE's xffm.
- A bug was fixed that prevented text windows from autoscrolling when the cursor
reached the bottom.
- More code cleanup
"Miguel Mendez" <flynn@energyhq.es.eu.org>.
Changelog:
- All GTK_SIGNAL_FUNC instances were replaced by G_CALLBACK.
- The file dialog now uses the GtkFileChooser widget.
- All selections have been changed from GtkCombo to GtkComboBoxEntry.
- The user can now specify the SMTP port (defaults to 25).
- The remaining code was cleaned up (file.c and user_prefs.c).
Also added an extra patch to fix a small bug in the scrolled window code.
Changes:
It is now possible to drag and drop text files in the Fix section,
and they'll be automagically loaded. A new icon for the application
was created. Some parts of the UI code were cleaned up.
This is a GTK2 based tool, similar to send-pr(1), but with some nice
features:
o User friendly UI
o Uses libesmtp to deliver mail to any SMTP server
o Really free code (BSD licensed)