Created
December 22, 2014 12:54
-
-
Save gravitystorm/7476d381e7ab8bbe04ea to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| andy@eiger:~/temp/bar$ diff -u -r osm2pgsql-git/ osm2pgsql | |
| Only in osm2pgsql: aclocal.m4 | |
| Only in osm2pgsql: config.guess | |
| Only in osm2pgsql: config.h.in | |
| Only in osm2pgsql: config.sub | |
| Only in osm2pgsql: configure | |
| diff -u -r osm2pgsql-git/debian/changelog osm2pgsql/debian/changelog | |
| --- osm2pgsql-git/debian/changelog 2014-12-22 12:50:57.872727114 +0000 | |
| +++ osm2pgsql/debian/changelog 2012-09-14 07:26:21.000000000 +0100 | |
| @@ -1,3 +1,12 @@ | |
| +osm2pgsql (0.81.0-1~precise1) precise; urgency=low | |
| + | |
| + * Change to 64bit ID mode | |
| + * *this is an incompatible change and requires a re-import of data | |
| + * Fix hstore bug | |
| + * Improve flat-nodes | |
| + | |
| + -- Kai Krueger <[email protected]> Thu, 13 Sep 2012 10:00:00 +0000 | |
| + | |
| osm2pgsql (0.80.0-13~precise1) precise; urgency=low | |
| * Update from upstream to svn version 28638 | |
| Only in osm2pgsql: depcomp | |
| Only in osm2pgsql: fileformat.pb-c.c | |
| Only in osm2pgsql: fileformat.pb-c.h | |
| Only in osm2pgsql-git/: .git | |
| diff -u -r osm2pgsql-git/INSTALL osm2pgsql/INSTALL | |
| --- osm2pgsql-git/INSTALL 2014-12-22 12:50:57.872727114 +0000 | |
| +++ osm2pgsql/INSTALL 2012-09-14 07:26:31.000000000 +0100 | |
| @@ -1,8 +1,8 @@ | |
| Installation Instructions | |
| ************************* | |
| -Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005, | |
| -2006, 2007, 2008, 2009 Free Software Foundation, Inc. | |
| +Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation, | |
| +Inc. | |
| Copying and distribution of this file, with or without modification, | |
| are permitted in any medium without royalty provided the copyright | |
| @@ -226,6 +226,11 @@ | |
| and if that doesn't work, install pre-built binaries of GCC for HP-UX. | |
| + HP-UX `make' updates targets which have the same time stamps as | |
| +their prerequisites, which makes it generally unusable when shipped | |
| +generated files such as `configure' are involved. Use GNU `make' | |
| +instead. | |
| + | |
| On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot | |
| parse its `<wchar.h>' header file. The option `-nodtk' can be used as | |
| a workaround. If GNU CC is not installed, it is therefore recommended | |
| Only in osm2pgsql: install-sh | |
| Only in osm2pgsql/legacy: Makefile.in | |
| Only in osm2pgsql: log | |
| Only in osm2pgsql: ltmain.sh | |
| Only in osm2pgsql/m4: libtool.m4 | |
| Only in osm2pgsql/m4: lt~obsolete.m4 | |
| Only in osm2pgsql/m4: ltoptions.m4 | |
| Only in osm2pgsql/m4: ltsugar.m4 | |
| Only in osm2pgsql/m4: ltversion.m4 | |
| Only in osm2pgsql: Makefile.in | |
| Only in osm2pgsql: missing | |
| Only in osm2pgsql: osmformat.pb-c.c | |
| Only in osm2pgsql: osmformat.pb-c.h |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment