diff options
author | wiz <wiz@pkgsrc.org> | 2012-12-12 11:39:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-12-12 11:39:02 +0000 |
commit | d5477f6353b27335d005ea6e6e786ee5b2a4d2b0 (patch) | |
tree | 87fe285f43821b97914d1a632f55734171bd7f74 /devel/eina/distinfo | |
parent | aa34d74dd84c4c7d5b3bb4d2008f128a59969183 (diff) | |
download | pkgsrc-d5477f6353b27335d005ea6e6e786ee5b2a4d2b0.tar.gz |
Update to 1.7.1, provided by Tim Larson in PR 47230.
Changes:
Eina 1.7.1
Changes since Eina 1.7.0:
-------------------------
Fixes:
* Fix return value of eina_mmap_safety_enabled_set() and future
eina_mmap_safety_enabled_get() returns after success
* Fix eina_stringshare_add_length() to return NULL when wrong.
* Add EINA_SAFETY checks are wrong.
Changes since Eina 1.2.0:
-------------------------
Additions:
* Add backtrace support to Eina_Log, use EINA_LOG_BACKTRACE to enable it.
* Add an helper to iterate over line in a mapped file.
* Add EINA_SENTINEL to protect variadic functions
* Add EINA_SAFETY checks for proper function arguments.
* Add check if given arguments (distance and coordinates) in eina_tiler
and eina_rectangle are not below zero
Fixes:
* Add missing files in the tarball.
* Rounding issue with eina_f32p32_cos and eina_f32p32_sin when getting close to 1.0.
* Portability issue with Eina_Value when char are not signed by default (case on ARM
and PPC).
* Portability issue with Eina_Value test suite when unsigned where not promoted to
unsigned long (case on Itanium).
* Fix issue in the XML parser when a tag was in a comment or a CDATA.
* Implement eina_file_map_lines() on Windows.
* Handle NULL in all eina_*_free function.
* eina_log_console_color_set()
* Documentation for eina list specified and eina stringshare fixed.
* eina_convert_atofp wrong return value if fp is NULL.
Removal:
* configure options: --disable-posix-threads, --disable-win32-threads,
--enable-coverage
Eina 1.2.0
Changes since Eina 1.1.0:
-------------------------
Additions:
* eina_mempool_calloc.
* Eina_Semaphore abstraction API.
* eina_xattr_fd_ls.
* Eina_Xattr iterator : eina_xattr_value_fd_ls and eina_xattr_value_ls.
* eina_file_map_faulted.
* Xattr iterator for Eina_File : eina_file_xattr_get/value_get.
* deprecated eina_array_count_get(), use eina_array_count() instead.
* eina_inarray data type.
* eina_value data type (generic value storage).
* eina_file_stat.
* eina_log*level_check.
* eina_*buf_manage_new_length.
* EINA_C_ARRAY_LENGTH macro.
* Eina_Stringshare typedef.
* add eina_file_map_faulted() for windows port (was missing).
Fixes:
* compilation errors in Eina_RWLock when building on Windows newer than XP.
* stop leaking Eina_File.
* remove dead lock in Eina_File.
* bug on eina_shutdown when using eina_error.
* NONNULL argument for eina_hash_find.
* compilation of eina_semaphore_lock on Windows.
* forgotten initialization of eina list count during eina_list_split_list.
* leak in Eina_File.
* deadlock in Eina_File.
* make it possible to force the number of detected CPU on a system.
Improvements:
* faster implementation of Eina_Rbtree.
* let eina_hash_free behave like free.
Diffstat (limited to 'devel/eina/distinfo')
-rw-r--r-- | devel/eina/distinfo | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/devel/eina/distinfo b/devel/eina/distinfo index 60b815a8f94..578d7feac68 100644 --- a/devel/eina/distinfo +++ b/devel/eina/distinfo @@ -1,11 +1,5 @@ -$NetBSD: distinfo,v 1.8 2012/09/26 07:37:26 jperkin Exp $ +$NetBSD: distinfo,v 1.9 2012/12/12 11:39:02 wiz Exp $ -SHA1 (eina-1.1.0.tar.bz2) = 49e21e455a6a9fb52b1956527ee68de474f43ae4 -RMD160 (eina-1.1.0.tar.bz2) = 14a565f6084a9cd1dcd1cff7327016a77d4aeeae -Size (eina-1.1.0.tar.bz2) = 9983287 bytes -SHA1 (patch-aa) = 3d93bfef1b09007a80875dfbf8cb37c13e2eb2c4 -SHA1 (patch-configure) = a4ae3348716b41bb5e92a3e211dae751e10f5a29 -SHA1 (patch-configure.ac) = adf38da81845df07f4a28d04a8acc7b8fb0ab7ef -SHA1 (patch-src_lib_eina__magic.c) = 3a11a343c16e38ea0bfb9adc7cb91dfbbdc4ebb7 -SHA1 (patch-src_lib_eina__simple__xml__parser.c) = 69417e74773ccfb552f92d938fcba114de4ae155 -SHA1 (patch-src_lib_eina__strbuf.c) = 9d0d535a727fe75ac21a6b8d240c15c14be78976 +SHA1 (eina-1.7.1.tar.bz2) = 972b94a0abdbaa1e61ebbfd5ea530ebdceacee02 +RMD160 (eina-1.7.1.tar.bz2) = 9ceb645b20a67dedf2a23f58d664323d5f1ea35f +Size (eina-1.7.1.tar.bz2) = 9749033 bytes |