This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository legacy-imlib2.
View the commit online.
commit 5300f19575f10047e7cd038bfc7d612304be23b1
Author: Kim Woelders <k...@woelders.dk>
AuthorDate: Wed Aug 16 13:34:52 2023 +0200
v1.12.0
---
ChangeLog | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
configure.ac | 8 +++----
2 files changed, 72 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 8060a0d..ca4417e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,71 @@
+v1.12.0 - 2023-08-17
+--------------------
+Chema Gonzalez (3):
+ test_load2: make error messages more descriptive
+ Y4M loader: fix support for 420 colorspaces
+ Y4M loader: add support for images with unexpected aspects
+
+Kim Woelders (46):
+ imlib2_view: Avoid potential use of uninitialized data
+ GIF loader: Enable showing animated images even if truncated
+ Introduce __imlib_perror() to produce error messages
+ loaders: Use common function to print error messages
+ imlib2_load: Move time_us() to separate file
+ imlib2_conv: Add option to time save operations
+ test: Fix pr_info() when not printing to stdout
+ loading: Enable calling function on loader load/unload
+ HEIF loader: Call heif_[de]init() on loader load/unload
+ autofoo: Don't check for freetype if we are building without text
+ QOI loader: Add progress calback, indent, cosmetics
+ Loaders: Static constify some data that may as well be
+ TGA loader: Fix TGA v2.0 signature check
+ test: Add basic qoi checks
+ test_scale: Test scaling some more
+ scaling: Unifdef OLD_SCALE_DOWN
+ scaling: Correct scaleinfo array length
+ scaling: Move scaling function call sequence into common __imlib_Scale()
+ scaling: Cosmetics (comments)
+ scaling: Simplify scaling points calculation (eliminate j)
+ scaling: Change ypoints[] from pointers to indices
+ scaling: Cosmetics
+ scaling: Minor refactoring
+ scaling: Correct scaling up
+ test_scale: Update for new scaling
+ image: Fix missing munmap() when using imlib_load_image_fd()
+ image: Fix potentially using incorrect file size
+ file: Remove a couple of unused functions
+ image: Fix potentially using incorrect file size - fixup
+ test: Bypass wrappers when running tests
+ test_load: Minor fix in debug message
+ Add new raw loader
+ TIFF loader: Slightly more strict signature check
+ image: Use sub-second time info when available
+ image: Fix preservation of alpha chanel flag in imlib_clone_image()
+ image cache: Avoid negative refcounts
+ image cache: Drop redundant cleanup
+ image cache: Rework cleanup
+ Revert "scaling: Correct scaling up"
+ Revert "test_scale: Update for new scaling"
+ scaling: Various trivial changes
+ scaling: Improve non-AA scale-up case
+ scaling: Correct scaling up - take 2
+ test_scale: Update for new scaling (re-applied)
+ test_scale: Exercise non-AA path too
+ v1.12.0
+
+NRK (11):
+ WEBP saver: allow lossless and respect compression tag
+ add a new QOI decoder
+ QOI loader: fix build on non-gnu compilers
+ QOI loader: use memcmp for magic and endmarker check
+ Y4M loader: check file size before magic check
+ loading: add some debug logs
+ loading: check for alloc failure
+ Y4M loader: use custom y4m parser
+ test_load: allow y4m memory loading
+ file: Remove unused functions some more
+ introduce imlib_image_decache_file()
+
v1.11.1 - 2023-05-01
--------------------
Chema Gonzalez (2):
diff --git a/configure.ac b/configure.ac
index ab16732..cb604cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([imlib2],[1.11.1],[enlightenment-devel@lists.sourceforge.net])
+AC_INIT([imlib2],[1.12.0],[enlightenment-devel@lists.sourceforge.net])
AC_CONFIG_SRCDIR(configure.ac)
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_BUILD
@@ -20,9 +20,9 @@ define([AC_LIBTOOL_LANG_CXX_CONFIG], [:])dnl
define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl
LT_INIT
-VERSION_CUR=12
-VERSION_REV=1
-VERSION_AGE=11
+VERSION_CUR=13
+VERSION_REV=0
+VERSION_AGE=12
lt_version=${VERSION_CUR}:${VERSION_REV}:${VERSION_AGE}
AC_SUBST(lt_version)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.