Next | Query returned 45 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2009-12-16 22:28:26 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Update to eet-1.2.3. Mostly smaller bugfixes.
   2009-09-11 23:48:02 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Expose OpenSSL so that the pkgconfig file works.
   2009-08-26 21:58:47 by Jens Rehsack | Files touched by this commit (1461) | Package updated
Log message:
bump revision because of graphics/jpeg update
   2009-08-16 15:32:52 by Thomas Klausner | Files touched by this commit (2)
Log message:
Update to 1.2.2:
Eet 1.2.2 has been released with several bugfixes and improvements.
It is considered stable.
   2009-07-15 00:04:18 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Update to eet-1.2.1: bugfixes
   2009-06-10 08:40:11 by Min Sik Kim | Files touched by this commit (4)
Log message:
Update eet to 1.2.0.

Changes:
	* Make use of eina.
	* Fix string in list and hash.
	* Fix array in eet_data.
	* Add crypto support to eet with OpenSSL.
	* Add GNUtls support to eet.
	* Make password callback work with GNUtls.
	* Add a function to retrieve raw signature.
	* Fix a corrupted pointer use in eet_cipher.c
	* Add some missing __UNUSED__ flags.
	* Fix problem reported by llvm
	* Add sha1 retrieval for an Eet_File.
	* Force fsync() after data is written to file, solve ext4 issues.
	* Disable fsync. Edit the code if you need it.
	* Make eet_data thread safe.
	* Fix eet pkg-config dependencies.
	* Fix double init of gcry.
	* Release eet 1.2.0
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2008-10-26 05:48:22 by Min Sik Kim | Files touched by this commit (3)
Log message:
Update eet to 1.1.0.

Changes:
- Fixes to data codecs (data descriptors).
- Fixes for non-existing files opened READ/WRITE and other
  miscellanouse bugs found.
- Speedups for decoding and lookups, make inline-image decode better
  on some platforms and add signed-eet file support as well as opening
  eet files from memory.
   2008-10-20 01:52:20 by Min Sik Kim | Files touched by this commit (1)
Log message:
Set MAINTAINER to the maintainer of wip/eet.

Since both devel/eet and wip/eet have the same version, wip/eet will be
removed shortly.
   2008-06-22 03:21:31 by Joerg Sonnenberger | Files touched by this commit (4)
Log message:
Update to eet-1.0.1 from e17. This is the first real release and no real
ChangeLog is present.

Next | Query returned 45 messages, browsing 21 to 30 | Previous