Updated Frequently Asked Questions (markdown)

Yury Delendik 2016-04-25 12:17:03 -05:00
parent bea327c5ca
commit 1b54e07651

@ -173,7 +173,7 @@ Please periodically check or subscribe to our dev-pdf-js@lists.mozilla.org maili
PDF.js is a general-purpose library to parse and render PDFs. At the moment it's included in the number of projects such as Firefox, Firefox OS, Chromium Extension, etc. We are recording our changes to the library with Github [pull requests](https://github.com/mozilla/pdf.js/pulls). Also the log of the changes is available from the git log.
The version number consists of three digits: the major release number, minor release number and build number. The major and minor number are selected when some major milestone is reached. The build number is incremented by one each time when new a commit is pushed to the master branch. For sanity check, we accompany each version number with the SHA number of the latest commit.
The version number consists of three digits: the major release number, minor release number and build number. Before 1.2, the major and minor number are selected when some major milestone is reached. Currently, we are practicing semantic versioning: so major version release means we can break API, and minor version release means added functionality and backwards compatible change. The build number is incremented by one each time when new a commit is pushed to the master branch. For sanity check, we accompany each version number with the SHA number of the latest commit.
We are moving fast and trying to land as much good stuff as we can review and test. The [generic viewer](http://mzl.la/pdf-js) and development version of Firefox PDF Viewer [extension](http://mzl.la/pdf-xpi) always contain the latest PDF.js build and available for testing.