summaryrefslogtreecommitdiff
path: root/.topmsg
diff options
context:
space:
mode:
Diffstat (limited to '.topmsg')
-rw-r--r--.topmsg27
1 files changed, 13 insertions, 14 deletions
diff --git a/.topmsg b/.topmsg
index 6669004..528d3e5 100644
--- a/.topmsg
+++ b/.topmsg
@@ -1,14 +1,13 @@
-Subject: Baseline for our topic branches.
-
----
-
-This need not strictly be a TopGit branch, but it is for easy synchronization
-between different machines.
-
-As the baseline is merged into the topic branches, it is forward-only.
-
-To advance it:
-
- $ echo [SHA1] > .topdeps
- $ git commit -m Advance. -- .topdeps
- $ tg update
+Subject: [PATCH] Make libpthread buildable stand-alone.
+
+From: Thomas Schwinge <thomas@schwinge.name>
+
+* AUTHORS: New file.
+* COPYING: Likewise.
+* NEWS: Likewise.
+* README: Likewise.
+* configure.ac: Likewise.
+* package.m4: Likewise.
+* Makefile.am: Merge stuff from Makefile. Switch to using libtool for building
+both static and shared libraries for the GNU system. Use libtool's versioning
+infrastructure, but maintain a compatibility symlink for the shared library.