summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Figuière <hub@figuiere.net>2024-01-09 22:19:23 -0500
committerHubert Figuière <hub@figuiere.net>2024-01-20 23:28:42 -0500
commit6e1721c11fc706e87b5c86f885eaa519754b1195 (patch)
tree0e781a228f8a73a9ae764ed2d1b5fa3c744adea2
parent64006d7c509ae91d59f7fcc38864cf4081cf28c4 (diff)
Version 0.4.0-alpha.3
Signed-off-by: Hubert Figuière <hub@figuiere.net>
-rw-r--r--Cargo.toml2
-rw-r--r--NEWS12
-rw-r--r--configure.ac4
3 files changed, 15 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cf9e941..9d083d7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libopenraw"
-version = "0.4.0-alpha.2"
+version = "0.4.0-alpha.3"
edition = "2018"
default-run = "ordiag"
description = "Digital camera RAW file processing"
diff --git a/NEWS b/NEWS
index a6d9304..f5acdef 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+libopenraw 0.4.0-alpha.3 -
+
+Bug fixes:
+
+ - (Alpha) Added missing `extensions()` API in Rust.
+ - (Alpha) Removed unneeded cc dependency.
+
+New API:
+
+ - Added mimetype API.
+ - Separate type for old Panasonic raw.
+
libopenraw 0.4.0-alpha.2 - 2024/01/06
THIS IS A PRE-RELEASE.
diff --git a/configure.ac b/configure.ac
index b235e91..ecee4b6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,8 +2,8 @@ dnl libopenraw configure
dnl written by Hubert Figuiere
AC_PREREQ([2.69])
-AC_INIT([libopenraw],[0.4.0-alpha.2])
-AM_CONFIG_HEADER(config.h)
+AC_INIT([libopenraw],[0.4.0-alpha.3])
+AC_CONFIG_HEADERS(config.h)
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([foreign no-dist-gzip dist-bzip2 dist-xz subdir-objects])
AM_MAINTAINER_MODE