blob: 197b5031fca763e219dd609b8b665e08fc4e4ead (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
postgresql-10 (10.0-1+dyson0.1) unstable; urgency=medium
* Package for Dyson
* No SMF service yet. Just need a library.
* Added debian/patches/dyson.patch
-- Igor Pashev <pashev.igor@gmail.com> Sun, 08 Oct 2017 20:55:03 +0300
postgresql-10 (10.0-1) unstable; urgency=medium
* First PostgreSQL 10 stable release.
-- Christoph Berg <myon@debian.org> Wed, 04 Oct 2017 20:29:51 +0200
postgresql-10 (10~rc1-1) unstable; urgency=medium
* Team upload.
* First PostgreSQL 10 release candidate.
-- Christoph Berg <christoph.berg@credativ.de> Tue, 19 Sep 2017 12:03:48 +0200
postgresql-10 (10~beta4-1) experimental; urgency=medium
* Team upload.
* Fourth PostgreSQL 10 Beta release.
-- Christoph Berg <christoph.berg@credativ.de> Tue, 29 Aug 2017 11:57:43 +0200
postgresql-10 (10~beta3-1) experimental; urgency=medium
* Team upload.
* Third PostgreSQL 10 Beta release.
* debian/rules: Unconditionally use DEB_BUILD_MAINT_OPTIONS=hardening=+all.
The old logic is kept around for compiling on older distributions.
* Remove long obsolete --with-krb5 and move c/ldflags to configure switches.
-- Christoph Berg <christoph.berg@credativ.de> Tue, 08 Aug 2017 09:49:12 +0200
postgresql-10 (10~beta2-1) experimental; urgency=medium
* Team upload.
* Second PostgreSQL 10 Beta release.
* On regression test failure, show newest three log files instead of relying
on file age = 0 min.
-- Christoph Berg <christoph.berg@credativ.de> Thu, 13 Jul 2017 10:08:59 +0200
postgresql-10 (10~beta1-1) experimental; urgency=medium
* Team upload.
* First PostgreSQL 10 Beta release.
-- Christoph Berg <christoph.berg@credativ.de> Tue, 09 Aug 2016 10:01:06 +0200
postgresql-10 (10~~devel-1) UNRELEASED; urgency=medium
* New major upstream version 10; packaging based on postgresql-9.6.
* Merge postgresql-contrib-10 package into postgresql-10. The added
packaging complexity doesn't seem worth the split anymore given the extra
dependencies are typically very small on average systems, or already
installed anyway (libuuid, libxslt).
* Enable ICU support.
-- Christoph Berg <christoph.berg@credativ.de> Tue, 09 Aug 2016 10:01:06 +0200
|