From: Andrea Zagli <azagli@libero.it>
Date: Sun, 21 May 2017 08:51:18 +0000 (+0200)
Subject: Debian pkg: updates from upstream.
X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=60c47203bebbd401fea15d370744405eed079405;p=zakform%2Flibzakform

Debian pkg: updates from upstream.
---

diff --git a/debian/changelog b/debian/changelog
index d685017..5a22a80 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
-libzakform (0.0.1-3~3.gbpfb26fd) UNRELEASED; urgency=medium
+libzakform (0.0.1-3~4.gbpa6dfb7) UNRELEASED; urgency=medium
 
-  ** SNAPSHOT build @fb26fd705f097693c531d17d5f26ae8c53cd1e43 **
+  ** SNAPSHOT build @a6dfb77d9c7592a4146239f5adf90e76b5607bda **
 
   [ Andrea Zagli ]
   * Initial release
@@ -17,4 +17,27 @@ libzakform (0.0.1-3~3.gbpfb26fd) UNRELEASED; urgency=medium
 
   [ tux ]
 
- -- tux <tux@develop64.comune.scandicci.fi.it>  Sat, 11 Mar 2017 10:55:21 +0100
+  [ Andrea Zagli ]
+  * Debian pkg: updates from upstream.
+  * g_strcmp0 may returns other values than -1, 0 and 1.
+  * Added property id to ZakFormValidator (refs #1102).
+  * Added ZakForm::get_validator_by_id.
+  * Added property id to FormElementValidator (refs #1102).
+  * Added function ZakFormElement::get_validator_by_id.
+  * Refactored ZakFormElementFilter::xml_parsing.
+  * Added property id to ZakFormElementFilter (closes #1102).
+  * Wrong prototype zak_form_element_set_to_is_key in formelement.h (closes #1111).
+  * Added signals ZakFormElement before and after validating.
+  * Added commons functions ZakForm::get_compare_type_from_string and ::get_compare_type_stringify.
+  * ZakFormElementValidatorDate can now compare the value.
+  * Xml parsing of long-name in ZakFormElement.
+  * Migration to GValue for element value.
+  * Added functions ZakFormElement::[get|set]_original_value_gvalue.
+  * Started implementation (only one level) of ZakFormValidatorComposite.
+  * Multilevel for ZakFormValidatorComposite.
+  * Added condition (only one) to ZakFormValidatorComposite.
+  * Missing file in translation.
+
+  [ tux ]
+
+ -- tux <tux@develop64.comune.scandicci.fi.it>  Sun, 21 May 2017 10:48:33 +0200