# Generated by Makefile. Do not edit.

commit 7bd450067365a8709e5005f4111ecf684d003efe
Author: Bertrand Lorentz <bertrand.lorentz@gmail.com>
Date:   Tue Aug 27 22:03:11 2013 +0200

    release: Bump version to 3.0

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5badba6a546cf44a49ba8ba216338abb2f9ba530
Author: Bertrand Lorentz <bertrand.lorentz@gmail.com>
Date:   Tue Aug 27 22:02:24 2013 +0200

    release: Update NEWS for 3.0 and fill in README a bit

 NEWS   | 9 +++++++++
 README | 3 +++
 2 files changed, 12 insertions(+)

commit 8fce06a77d9f9ac66ebee732959ea685ac356f30
Author: Bertrand Lorentz <bertrand.lorentz@gmail.com>
Date:   Mon Aug 26 22:30:11 2013 +0200

    build: Use the compiler -keyfile parameters to sign assembly
    
    Using the assembly attributes is now deprecated.

 gudev/AssemblyInfo.cs.in |  2 --
 gudev/Makefile.am        | 13 +++++--------
 2 files changed, 5 insertions(+), 10 deletions(-)

commit a8c2e0f774d2c4f7e8dcbb0ab936007a1f3d1c23
Author: Bertrand Lorentz <bertrand.lorentz@gmail.com>
Date:   Mon Aug 26 22:32:14 2013 +0200

    build: The generator does not support the customdir parameter anymore
    
    We don't have custom code, so we can just remove the parameter.

 gudev/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8e307a86d56d5237776effd985d50372516e967f
Author: Bertrand Lorentz <bertrand.lorentz@gmail.com>
Date:   Mon Aug 26 22:08:04 2013 +0200

    build: Rename configure.in to configure.ac to silence a warning

 configure.ac | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.in | 54 ------------------------------------------------------
 2 files changed, 54 insertions(+), 54 deletions(-)

commit 6288786a645e2285464679d8c37e8f9308421892
Author: Bertrand Lorentz <bertrand.lorentz@gmail.com>
Date:   Sun Dec 4 17:56:44 2011 +0100

    build: Bump API version to 3.0.0.0
    
    This prevents us from overwriting an older assembly in the GAC.

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d03c77f91c61fb5417a71bb637b5d1fc252b9b0b
Author: Bertrand Lorentz <bertrand.lorentz@gmail.com>
Date:   Wed Aug 3 13:27:29 2011 +0200

    build: Clean up configure.in
    
    Remove stuff we don't need, and silence warnings about GNU make
    extensions by setting the foreign automake flavour.

 configure.in | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

commit 3cf008db2fd8130eb015fd9f362bcbb378df4210
Author: Bertrand Lorentz <bertrand.lorentz@gmail.com>
Date:   Wed Aug 3 13:15:43 2011 +0200

    build: Don't check for gtk+, it's not needed

 configure.in | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

commit 5ddf2a53f23f1c2b04baf53c7bee419fd25a1734
Author: Bertrand Lorentz <bertrand.lorentz@gmail.com>
Date:   Wed Aug 3 13:13:37 2011 +0200

    build: Just require glib-sharp instead of gtk-sharp

 configure.in      | 8 ++++----
 gudev/Makefile.am | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

commit 635680204fb38ed84504fabb4255afa071cbd7b5
Author: Bertrand Lorentz <bertrand.lorentz@gmail.com>
Date:   Mon Jul 18 21:13:08 2011 +0200

    Various fixups in gudev.metadata
    
    Set the element type of the list returned by
    g_udev_client_query_by_subsystem.
    
    Mark the return values of g_udev_client_query_by_* as owned, as they are
    marked as "transfer full" in the docs.
    
    Mark g_udev_device_get_property as new, to silence a warning during
    compilation.

 gudev/gudev.metadata | 8 ++++++++
 1 file changed, 8 insertions(+)

commit a2de95686baa909835d8e93bbbbed3072db79db6
Author: Bertrand Lorentz <bertrand.lorentz@gmail.com>
Date:   Mon Jul 18 19:26:22 2011 +0200

    Reparse the API with gapi3-parser

 gudev/gudev-api.raw | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 73 insertions(+), 3 deletions(-)

commit 2af2692df6944f83d9c69d586ff12eb4db0973cd
Author: Bertrand Lorentz <bertrand.lorentz@gmail.com>
Date:   Mon Jul 18 19:25:22 2011 +0200

    build: Fix build of the sample

 samples/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c90dbd7619cdfec036935fe651e35e68ea4183a3
Author: Bertrand Lorentz <bertrand.lorentz@gmail.com>
Date:   Mon Jul 18 19:23:44 2011 +0200

    build: Rename package to gudev-sharp in configure.in
    
    This only removes the -1.0 from the tarball name.

 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 1b22a9b72ddbfb09a6f0dc60ef1ffeab53dfb885
