<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krb5-wallet.git, branch debian/1.0-3</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.gnuabordo.com.br/krb5-wallet.git/atom?h=debian%2F1.0-3</id>
<link rel='self' href='https://git.gnuabordo.com.br/krb5-wallet.git/atom?h=debian%2F1.0-3'/>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/'/>
<updated>2013-11-05T21:17:58+00:00</updated>
<entry>
<title>Finalize changes for 1.0-3</title>
<updated>2013-11-05T21:17:58+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2013-11-05T21:17:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=e401cc8d28d3eec197ec4c855b4007d6a7ee39d4'/>
<id>urn:sha1:e401cc8d28d3eec197ec4c855b4007d6a7ee39d4</id>
<content type='text'>
Change-Id: I5b10208b0b164e39242cf20ed4bd57398a3b9898
</content>
</entry>
<entry>
<title>Depend on the DateTime::Format::* modules</title>
<updated>2013-11-05T21:17:07+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2013-11-05T21:17:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=6c56fdf153b78c1fa602e55f72e8689e80857de5'/>
<id>urn:sha1:6c56fdf153b78c1fa602e55f72e8689e80857de5</id>
<content type='text'>
* Move the DateTime::Format::* Perl modules for various databases to
  Depends from Recommends and add the Pg and MySQL versions as
  alternatives.

Change-Id: I39ea83bb2dc2d2042ba539895738e0fd9b362254
</content>
</entry>
<entry>
<title>Add changelog for upstream cherry-picks</title>
<updated>2013-11-05T20:36:54+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>eagle@eyrie.org</email>
</author>
<published>2013-11-05T20:36:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=fe5ef4f20ec93ddf26fea92f3ee1a41b86966a31'/>
<id>urn:sha1:fe5ef4f20ec93ddf26fea92f3ee1a41b86966a31</id>
<content type='text'>
Change-Id: I8f4b7b7798ee34271c5bfc1b46733a3649064192
</content>
</entry>
<entry>
<title>Fix several bugs in Wallet::Object::Keytab enctype handling</title>
<updated>2013-11-05T20:34:28+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2013-04-16T03:47:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=b2fe37d0bd566ba42776576d62bcc338b50616b0'/>
<id>urn:sha1:b2fe37d0bd566ba42776576d62bcc338b50616b0</id>
<content type='text'>
There was a missing resultset() call in one place and the wrong
resultset used in a different place, causing the enctype management
code to not work.

Change-Id: I796169c5968ec164f90f3cd75541dd346dd50fdf
Reviewed-on: https://gerrit.stanford.edu/1070
Reviewed-by: Russ Allbery &lt;rra@stanford.edu&gt;
Tested-by: Russ Allbery &lt;rra@stanford.edu&gt;
</content>
</entry>
<entry>
<title>ACL.pm: Fix a place where the acl history was getting raw timestamp</title>
<updated>2013-11-05T20:33:26+00:00</updated>
<author>
<name>Jon Robertson</name>
<email>jonrober@stanford.edu</email>
</author>
<published>2013-10-17T05:37:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=b12c3010666a1f0358117e8203129580ae1bb6c7'/>
<id>urn:sha1:b12c3010666a1f0358117e8203129580ae1bb6c7</id>
<content type='text'>
The acl_history table needed to get the DateTime object rather than the
raw epoch timestamp in one place.  This was causing errors adding new
lines to the history.

Change-Id: I9c971819484cd0b26cb2561549246c284afc55a1
Reviewed-on: https://gerrit.stanford.edu/1325
Reviewed-by: Russ Allbery &lt;rra@stanford.edu&gt;
Tested-by: Russ Allbery &lt;rra@stanford.edu&gt;
</content>
</entry>
<entry>
<title>Changed postgres schema file to remove reference</title>
<updated>2013-11-05T20:33:19+00:00</updated>
<author>
<name>Jon Robertson</name>
<email>jonrober@stanford.edu</email>
</author>
<published>2013-10-17T05:35:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=01b4e4257f9bdd82ebf1f5b0cc0a07aae70a17f1'/>
<id>urn:sha1:01b4e4257f9bdd82ebf1f5b0cc0a07aae70a17f1</id>
<content type='text'>
The reference from object_history to the objects table needed to be
removed.  We still want the relationship in the DBIx::Class files, but
we don't want the relationship enforced as we want to keep history
entries for deleted objects.

