Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
LibVNCServer is ripped out of Xvnc to provide an easy API to write
one's own vnc server.
|
|
Linux 8086 development environment.
This is based on Bruce Evans's C compiler with additonal code, including
a reasonable C library for ELKS DOS or standalone, written by myself and
others.
This is a replacement for devel/bcc.
|
|
|
|
Revision history for Perl extension XML::Atom::Stream
0.10 Mon Oct 2 13:36:16 JST 2006
- Fixded memory leaks problem (Thanks to Jay A Patel)
|
|
|
|
--directio or -o (if enabled uses O_DIRECT in open(2)).
Useful to test performance of Direct I/O implementation on NetBSD.
Bump PKGREVISION.
|
|
|
|
Version 2.0.4
Fixed compilation on KDE < 3.5
Fixed a database access bug
Raphael Pinson updated the french translation
Fixed text alignment in label editor
Version 2.0.3
Fixed adding articles from the SQL table
Fixed barcode support when only barcode writer in pure postscript is
available
Added an action map
Added the possibility to keep the batch printing window open after printing
Version 2.0.2
Fixed translations in the barcode combo
Fixed [field0] - [field9]
Fixed case sensitive barcode encoding in SQL database
Version 2.0.1
Fixed compilation on slackware amd64
Fixed spec file RHFC4
Added turkish translation by Furkan Duman
Barcode properties are used immediately in the barcode dialog
Added TBarcode2 support
Fixed database settings
Barcodes values are validated before generating a new barcode for
barcode writer in pure postscript. Requires PCRE.
Fixed database barcode modes
Version 2.0.0
Increased version number
Version 2.0.0rc2
Fixed saving barcodes to images (correct fileformat is now detected)
Fixed the --print commandline option with --batch
Updated german translation
Patch by Simon Munton fixes a crash
Fixed printing bug: Printing started on the second label
Updated Barcode Writer in Pure Postscript version
Fixed importing articles
Removed the build time dependency on GNU Barcode
Version 2.0.0rc1
Added missing #include <stdlib.h> to fix compilation
Fixed desktop files
Updated admin/ directory to KDE 3.5
Comitted a patch by Jan Zuchhold to support Codabar without checksum
Added default value for [serial] field
Improved commandline options, --prints now immediately and exits
KBarcode after printing.
Fixed 3 small memory leaks (one in the SQL code and one during XML parsing)
Selection is not removed after changing properties of a text element
Formattings in the text editor are kept for new paragraphs now
[Lots more changes since version 1.8.1]
|
|
|
|
+ When sending mail, Bugzilla could throw the error "Insecure dependency in
exec while running with -T switch" (bug 340538).
+ Using the public webdot server (for dependency graphs) should work
again (bug 351243).
+ The "I'm added to or removed from this capacity" email preference
wasn't working for new bugs (bug 349852).
+ The original release of 2.22 incorrectly said it required Template-Toolkit
version 2.08. In actual fact, Bugzilla requires version 2.10 (bug 351478).
+ votes.cgi would crash if your bug was the one confirming a bug (bug 351300).
+ checksetup.pl now correctly reports if your Template::Plugin::GD module
is missing. If missing, it could lead to charts and graphs not working
(bug 345389).
+ The "Keyword" field on buglist.cgi was not sorted alphabetically, so
it wasn't very useful for sorting (bug 342828).
+ Sendmail will no longer complain about there being a newline in the
email address, when Bugzilla sends mail (bug 331365).
+ contrib/bzdbcopy.pl would try to insert an invalid value into the
database, unnecessarily (bug 335572).
+ Deleting a bug now correctly deletes its attachments from the database
(bug 339667).
|
|
|
|
Based on patch provided by ptiJo via PR 34487.
ChangeLog:
-----------
Version 0.7.5
* Major bug fixes:
- Problem with the background changer system. This it changes the
background color and you still have a green background although you
don't have anyone Background instructions in the .ideskrc file.
The solution let you can use the Background.Delay option with 0 value
to disable the background system (without delete nothing more from
.ideskrc file). But if you don't have anyone Background instructions,
the default value will be 0 anyway. The bug is fixed.
- Problem with startup notification support (option --enable-libsn).
The idesk-0.7.4 chrashes after starting xmms. This bug was reported
by Gentoo users. If you don't have the support for statup
notification the program works well.
The bug is fixed.
* Minor bug fixed:
- When you click with mouse either for reload Idesk or run a program,
and you don't move the mouse of position then all icons stay with a
glow effect how they had obtained the focus (all in the same time),
they back to the normal state if you pass the mouse through the each
icon. This bug is solved.
- Fixed a problem with the Idesk source (configure.in file) for avoid
the xlibs-dev dependencies.
Version 0.7.4
* Features:
- New options for Background's group. The options are:
+ Background.File: Now the option Background.File for background
image (wallpaper) works fine. (Default: None).
+ Background.Delay: Set the image change time in minutes format.
(Default: 5 min). Min 1 min, Max 1440 min. (with 0 value is disable)
+ Background.Source: Let you can define the folder where there are
some images. If in the folder there aren't images or the folder
didn't exist, then idesk looking for Background.File option.
(Default: None).
+ Background.Mode: Is the display mode for the images, the possible
values are: Stretch, Scale, Center, Fit o Mirror).
(Default: Stretch).
+ Background.Color: Let you set the Background color if you didn't
put a Background.File value or Background.Source path hadn't images.
If you didn't put a Background.File and Background.Color value then
the Background is transparent and it get the background from the
original Desktop background. (Default: # A2CD70).
- Support for Esetroot pixmap (referer to bsetroot or bsetbg programs).
Inside Fluxbox is very cool). It works with the new Background's
wallpaper support.
- New option value 'auto' for ToolTip.CaptionPlacement let the tooltip
will be showed on left down side of icon.
(Thanks to kaneda <kaneda@bohater.net>)
* Major changes:
- Idesk now only can run one instance in the same DISPLAY, this let
avoid run two or more idesk's instances in the same DISPLAY, producing
the program works bad. But if the DISPLAY is different then idesk
program should run fine and run another instance.
- Some old options changed its reache. The options Background.Delay,
Background.File, Background.Mode, Background.Source, Background.Color,
ToolTip.FontSize, ToolTip.FontName, ToolTip.ForeColor,
ToolTip.BackColor ToolTip.CaptionOnHover, ToolTip.CaptionPlacement
and Transparency only are valid inside .ideskrc file and not inside
the *.lnk icons files. The another options are valid in both types of
files.
* Minor bug fixed:
- Fixed a error in tooltip option that produced a blink efect when the
tooltip is showed. The problem was in *.lnk files when the
Width/Height attributes were omitted.
- Fixed bug when the options Background.File and Background.Source
doesnt' exist or there aren't valid PATH's for them.
- Fixed many other minor bugs.
Version 0.7.3
* Minor bug fixed:
- Error in Makefile.am produce a problem with the install path.
- Bug fixed. Problem with image produced that a section of the
icon was removed and the icon gets filled with black lines.
|
|
New features include:
* Complete PostgreSQL Support
* Parameters In Sections
* One Codebase, Multiple Databases
* UTF-8 for New Installations
* Admins Can Impersonate Users
* Bug Import and Moving Improvements
* Adding Individual Bugs to Saved Searches
* Attach URLs
* Optional "Strict Isolation" for Groups
* "editcomponents" Change
* "shutdownhtml" Change
* Miscellaneous Improvements
For further details see:
http://www.bugzilla.org/releases/2.22/new-features.html
http://www.bugzilla.org/releases/2.22/release-notes.html
|
|
|
|
Changes since version 3.0rc4:
- Pointer to DRAC documentation
- FreeBSD build fixes
- Remove the /tmp/access-list.debug for security sake
- Correctly enable non blocking I/O fox MX sync
|
|
|
|
|
|
runnable but fix the "test ==" anyway.
|
|
|
|
Based on patch provided by Martin Wilke via PR 34438.
- Changelog
- Fixed backwards diff in test cases
- Updated Mail::Mbox::MessageParser dependency to latest version, and updated
test cases as well. (Thanks to Christoph Thiel <ct@kki.org> for the heads
up.)
Version 5.3031: Mon Jun 6 2005
- Fixed a bug that would cause the date_manip test to fail in some time zones.
(Thanks to Kurt Roeckx <kurt@roeckx.be> for the Debian bug report, and Joey
Hess <joeyh@debian.org> for notifying me.)
- Added a missing "use" statement in Test::Utils.
- Improved date matching for mailboxes containing invalid dates. (Thanks to
Steve Revilak <srevilak@users.sourceforge.net> for the patch.)
Version 5.3030: Tue Dec 21 2004
- Improved test failure reporting
- Fixed version numbers, which were incompatible with some modules. (Thanks to
Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de> for the bug
report)
- Cleaned up code a bit
Version 5.30.2:
- Switched to Test::More for better test reporting
Version 5.30.1: Thu Sep 16 2004
- Fixed Date::Manip parsing of single-point times such as "today". (Bug found
by Marten van Wezel <puntloos@users.sourceforge.net>)
- Changed Makefile.PL to use Module::Install
- Changed version numbering
- Dropped Benchmark::Timer from the distribution, since the updated version
has been released
|
|
|
|
|
|
Based on patch provided by Martin Wilke via PR 34390.
Changelog:
- Fixed a bug where emails with a line near the end that start with "From "
would cause the Grep implementation to go into an infinite loop. (Thanks to
Volker Kuhlmann <VolkerKuhlmann@gmx.de> for the bug report.)
- Fixed some minor coding style issues.
Version 1.4004: Tue Jul 11 2006
- Fixed a bug where, when emails are incomplete, the Perl parser would cache
incorrect information, causing the Cache implementation to go into an
infinite loop when it tried to use the invalid information.
- Improved the behavior for multi-part emails that lack a valid ending
boundaries. Instead of treating the rest of the mailbox as part of the
email, the Perl and Grep parsers now find the end of the email using (1) a
Content-Length header if it is present, or (2) the next valid "^From " line
after the email's header. (Many thanks to Volker Kuhlmann
<VolkerKuhlmann@gmx.de>, Eduard Bloch <edi@gmx.de>, and Joey Hess
<joeyh@debian.org> for their efforts to track down the cause of the bug.
Special thanks to Volker for suggesting the right behavior. :)
- Simplified the code some
Version 1.4003: Sun May 21 2006
- Fixed a bug where multi-part emails having boundaries containing characters
like " " and "+" would cause the remainder of the mailbox to be treated as
part of the email with the boundary. (Thanks to Volker Kuhlmann
<VolkerKuhlmann@gmx.de> for first reporting the bug, and thanks to Joey Hess
<joeyh@debian.org> for the bugfix.)
- Fixed a previously unrevealed fault in the mailbox for the separators test.
(The last message's separator wasn't used correctly.)
Version 1.4002: Thu Feb 9 2006
- Dropped tzip support. The program seems poorly supported and buggy. (I can't
get it to run right on Mac, for example.)
- An invalid cache is detected and overwritten. This can occur if one changes
architectures, or if the cache is otherwise corrupted. (Thanks to Volker
Kuhlmann <VolkerKuhlmann@gmx.de> for the feature suggestion.)
- Fixed a major memory consumption bug in the Perl implementation, where the
read buffer would grow exponentially. This caused the module to use memory
proportional to the size of the mailbox, rather than the size of the largest
email. (Thanks to David Cantrell <david@cantrell.org.uk> for the bug
report.)
Version 1.4001: Tue Aug 2 2005
- Fixed a bug where emails involving time zones of length more than 3
characters (e.g. "WETDST") would not be processed correctly. (Thanks to
Hans F. Nordhaug <Hans.F.Nordhaug@hiMolde.no> for the bug report.)
- Fixed some undefined value warnings for some test cases.
- Fixed a bug where mailboxes having emails with rfc822 attachments would not
be parsed correctly
Version 1.4000: Thu Jul 7 2005
- Fixed a long-standing bug in the parsing of mail messages containing mail
attachments. (Thanks to Brian May <bam@debian.org> for the bug report.)
- Dropped X-From-Line support for two reasons: (1) it seems to have
disappeared from newer versions of Gnus, and (2) this module is for mbox
format. (Thanks to Brian May <bam@debian.org> for prompting this.)
- Changed the mail parsing so that a blank line *must* separate mail messages,
as per mail(5) (http://www.qmail.org/man/man5/mbox.html). Lack of a blank
line will cause the second email to be considered to be part of the
preceding email.
Version 1.3001: Mon Jun 6 2005
- Changed the testing code to use a more aggressive technique for clearing any
existing cache, even if it is not readable.
- Fixed a problem with the grep implementation where locale settings (LC_ALL,
LC_COLLATE, LANG, LC_CTYPE, LC_MESSAGES) would cause it to fail. (Thanks to
Joey Hess <joey@kitenet.net> for the bug report.)
Version 1.3000: Mon Mar 14 2005
- Merged the internal caches used by the different mailbox parser
implementations. This allows sharing of caching information. NOTE: Tighter
integration of the classes means that you can no longer instantiate any of
the implementations directly; you must use Mail::Mbox::MessageParser only.
- Fixed goofy version dependency for Benchmark::Timer.
- Fixed improper identification of mailboxes whose first email has a body
containing a large number of foreign characters. (Thanks to Nigel Horne
<njh@bandsman.co.uk> for the bug report and sample data.)
- Fixed a spurious warning in a test case. (Thanks to Nigel Horne
<njh@bandsman.co.uk> for the bug report.)
- Fixed a test code bug that would cause some failed tests to incorrectly
pass.
- Fixed a bug where emails with attachments would cause the mailbox parser to
enter an infinite loop. (Thanks once again to Joey Hess <joey@kitenet.net>
for the excellent bug report.)
- Fixed a bug where the cache would not be saved to disk when the file was
finished being read.
- Fixed a bug in the test cases where some differences in test output would
not be detected.
- Fixed a bug in Mbox::Mail::MessageParser::Grep that would cause it to
improperly identify separate emails in a mailbox if the "From " line looked
like "From klopp Mon Jan 5 08:50:15 +0100 2004". (Thanks to Frederic Klopp
<klopp@math.univ-paris13.fr>" for the bug report and sample mailbox.)
Version 1.2130: Tue Dec 21 2004
- Fixed version numbers, which were incompatible with some modules. (Thanks to
Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de> for the bug
report)
Version 1.21.2:
- Fixed a dependency version error for Benchmark::Timer
- Switched to Test::More for better error reporting
- Improved test failure reporting
- Fixed a bug where messages embedded in other messages as RFC 822 attachments
would be treated as separate emails. (Thanks to Will Fiveash
<william.fiveash@sun.com> for the bug report.)
- Moved all configuration data to M::M::MP::Config
Version 1.21.1: Thu Sep 16 2004
- Fixed broken dependency specification in Makefile.PL
- Removed Module::Install extension dependency code from Makefile.PL. (Not
needed with fixed extensions.)
|
|
some extra ones as well.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 2.3.0beta2 (development)
* Messages marked as read or junk mails are now excluded from the numbers
of new messages.
* Win32: GTK+ was updated to 2.10.4, and GLib was updated to 2.12.4.
* Win32: The crash that occurred when Desktop folder was selected on the
file selection dialog was fixed.
* Win32: The bug that window position was reset when quitting Sylpheed
while window was hidden was fixed.
* Win32: The WSAEWOULDBLOCK state is now properly handled in socket I/O.
* 2.3.0beta1 (development)
* GtkStatusIcon is used for the tray icon if available.
* When GtkStatusIcon is used, the tray icon blinks for 5 seconds when new
mails arrive.
* The option 'Minimize to tray icon' was added.
* The left click on the tray icon now only brings the main window in front.
* Win32: The tray icon was implemented.
* Win32: The SSL connection problem was fixed.
* Win32: The included libraries (GLib, GTK+, Pango) were updated to the
latest version. This introduces the following improvements:
- The performance of network communication at receiving and sending
was improved.
- The appearance of the UI became more native-like.
- The scrolling speed of the summary view with cursor keys was improved.
- The broken display of the text view when it was partially hidden was
fixed.
- The position of color labels menu in the search dialog is correct now.
- The problem that GTK+ strings became untranslated after the popup of
context menu on GtkTextView was fixed.
- The crash that occurred on startup if a font with non-ascii name was
specified for system font was fixed.
|
|
|
|
[Seems I didn't actually commit this back on the 6th]
Major feature enhancements and bugs fixed.
New Features:
Database added to manage images using KexiDB [not enabled in pkgsrc yet]
Video support added,
SVG support added,
RAR archive file support added.
|
|
package and add support for "ncursesw".
Patch supplied by Ben Collver pkg/34777.
|
|
are various bug fixes and code cleanups.
|
|
|
|
|
|
a problem with vulnerabilities".
Please see the following URLs for changes:
http://dev.mysql.com/doc/refman/5.0/en/news-5-0-26.html
http://dev.mysql.com/doc/refman/5.0/en/news-5-0-25.html
Two patches were sent upstream, I hope to get them in the next version.
|
|
page, which was mentioned in PR 34813.
|
|
|
|
Updated mail/pear-Mail to 1.1.14
|
|
Addresses PR #34643
- Fix missing seperation between headers and body in the SMTP driver
- Fix _sanitizeHeaders() so that it doesn't eat multiline headers.
- The sendmail backend now correctly writes a blank line between the headers and body text.
- Fix typo in _sanitizeHeaders() that blanked out all headers.
- Mail::prepareHeaders() no longer appends a trailing newline. (Bug 7492)
- Mail::parseRecipients() now returns a PEAR_Error object on error. (Bug 7491)
- Mail_RFC822::isValidInetAddress() now permits domain parts longer than four characters. The two character minimum remains in effect. (Bug 7562)
- Fixed the tests for the existence of the PHP_EOL constant. (Bug 7682)
- Changed the default 'sendmail_args' value to include the '-i' argument. (Bug 7785)
- We now guard against email injection exploits. (Bug 6229)
- The SMTP driver now includes an error code in its PEAR_Error objects.
- SMTP connections are now reset (RSET) when an error occurs. (Bug 5212)
- The SMTP driver now exposes a disconnect() method which forcibly destroys the SMTP connection. (Bug 5372)
- Removing a stray debugging line that snuck into the 1.1.7 release. (Bug 5190)
- Mail_RFC822::isValidInetAddress() now accepts the '+' character in strict local-parts. (Bug 4943)
- The SMTP backend now returns standardized error messages which now include additional error details from the Net_SMTP package. (Bug 4241)
- Mail::factory() now returns object references without generating PHP warnings.
- The SMTP backend now supports a 'persist' parameter which allows the internal SMTP connection object to be reused over multiple calls to the send() method. (Bug 4122)
- Don't emit warnings with PHP 4.4/5.1.
- Unfold long lines before parsing addresses in Mail_RFC822.
- The SMTP driver now supports a 'timeout' value. (Request 3776)
- An array of Received: headers can now be provided. (Bug 4636)
|
|
Bump to 1.1
|
|
|
|
|
|
Changes since version 2.8.2.4:
- Fixed for security vulnerability reported in PMASA-2006-5
- New export options
- A lot of bug fixes
|
|
|
|
Patch provided by Shaun Amott via PR 34436, take maintainership.
And define USE_LIBTOOL, regen patch with mkpatches.
|