summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAge
* Bump version to 1.8.5Keith Packard2018-03-17
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Bump for version 1.8.4Keith Packard2017-12-21
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Bump to version 1.8.3Keith Packard2017-12-11
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Set version to 1.8.2.1Keith Packard2017-10-05
| | | | | | Testing KML export changes at TRA Signed-off-by: Keith Packard <keithp@keithp.com>
* Update release version and dateKeith Packard2017-09-18
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Bump to version 1.8.1.1/android 16 for altosdroid1.8.1.1Keith Packard2017-08-31
| | | | | | | | AltosDroid 1.8.1 got released before the latest fix for not storing frequency preferences was made. Make a 1.8.1.1 with a new android release number for that. Signed-off-by: Keith Packard <keithp@keithp.com>
* Version 1.8.1Keith Packard2017-08-28
| | | | | | Android version 15 Signed-off-by: Keith Packard <keithp@keithp.com>
* install: Add 'fat-install' targetKeith Packard2017-08-12
| | | | | | | | | | | | | This uses the existing --with-fat-dir option and instead of installing everything to that directory, creates a normal ikiwiki hierarchy of files including .mdwn files, whacked release notes html files and all of the appropriate packages. One stop shopping for adding the release to the web site. Attempted to update Releasing file to match. Signed-off-by: Keith Packard <keithp@keithp.com>
* Bump version to 1.8Keith Packard2017-08-12
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* Set version to 1.7.1 for TeleBT firmware buildKeith Packard2017-07-21
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altoslib,altosuilib: Bump library version numbersKeith Packard2017-06-13
| | | | | | The API and ABI have changed a bit since 1.7 Signed-off-by: Keith Packard <keithp@keithp.com>
* 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
|