diff options
author | Rob Crittenden <rcritten@redhat.com> | 2011-04-05 17:26:35 -0400 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2011-04-05 21:51:34 -0400 |
commit | 316efbc32f7b586df36653aa894e686313a64764 (patch) | |
tree | e04c75afc91ccec0a576f49e4aae38d2d4daa558 /VERSION | |
parent | b9a2c11d6f6be6e7e599a48c70e798b720222b35 (diff) | |
download | freeipa-316efbc32f7b586df36653aa894e686313a64764.tar.gz freeipa-316efbc32f7b586df36653aa894e686313a64764.tar.xz freeipa-316efbc32f7b586df36653aa894e686313a64764.zip |
postalCode should be a string not an integer.
postalCode is defined as an Int. This means you can't define one that has
a leading zero nor can you have dashes, letters, etc.
This changes the data type on the server. It will still accept an int
value if provided and convert it into a string.
Bump the API version to 2.1.
ticket 1150
Diffstat (limited to 'VERSION')
-rw-r--r-- | VERSION | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,4 +79,4 @@ IPA_DATA_VERSION=20100614120000 # # ######################################################## IPA_API_VERSION_MAJOR=2 -IPA_API_VERSION_MINOR=0 +IPA_API_VERSION_MINOR=1 |