diff --git a/doc/bugs/CFBundleShortVersionString_is_not_incremented_with_git-annex.dmg_releases___40__downloads.kitenet.net__41__.mdwn b/doc/bugs/CFBundleShortVersionString_is_not_incremented_with_git-annex.dmg_releases___40__downloads.kitenet.net__41__.mdwn
new file mode 100644
index 0000000000..2d181234f4
--- /dev/null
+++ b/doc/bugs/CFBundleShortVersionString_is_not_incremented_with_git-annex.dmg_releases___40__downloads.kitenet.net__41__.mdwn
@@ -0,0 +1,57 @@
+### Please describe the problem.
+
+*Current:*
+
+In the **git-annex.app** application bundle included on each [git-annex.dmg](https://downloads.kitenet.net/git-annex/OSX/current/10.11_El_Capitan/git-annex.dmg) the `CFBundleShortVersionString` and `CFBundleVersion` in the `/Content/PkgInfo.plist` are fixed at "0.0.1" over consecutive releases of `git-annex`.
+
+ CFBundleShortVersionString
+ 0.0.1
+ ...
+ CFBundleVersion
+ 0.0.1
+
+
+This is problematic for automated package deployment systems, such as [Munki](https://www.munki.org), which compare the `CFBundleShortVersionString` of an installed application on a given system with that of deployable packages in an administrator maintained repository to determine whether newer software will be deployed. As the `CFBundleShortVersionString` of `git-annex.app` is never incremented, the test always fails, and newer software is never deployed.
+
+This is also potentially confusing for end-users whose systems invariably report `/Application/git-annex.app` as being at version "0.0.1" in the Finder and elsewhere in the system.
+
+Compare to Firefox version 67.0.3:
+
+ CFBundleShortVersionString
+ 67.0.3
+ ...
+ CFBundleVersion
+ 6719.6.19
+
+Cf: [Apple Technical Note TN2420 Version Numbers and Build Numbers](https://developer.apple.com/library/archive/technotes/tn2420/_index.html)
+
+*Expected:*
+
+The `CFBundleShortVersionString` in the `git-annex.app/Content/PkgInfo.plist` matches the `distributionVersion` in [git-annex.app.info](https://downloads.kitenet.net/git-annex/OSX/current/10.11_El_Capitan/git-annex.dmg.info) for each release.
+
+E.g.: The release of [version 7.20190507](http://git-annex.branchable.com/news/version_7.20190507/) where `git-annex.app/Contents/MacOS/git-annex version` reports
+`git-annex version: 7.20190130-gfe9bfa815` and _downloads.kitenet.net_ hosts a `git-annex.dmg.info` containing`distributionVersion = 7.20190507`, the corresponding `git-annex.dmg`'s `/Content/PkgInfo.plist` would contain:
+
+ ...
+ CFBundleShortVersionString
+ 7.20190507
+ ...
+
+### What steps will reproduce the problem?
+
+
+### What version of git-annex are you using? On what operating system?
+
+
+### Please provide any additional information below.
+
+[[!format sh """
+# If you can, paste a complete transcript of the problem occurring here.
+# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
+
+
+# End of transcript or log.
+"""]]
+
+### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
+Yes, loving git-annex, it's a great tool!
diff --git a/doc/forum/Filing_issues_with_Mac_dmg_packaging_on_downloads.kitenet.net__63__/comment_2_cccbc5c1d9b010ae38a8b5cfd9056cfe._comment b/doc/forum/Filing_issues_with_Mac_dmg_packaging_on_downloads.kitenet.net__63__/comment_2_cccbc5c1d9b010ae38a8b5cfd9056cfe._comment
new file mode 100644
index 0000000000..ec8f74e239
--- /dev/null
+++ b/doc/forum/Filing_issues_with_Mac_dmg_packaging_on_downloads.kitenet.net__63__/comment_2_cccbc5c1d9b010ae38a8b5cfd9056cfe._comment
@@ -0,0 +1,11 @@
+[[!comment format=mdwn
+ username="leej"
+ avatar="http://cdn.libravatar.org/avatar/eb1c6bd57680f694fb4658388e6de4ed"
+ subject="comment 2"
+ date="2019-06-26T03:16:52Z"
+ content="""
+Thanks, Joey, see Mac dmg packaging related bugs:
+
+* [CFBundleShortVersionString is not incremented with git-annex.dmg releases (downloads.kitenet.net)](http://git-annex.branchable.com/bugs/CFBundleShortVersionString_is_not_incremented_with_git-annex.dmg_releases___40__downloads.kitenet.net__41__/)
+* [downloads.kitenet.net/git-annex/OSX/current/ distribution is 7.20190508 but 7.20190615 expected ](http://git-annex.branchable.com/bugs/downloads.kitenet.net__47__git-annex__47__OSX__47__current__47___distribution_is_7.20190508_but_7.20190615_expected/)
+"""]]