Version 2.3.0 packaging

Hi,

Thank you for your maintenance of debian libhinawa package. I heard some users utilize it to communicate to their devices from userspace application.

A few days ago I released v2.3.0 with a new public function: https://github.com/alsa-project/libhinawa/releases/tag/2.3.0

The change of symbol table is:

diff --git a/debian/libhinawa2.symbols b/debian/libhinawa2.symbols
index 2357755..e57181b 100644
--- a/debian/libhinawa2.symbols
+++ b/debian/libhinawa2.symbols
@@ -9,6 +9,7 @@ libhinawa.so.2 libhinawa2 #MINVER#
  HINAWA_2_0_0@HINAWA_2_0_0 2.0.0
  HINAWA_2_1_0@HINAWA_2_1_0 2.1.0
  HINAWA_2_2_0@HINAWA_2_2_0 2.2.0
+ HINAWA_2_3_0@HINAWA_2_3_0 2.3.0
  hinawa_fw_node_get_type@HINAWA_1_4_0 1.4.0
  hinawa_fw_node_new@HINAWA_1_4_0 1.4.0
  hinawa_fw_node_open@HINAWA_1_4_0 1.4.0
@@ -77,3 +78,4 @@ libhinawa.so.2 libhinawa2 #MINVER#
  hinawa_fw_fcp_avc_transaction@HINAWA_2_1_0 2.1.0
  hinawa_fw_resp_error_get_type@HINAWA_2_2_0 2.2.0
  hinawa_fw_resp_error_quark@HINAWA_2_2_0 2.2.0
+ hinawa_fw_resp_reserve_within_region@HINAWA_2_3_0 2.3.0

I'd like you to take your time for the new release. Thanks.