summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAge
* Bump to version 1.7Keith Packard2017-04-24
| | | | | | TeleMini v3.0 support Signed-off-by: Keith Packard <keithp@keithp.com>
* altos/chaoskey: Add a metainfo for the ChaosKeyRichard Hughes2017-01-10
| | | | | This provides the information necessary to reflash chaoskey using standard Linux device firmware tooling.
* Bump version to 1.6.8Keith Packard2016-09-05
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Bump version to 1.6.7.1Keith Packard2016-09-02
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Bump verison to 1.6.7Keith Packard2016-08-08
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Bump to version 1.6.6Keith Packard2016-08-02
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Bump version to 1.6.5.1 after 1.6.5 releaseKeith Packard2016-07-12
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Bump to 1.6.5. Add preliminary release notesKeith Packard2016-07-02
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Bump to testing version 1.6.4.2Keith Packard2016-06-29
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Mark testing version 1.6.4.1Keith Packard2016-06-29
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Bump android version to 13Keith Packard2016-06-29
| | | | | | Need to update the maps API key in the package Signed-off-by: Keith Packard <keithp@keithp.com>
* Bump version to 1.6.4Keith Packard2016-06-17
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Bump java library versionsKeith Packard2016-05-12
| | | | | | Prepare for 1.6.4 release Signed-off-by: Keith Packard <keithp@keithp.com>
* Bump android app versionKeith Packard2016-05-12
| | | | | | Prepare for 1.6.4 release Signed-off-by: Keith Packard <keithp@keithp.com>
* Bump version to 1.6.3.1v1.6.3.1Keith Packard2016-05-09
| | | | | | Post 1.6.3 release Signed-off-by: Keith Packard <keithp@keithp.com>
* Fix key in AndroidManifest.xml.inKeith Packard2016-04-27
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Bump version to 1.6.3Keith Packard2016-04-22
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Prepare for new Android release by updating version numberKeith Packard2016-04-21
| | | | | | 10->11 Signed-off-by: Keith Packard <keithp@keithp.com>
* AltosDroid play store keys have moved, update configure.acKeith Packard2016-04-21
| | | | | | | The actual build files were already updated, but the configure.ac bits which detect that they are available were not. Signed-off-by: Keith Packard <keithp@keithp.com>
* Update java library version numbersKeith Packard2016-04-21
| | | | | | Prepare for 1.6.3 release. Signed-off-by: Keith Packard <keithp@keithp.com>
* ao-tools: Add ao-makebinKeith Packard2016-03-18
| | | | | | | | This constructs a raw binary or DFU format file for use with dfu-util, which can be used with a bare STM processor to load code before the boot loader is available. Signed-off-by: Keith Packard <keithp@keithp.com>
* ao-tools: Add ao-chaosreadKeith Packard2016-03-02
| | | | | | This reads from the raw descriptor to help validate the hardware. Signed-off-by: Keith Packard <keithp@keithp.com>
* Bump version to 1.6.2, altosdroid to 10Keith Packard2016-01-10
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Update java library versionsKeith Packard2016-01-10
| | | | | | altoslib is API incompatible with 1.6.1 release due to altos.state updates. Signed-off-by: Keith Packard <keithp@keithp.com>
* Bump release number to 1.6.1.1Keith Packard2015-10-13
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Bump Java library versionsKeith Packard2015-07-15
| | | | | | Avoid problems if you have an old version of the library installed Signed-off-by: Keith Packard <keithp@keithp.com>
* Bump configure.ac versions to 1.6.1Keith Packard2015-07-15
| | | | | | And set android version to 9 Signed-off-by: Keith Packard <keithp@keithp.com>
* Bump version to 1.6.0.4 (android version 8)1.6.0.4Keith Packard2015-07-11
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Generate Android version info from configure.acKeith Packard2015-07-11
| | | | | | This avoids having version data in two places. Signed-off-by: Keith Packard <keithp@keithp.com>
* Bump version to 1.6.0.31.6.0.3Keith Packard2015-06-23
| | | | | | Mark the release of 1.6.0.3 altosdroid Signed-off-by: Keith Packard <keithp@keithp.com>
* ao-tools: Create ao-cal-freqKeith Packard2015-06-05
| | | | | | | Create C-based frequency calibration program to replace shell script which isn't reliable. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosuilib: Get rid of AltosUIVersion.javaKeith Packard2015-05-26
| | | | | | It's been moved to altoslib/AltosVersion.java Signed-off-by: Keith Packard <keithp@keithp.com>
* altoslib: More frobbing with new map bitsKeith Packard2015-05-25
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altoslib: Build AltosVersion.java in configure.acKeith Packard2015-05-25
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Flip version to 1.6.0.2Keith Packard2015-05-19
| | | | | | Tag a version for development builds Signed-off-by: Keith Packard <keithp@keithp.com>
* Bump java library versionsKeith Packard2015-02-07
| | | | | | | Lots of minor API/ABI changes; make sure people can install both 1.5 and 1.6 at the same time. Signed-off-by: Keith Packard <keithp@keithp.com>
* altoslib: Clear saved TelemetryReader state instead of resetting in ScanUIKeith Packard2015-02-07
| | | | | | | Instead of attempting to mash the saved state from AltosScanUI, just throw it away in AltosTelemetryReader.reset. Much cleaner, and more reliable. Signed-off-by: Keith Packard <keithp@keithp.com>
* ao-tools: Add ao-usbtrng to dump RNG data for testingKeith Packard2015-01-26
| | | | | | | ao-usbtrng reads a specified number of kilobytes of random data from a random number generator. Signed-off-by: Keith Packard <keithp@keithp.com>
* Set version to 1.5.9.11.5.9.1Keith Packard2015-01-16
|
* altosdroid: Automatically sign the released version if the key is availableKeith Packard2014-09-13
| | | | | | | Look in ~/altusmetrumllc for release.keystore and Passphrase and enable building and signing of the release binary. Signed-off-by: Keith Packard <keithp@keithp.com>
* Mark master branch as past the 1.5 pointKeith Packard2014-09-13
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* ao-tools: Add ao-test-gps programKeith Packard2014-09-12
| | | | | | This waits for GPS to report lock Signed-off-by: Keith Packard <keithp@keithp.com>
* configure: Add --disable-install-shared-mime-info optionKeith Packard2014-09-10
| | | | | | | | This inhibits the installation of the shared mime info data file and updating of the shared mime database. Necessary if you want to use a distribution-specific shared mime installation hook, like dh_installmime Signed-off-by: Keith Packard <keithp@keithp.com>
* Tag version 1.4.9.31.4.9.3Keith Packard2014-09-09
| | | | | | This should be the final firmware version for 1.5 Signed-off-by: Keith Packard <keithp@keithp.com>
* Add ao-tools/ao-cal-accelKeith Packard2014-08-18
| | | | | | This C version may be more reliable than the nickle version Signed-off-by: Keith Packard <keithp@keithp.com>
* Use -ldl when testing whether -m32 and -m64 builds workKeith Packard2014-08-17
| | | | | | | We only need -ldl, and not -lbluetooth now that libaltos uses dlopen on the bluetooth library Signed-off-by: Keith Packard <keithp@keithp.com>
* Set version to 1.4.9.21.4.9.2Keith Packard2014-07-14
|
* Bump version to 1.4.9.1 -- on the way to 1.51.4.9.1Keith Packard2014-07-06
|
* Bump version to 1.4.1.1Keith Packard2014-06-24
|
* ao-tools: Add ao-test-baro, ao-test-igniter and ao-test-flashKeith Packard2014-06-22
| | | | | | C versions of the test programs used to validate hardware prior to ship Signed-off-by: Keith Packard <keithp@keithp.com>