Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Jan 2006 02:26:57 +0000 (UTC)
From:      Edwin Groothuis <edwin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/lang/ferite Makefile distinfo
Message-ID:  <200601070226.k072Qvh7071786@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
edwin       2006-01-07 02:26:57 UTC

  FreeBSD ports repository

  Modified files:
    lang/ferite          Makefile distinfo 
  Log:
  [UPDATE]: lang/ferite: Update to version 1.0.2
  
          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
  
  PR:             ports/91409
  Submitted by:   Frank Laszlo <laszlof@vonostingroup.com>
  
  Revision  Changes    Path
  1.18      +1 -1      ports/lang/ferite/Makefile
  1.10      +3 -3      ports/lang/ferite/distinfo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601070226.k072Qvh7071786>