posts:bugs: add some bugs/patches (including git submodule add --branch).
authorW. Trevor King <wking@tremily.us>
Mon, 22 Oct 2012 17:44:40 +0000 (13:44 -0400)
committerW. Trevor King <wking@tremily.us>
Mon, 22 Oct 2012 17:44:40 +0000 (13:44 -0400)
posts/Bugs.mdwn

index c9804d2926c6068bf96fa95cd6d9d99e05167faa..47c05a5e3dd7c4bf26c61b1c5c9a95045a9763d4 100644 (file)
@@ -163,14 +163,24 @@ There are more ebuild-related bugs listed in my [[Gentoo overlay]]
 post.
 
 
+Gentoo science
+==============
+
+* [Fix dev-java/hdf-java-2.8 so it builds with the hdfview USE flag
+   enabled](https://github.com/gentoo-science/sci/pull/7).
+
+
 Git
 ===
 
-I added [If-Modified-Since handling to gitweb's snapshots][git-ims].
-This rolled out in [v1.7.11][git-1.7.11].
+* Added [If-Modified-Since handling to gitweb's snapshots][git-ims].
+  This rolled out in [v1.7.11][git-1.7.11].
+* Proposed [set submodule.$name.branch with
+  `git submodule add --branch`][git-branch].
 
 [git-ims]: https://code.google.com/p/git-core/source/detail?r=0f3ddd4a3abe863fae9c36ec4311ac936a2d8ed9
 [git-1.7.11]: http://git-core.googlecode.com/git/Documentation/RelNotes/1.7.11.txt
+[git-branch]: http://article.gmane.org/gmane.comp.version-control.git/208199
 
 
 Git-php
@@ -201,6 +211,12 @@ GSL
 * [Cannot build without doc/version.texi](http://savannah.gnu.org/bugs/?31390).
 
 
+iPython
+=======
+
+* [Fix pyhton -> python typos](https://github.com/ipython/ipython/pull/1444).
+
+
 iText
 =====
 
@@ -304,6 +320,13 @@ Python
   NORMALIZE_WHITESPACE](http://bugs.python.org/issue9640).
 
 
+python-kmod
+===========
+
+* [Convert to Cython and Flesh out Module
+  attributes](https://github.com/agrover/python-kmod/pull/3)
+
+
 Roundup
 =======