Author: Bertrand Lorentz <bertrand.lorentz@gmail.com>
Date:   Mon Jul 18 19:14:55 2011 +0200

    Allow parallel installation with previous versions
    
    To follow the same philosophy as GTK+ 2.x and GTK+ 3, we allow parallel
    installation of the next version of gudev-sharp and previous versions.
    To be in sync with the gtk-sharp version, we jump to the 3.0 version
    number in the relevant parts : the pkg-config filename and the package
    name in the GAC.

 Makefile.am           |  8 ++++----
 configure.in          |  2 +-
 gudev-sharp-1.0.pc.in | 10 ----------
 gudev-sharp-3.0.pc.in | 10 ++++++++++
 gudev/Makefile.am     | 10 +++++-----
 5 files changed, 20 insertions(+), 20 deletions(-)

commit b7836e6761f67887ea26335a20bd545d6ec42684
Author: Bertrand Lorentz <bertrand.lorentz@gmail.com>
Date:   Sun Jul 17 21:15:07 2011 +0200

    Depend on glib-3.0 and use gapi-3

 configure.in          | 14 ++++++--------
 gudev-sharp-1.0.pc.in |  2 +-
 gudev/Makefile.am     |  4 ++--
 3 files changed, 9 insertions(+), 11 deletions(-)

commit 8b79a50f96b68061e1c3ddf3e68de6432889200e
Author: Bertrand Lorentz <bertrand.lorentz@gmail.com>
Date:   Sun Jul 17 21:02:07 2011 +0200

    Update .gitignore

 .gitignore | 7 +++++++
 1 file changed, 7 insertions(+)

commit 271ca29a44c0c5d660b0b724036e0fba32923c81
Author: Gabriel Burt <gabriel.burt@gmail.com>
Date:   Thu Nov 11 16:23:28 2010 -0600

    Fix GAC installation on 64 bit builds

 gudev/Makefile.am | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 879230b2ba967cfea7dcda8897bdda37bf6f51c3
Author: Gabriel Burt <gabriel.burt@gmail.com>
Date:   Thu Nov 11 16:23:16 2010 -0600

    Add .gitignore

 .gitignore | 10 ++++++++++
 1 file changed, 10 insertions(+)

commit dd70863eb639264e89c9897a98535ba80b667ff9
Author: Gabriel Burt <gabriel.burt@gmail.com>
Date:   Thu Nov 11 16:23:00 2010 -0600

    Remove files that shouldn't be version controlled

 INSTALL    | 1 -
 install-sh | 1 -
 missing    | 1 -
 3 files changed, 3 deletions(-)

commit 38679095f9a752f5972ea562fa299991466b923d
Author: Alex Launi <alex.launi@gmail.com>
Date:   Wed Sep 1 14:25:58 2010 -0400

    Post-release version bump to 0.2

 configure.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 2c53e2f57a8e4d858e525d69cc3588c6948bafc3
Author: Alex Launi <alex.launi@gmail.com>
Date:   Wed Sep 1 14:24:41 2010 -0400

    Release GUdev# 0.1

 ChangeLog   |  4 ++++
 Makefile.am | 15 +++++++++++++++
 NEWS        |  7 +++++++
 3 files changed, 26 insertions(+)

commit c33f446fd2cdceaa27b844e9414abb6cc2ea6181
Author: Alex Launi <alex.launi@gmail.com>
Date:   Tue Jul 13 16:18:57 2010 -0400

    Initial import of gudev-sharp

 AUTHORS                         |   1 +
 COPYING                         |   1 +
 ChangeLog                       |   0
 INSTALL                         |   1 +
 LICENSE.LGPL                    | 504 ++++++++++++++++++++++++++++++++++++++++
 Makefile.am                     |   8 +
 NEWS                            |   0
 README                          |   0
 autogen.sh                      |   9 +
 configure.in                    |  76 ++++++
 gudev-sharp-1.0.pc.in           |  10 +
 gudev-sharp.snk                 | Bin 0 -> 596 bytes
 gudev/AssemblyInfo.cs.in        |   6 +
 gudev/Makefile.am               |  51 ++++
 gudev/gudev-api.raw             | 202 ++++++++++++++++
 gudev/gudev-sharp.dll.config.in |   6 +
 gudev/gudev.metadata            |   7 +
 install-sh                      |   1 +
 missing                         |   1 +
 samples/Makefile                |   7 +
 samples/TestGUDev.cs            |  38 +++
 sources/gudev-sharp.sources     |   9 +
 sources/udev_151.tar.gz         | Bin 0 -> 634842 bytes
 23 files changed, 938 insertions(+)
