Bug 91409 - [UPDATE]: lang/ferite: Update to version 1.0.2
Summary: [UPDATE]: lang/ferite: Update to version 1.0.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-06 18:20 UTC by Frank J. Laszlo
Modified: 2006-01-07 02:27 UTC (History)
0 users

See Also:


Attachments
ferite-1.0.2.diff (867 bytes, patch)
2006-01-06 18:20 UTC, Frank J. Laszlo
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Frank J. Laszlo 2006-01-06 18:20:02 UTC
	This patch will update lang/ferite to version 1.0.2. This version fixes several memory issues:

	- Fix for a threading issue that caused the engine to crash with a memory issue.
	- Fix for rmi and a lack of parsing of arguments within function calls.
	- Fix for rmi that caused the starvation of network sockets within the server environment. The new fix forces
		the GC to be run when in blocking listen mode and also forces the shutdown of network sockets.
	- Fix for array code that would cause objects to have an inflated refcount and cause scripts to not deleted
		objects within the GC
	- Fix for refcounting issues within the assignment of objects
	- Fix for building on CYGWIN: required -no-undefined on the libraries and a missing header in aphex_thread.c
	- Fix for class/namespace modifies on a class/namesapce that already exists
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-01-07 02:27:05 UTC
State Changed
From-To: open->closed

Committed, thanks!