summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2017-07-24 10:52:07 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2017-07-24 10:52:07 -0400
commit8d4a4049f4b210637ff403aa77f871788ba94b28 (patch)
tree2779971bad71cb52b6e58c0a146ec4bb555139e3
parent39c72682b85c1d3912ced383733d03eca7a43845 (diff)
downloadsqlalchemy-8d4a4049f4b210637ff403aa77f871788ba94b28.tar.gz
- Merge directory holder README from 1.0.x and also 1.0's changelog
Change-Id: I588eebd027b4ad3428bd522f36a6f1cd77f105bb (cherry picked from commit 39c72682b85c1d3912ced383733d03eca7a43845)
-rw-r--r--doc/build/changelog/changelog_10.rst11
-rw-r--r--doc/build/changelog/unreleased_10/3937.rst9
-rw-r--r--doc/build/changelog/unreleased_10/README.txt11
-rw-r--r--doc/build/changelog/unreleased_11/README.txt12
-rw-r--r--doc/build/changelog/unreleased_12/README.txt12
5 files changed, 45 insertions, 10 deletions
diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst
index d282fa3a1..95ec16321 100644
--- a/doc/build/changelog/changelog_10.rst
+++ b/doc/build/changelog/changelog_10.rst
@@ -18,16 +18,7 @@
.. changelog::
:version: 1.0.18
-
- .. change:: 3937
- :tags: bug, oracle
- :tickets: 3937
- :versions: 1.1.7
-
- A fix to cx_Oracle's WITH_UNICODE mode which was uncovered by the
- fact that cx_Oracle 5.3 now seems to hardcode this flag on in
- the build; an internal method that uses this mode wasn't using
- the correct signature.
+ :include_notes_from: unreleased_10
.. changelog::
diff --git a/doc/build/changelog/unreleased_10/3937.rst b/doc/build/changelog/unreleased_10/3937.rst
new file mode 100644
index 000000000..191da65e8
--- /dev/null
+++ b/doc/build/changelog/unreleased_10/3937.rst
@@ -0,0 +1,9 @@
+.. change:: 3937
+ :tags: bug, oracle
+ :tickets: 3937
+ :versions: 1.1.7
+
+ A fix to cx_Oracle's WITH_UNICODE mode which was uncovered by the
+ fact that cx_Oracle 5.3 now seems to hardcode this flag on in
+ the build; an internal method that uses this mode wasn't using
+ the correct signature.
diff --git a/doc/build/changelog/unreleased_10/README.txt b/doc/build/changelog/unreleased_10/README.txt
new file mode 100644
index 000000000..86b91221f
--- /dev/null
+++ b/doc/build/changelog/unreleased_10/README.txt
@@ -0,0 +1,11 @@
+Individual per-changelog files go here
+in .rst format, which are pulled in by
+changelog (version 0.4.0 or higher) to
+be rendered into the changelog_xx.rst file.
+At release time, the files here are removed and written
+directly into the changelog.
+
+Rationale is so that multiple changes being merged
+into gerrit don't produce conflicts. Note that
+gerrit does not support custom merge handlers unlike
+git itself.
diff --git a/doc/build/changelog/unreleased_11/README.txt b/doc/build/changelog/unreleased_11/README.txt
new file mode 100644
index 000000000..1d2b3446e
--- /dev/null
+++ b/doc/build/changelog/unreleased_11/README.txt
@@ -0,0 +1,12 @@
+Individual per-changelog files go here
+in .rst format, which are pulled in by
+changelog (version 0.4.0 or higher) to
+be rendered into the changelog_xx.rst file.
+At release time, the files here are removed and written
+directly into the changelog.
+
+Rationale is so that multiple changes being merged
+into gerrit don't produce conflicts. Note that
+gerrit does not support custom merge handlers unlike
+git itself.
+
diff --git a/doc/build/changelog/unreleased_12/README.txt b/doc/build/changelog/unreleased_12/README.txt
new file mode 100644
index 000000000..1d2b3446e
--- /dev/null
+++ b/doc/build/changelog/unreleased_12/README.txt
@@ -0,0 +1,12 @@
+Individual per-changelog files go here
+in .rst format, which are pulled in by
+changelog (version 0.4.0 or higher) to
+be rendered into the changelog_xx.rst file.
+At release time, the files here are removed and written
+directly into the changelog.
+
+Rationale is so that multiple changes being merged
+into gerrit don't produce conflicts. Note that
+gerrit does not support custom merge handlers unlike
+git itself.
+