Change-Id: Id927404b996fe171a8f5fc0747ccb0abddcbe1f2
Reviewed-on: https://gerrit.stanford.edu/1324
Reviewed-by: Russ Allbery &lt;rra@stanford.edu&gt;
Tested-by: Russ Allbery &lt;rra@stanford.edu&gt;
</content>
</entry>
<entry>
<title>Add changelog for cherry-picked t/admin.t fixes</title>
<updated>2013-03-29T20:58:45+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2013-03-29T20:58:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=f731dc6f63074ff4e304962ca8d2279d58756404'/>
<id>urn:sha1:f731dc6f63074ff4e304962ca8d2279d58756404</id>
<content type='text'>
Change-Id: Ic1a9420955614c67cfc4e5e01e0b7f0458569a81
</content>
</entry>
<entry>
<title>Make t/admin.t test robust against missing sqlite3 binary</title>
<updated>2013-03-29T20:58:09+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2013-03-29T20:56:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=3ca875d70c2f7415675ebcceef261c1224f03db0'/>
<id>urn:sha1:3ca875d70c2f7415675ebcceef261c1224f03db0</id>
<content type='text'>
If we can't find the sqlite3 binary, just skip the upgrade test.

Reviewed-on: https://gerrit.stanford.edu/994
Reviewed-by: Russ Allbery &lt;rra@stanford.edu&gt;
Tested-by: Russ Allbery &lt;rra@stanford.edu&gt;
(cherry picked from commit 15fea5552df18667b39fce620488ed6c48bd7329)

Change-Id: I26cd8148d58368767f39d135afe4c721652b0740
</content>
</entry>
<entry>
<title>admin.t: Fixed problem with not upgrading from unversioned db</title>
<updated>2013-03-29T20:57:53+00:00</updated>
<author>
<name>Jon Robertson</name>
<email>jonrober@stanford.edu</email>
</author>
<published>2013-03-29T06:53:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=bb41f28d6edc33a9b5b3943eda403cadea33e8ae'/>
<id>urn:sha1:bb41f28d6edc33a9b5b3943eda403cadea33e8ae</id>
<content type='text'>
Since we were reinstalling a fresh database via the same DBIx::Class
functions, the database we installed to upgrade from a non-versioned
setup was still getting a version table.  Switched to delete the
database and reload it fresh from the sqlite3 command itself.

Reviewed-on: https://gerrit.stanford.edu/993
Reviewed-by: Russ Allbery &lt;rra@stanford.edu&gt;
Tested-by: Russ Allbery &lt;rra@stanford.edu&gt;
(cherry picked from commit 2a8fb416b5eb2db697e03ddce930c21656ccbc88)

Change-Id: If097c6edff916746e332e04c8d479a858a5773c4
</content>
</entry>
<entry>
<title>Really finalize the date of the 1.0-1 release</title>
<updated>2013-03-28T03:06:26+00:00</updated>
<author>
<name>Russ Allbery</name>
<email>rra@stanford.edu</email>
</author>
<published>2013-03-28T03:06:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.gnuabordo.com.br/krb5-wallet.git/commit/?id=e382eb8ee07e9b2cec8fdee8ba3404f828cb0ff1'/>
<id>urn:sha1:e382eb8ee07e9b2cec8fdee8ba3404f828cb0ff1</id>
<content type='text'>
Change-Id: I8a40fcaaa2a5effdea495ecc2f6a03a63543e0b9
</content>
</entry>
</feed>
