base-specs/nwam-manager.spec
author dkenny
Tue, 23 Dec 2008 10:02:52 +0000
branchgnome-2-24
changeset 14133 8d87bbcedad5
parent 13957 5ad8c42bf48d
child 14218 ca7a55a11aff
permissions -rw-r--r--
2008-12-23 Darren Kenny <[email protected]> * base-specs/nwam-manager.spec: Bump to 0.5.13 to get fixes for: - Build issues where libnwam.h and libnwam.so is not on system. - Fix for defect#4783 - Move connection to wifi network into a thread to avoid hanging UI - Fix for defect#5048 - Add validation check for entered passwords, by attempting to create key using libnwam - attempt to catch bad keys up-front. Use new libnwam_wlan_key_secmode if it's available. - Fix bug#6769492 where underscores were being interpreted as accelerators. - Update fix for bug#6761297 - Wait for notification area in gtk_init() and fix where delay events were being pushed for notifications. - Fix bug#6772213 where the status icon wasn't being resized correctly when using a large gnome panel - it didn't get any bigger than 32. - Fix bug#4677 where WPA key was being incorrectly prompted for and as a result no passed to NWAM. - Fix for bug#6764186 to reduce the amount of prompting about changes in wireless APs scanned. * patches/nwam-manager-01-wpa.diff, patches/nwam-manager-02-new-aps.diff: Remove upstream patches.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
13390
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
     1
#
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
     2
# spec file for package nwam-manager
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
     3
#
13405
863fb47f8586 2008-09-04 Darren Kenny <[email protected]>
dkenny
parents: 13390
diff changeset
     4
# Copyright 2008 Sun Microsystems, Inc.
13390
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
     5
# This file and all modifications and additions to the pristine
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
     6
# package are under the same license as the package itself.
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
     7
#
13405
863fb47f8586 2008-09-04 Darren Kenny <[email protected]>
dkenny
parents: 13390
diff changeset
     8
# Owner: dkenny
13390
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
     9
#
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    10
%include l10n.inc
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    11
Name:         nwam-manager
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    12
License:      CDDL
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    13
Group:        System/GUI/GNOME
14133
8d87bbcedad5 2008-12-23 Darren Kenny <[email protected]>
dkenny
parents: 13957
diff changeset
    14
Version:      0.5.13
13405
863fb47f8586 2008-09-04 Darren Kenny <[email protected]>
dkenny
parents: 13390
diff changeset
    15
Summary:      Network Auto-Magic User Interface
13460
6cabb3e61e38 2008-09-09 Darren Kenny <[email protected]>
dkenny
parents: 13441
diff changeset
    16
#Source:       http://src.opensolaris.org/source/raw/jds/nwam-manager/branches/phase-0.5/tarballs/%{name}-%{version}.tar.gz
6cabb3e61e38 2008-09-09 Darren Kenny <[email protected]>
dkenny
parents: 13441
diff changeset
    17
Source:       http://www.opensolaris.org/os/project/nwam/picea/%{name}-%{version}.tar.gz
13390
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    18
#Source1:      %{name}-po-sun-%{po_sun_version}.tar.bz2
13405
863fb47f8586 2008-09-04 Darren Kenny <[email protected]>
dkenny
parents: 13390
diff changeset
    19
URL:          http://www.opensolaris.org/os/project/nwam
13390
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    20
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    21
Docdir:       %{_defaultdocdir}/%{name}
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    22
Autoreqprov:  on
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    23
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    24
%define	libgnomeui_version		2.1.5
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    25
%define	glib_version			2.6.0
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    26
%define gconf_version			2.6.0
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    27
%define libglade_version		2.6.0
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    28
%define gtk_version			2.6.0
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    29
%define libnotify_version		0.3.0
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    30
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    31
Requires:       libgnomeui >= %{libgnomeui_version}
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    32
Requires:       glib >= %{glib_version}
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    33
Requires:       gconf >= %{gconf_version}
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    34
Requires:       libglade >= %{libglade_version}
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    35
Requires:       gtk >= %{gtk_version}
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    36
Requires:       libnotify >= %{libnotify_version}
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    37
BuildRequires:	libgnomeui-devel >= %{libgnomeui_version}
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    38
BuildRequires:	glib >= %{glib_version}
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    39
BuildRequires:	gconf >= %{gconf_version}
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    40
BuildRequires:	libglade >= %{libglade_version}
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    41
BuildRequires:	gtk >= %{gtk_version}
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    42
BuildRequires:	libnotify >= %{libnotify_version}
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    43
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    44
%description
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    45
Nwam-manager is a GUI of Nwam http://www.opensolaris.org/os/project/nwam
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    46
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    47
%prep
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    48
%setup -q
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    49
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    50
%build
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    51
%ifos linux
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    52
if [ -x /usr/bin/getconf ]; then
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    53
  CPUS=`getconf _NPROCESSORS_ONLN`
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    54
fi
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    55
%else
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    56
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    57
%endif
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    58
if test "x$CPUS" = "x" -o $CPUS = 0; then
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    59
  CPUS=1
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    60
fi
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    61
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    62
libtoolize --force
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    63
intltoolize --force --copy --automake
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    64
aclocal $ACLOCAL_FLAGS
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    65
autoheader
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    66
automake -a -c -f
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    67
autoconf
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    68
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    69
export PKG_CONFIG_PATH="%{_libdir}/pkgconfig:%{_datadir}/pkgconfig"
13405
863fb47f8586 2008-09-04 Darren Kenny <[email protected]>
dkenny
parents: 13390
diff changeset
    70
CFLAGS="%optflags"	\
13390
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    71
./configure \
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    72
	--prefix=%{_prefix} \
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    73
	--sysconfdir=%{_sysconfdir} \
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    74
        --libdir=%{_libdir}         \
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    75
        --bindir=%{_bindir}         \
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    76
	--libexecdir=%{_libexecdir} \
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    77
	--mandir=%{_mandir}         \
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    78
	--localstatedir=/var/lib
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    79
13405
863fb47f8586 2008-09-04 Darren Kenny <[email protected]>
dkenny
parents: 13390
diff changeset
    80
make -j $CPUS
13390
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    81
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    82
%install
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    83
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    84
make install DESTDIR=$RPM_BUILD_ROOT
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    85
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    86
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    87
%clean
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    88
rm -rf $RPM_BUILD_ROOT
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    89
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    90
%files
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    91
%defattr (-, root, root)
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    92
%{_bindir}/*
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    93
%{_sysconfdir}/gconf/schemas
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    94
%{_libdir}/*
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    95
%{_libexecdir}/*
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    96
%{_datadir}/applications
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    97
%{_datadir}/gnome/help/nwam/*
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    98
%{_datadir}/locale/*/LC_MESSAGES/*.mo
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
    99
%{_datadir}/omf/nwam/*
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
   100
%{_datadir}/pixmaps/*
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
   101
%{_datadir}/nwam/*
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
   102
%{_mandir}/man1/nwam*
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
   103
%{_includedir}/nwam/*
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
   104
cd8aab5047ff 2008-09-03 Darren Kenny <[email protected]>
dkenny
parents:
diff changeset
   105
%changelog
14133
8d87bbcedad5 2008-12-23 Darren Kenny <[email protected]>
dkenny
parents: 13957
diff changeset
   106
* Tue Dec 23 2008 - [email protected]
8d87bbcedad5 2008-12-23 Darren Kenny <[email protected]>
dkenny
parents: 13957
diff changeset
   107
- Bump to 0.5.13 and remove upsteam patches.
13957
5ad8c42bf48d 2008-11-13 Darren Kenny <[email protected]>
dkenny
parents: 13942
diff changeset
   108
* Thu Nov 13 2008 - [email protected]
5ad8c42bf48d 2008-11-13 Darren Kenny <[email protected]>
dkenny
parents: 13942
diff changeset
   109
- Added patch nwam-manager-02-new-aps.diff to fix bug#6764186 where on some
5ad8c42bf48d 2008-11-13 Darren Kenny <[email protected]>
dkenny
parents: 13942
diff changeset
   110
  machines there are a lot of notifications of new wireless networks being
5ad8c42bf48d 2008-11-13 Darren Kenny <[email protected]>
dkenny
parents: 13942
diff changeset
   111
  found.
13942
39de9d07cf08 2008-11-10 Darren Kenny <[email protected]>
dkenny
parents: 13880
diff changeset
   112
* Mon Nov 10 2008 - [email protected]
39de9d07cf08 2008-11-10 Darren Kenny <[email protected]>
dkenny
parents: 13880
diff changeset
   113
- Added patch to fix bug#4677 where WPA passwords are not being passed to NWAM
39de9d07cf08 2008-11-10 Darren Kenny <[email protected]>
dkenny
parents: 13880
diff changeset
   114
  when requested.
13880
666b5e2434df 2008-10-21 Darren Kenny <[email protected]>
dkenny
parents: 13694
diff changeset
   115
* Mon Oct 20 2008 - [email protected]
666b5e2434df 2008-10-21 Darren Kenny <[email protected]>
dkenny
parents: 13694
diff changeset
   116
- Bump to 0.5.11 to get translations (Bug#6761343) and also fix an issue where
666b5e2434df 2008-10-21 Darren Kenny <[email protected]>
dkenny
parents: 13694
diff changeset
   117
  NWAM Manager is show messages too early in the login cycle (Bug#6761297).
13694
2aae605e1806 2008-09-19 Darren Kenny <[email protected]>
dkenny
parents: 13660
diff changeset
   118
* Fri Sep 19 2008 - [email protected]
2aae605e1806 2008-09-19 Darren Kenny <[email protected]>
dkenny
parents: 13660
diff changeset
   119
- Bump to 0.5.10 to get a fix for bug#6750461 where things were crashing when
2aae605e1806 2008-09-19 Darren Kenny <[email protected]>
dkenny
parents: 13660
diff changeset
   120
  a hot-pluggable wireless interface was plugged in.
2aae605e1806 2008-09-19 Darren Kenny <[email protected]>
dkenny
parents: 13660
diff changeset
   121
  Also fixed a minor issue where the status icon was being incorrectly updated
2aae605e1806 2008-09-19 Darren Kenny <[email protected]>
dkenny
parents: 13660
diff changeset
   122
  in this case too.
13660
e223832e0f99 2008-09-18 Darren Kenny <[email protected]>
dkenny
parents: 13638
diff changeset
   123
* Thu Sep 18 2008 - [email protected]
e223832e0f99 2008-09-18 Darren Kenny <[email protected]>
dkenny
parents: 13638
diff changeset
   124
- Bump to 0.5.9 handle change in some libnwam symbol names.
e223832e0f99 2008-09-18 Darren Kenny <[email protected]>
dkenny
parents: 13638
diff changeset
   125
* Wed Sep 17 2008 - [email protected]
e223832e0f99 2008-09-18 Darren Kenny <[email protected]>
dkenny
parents: 13638
diff changeset
   126
- Bump to 0.5.8 to get the following fixes:
e223832e0f99 2008-09-18 Darren Kenny <[email protected]>
dkenny
parents: 13638
diff changeset
   127
  - Fix bug#6744179, always update the notification if user put mouse
e223832e0f99 2008-09-18 Darren Kenny <[email protected]>
dkenny
parents: 13638
diff changeset
   128
    pointer over message area.
e223832e0f99 2008-09-18 Darren Kenny <[email protected]>
dkenny
parents: 13638
diff changeset
   129
  - Fix bug#6749315 to allow people to differentiate between an ad-hoc
e223832e0f99 2008-09-18 Darren Kenny <[email protected]>
dkenny
parents: 13638
diff changeset
   130
    network and AP.
e223832e0f99 2008-09-18 Darren Kenny <[email protected]>
dkenny
parents: 13638
diff changeset
   131
  - Fix bug#6748692 - Don't show unnecessary messages (for lower-prio
e223832e0f99 2008-09-18 Darren Kenny <[email protected]>
dkenny
parents: 13638
diff changeset
   132
    interfaces some messages shouldn't be shown).
e223832e0f99 2008-09-18 Darren Kenny <[email protected]>
dkenny
parents: 13638
diff changeset
   133
  - Several other minor fixes.
13557
7205243eb9be 2008-09-12 Darren Kenny <[email protected]>
dkenny
parents: 13550
diff changeset
   134
* Fri Sep 12 2008 - [email protected]
13565
2517f58a174f 2008-09-12 Darren Kenny <[email protected]>
dkenny
parents: 13557
diff changeset
   135
- Bump to 0.5.7 to fix issue where wireless connection to a network resulted
2517f58a174f 2008-09-12 Darren Kenny <[email protected]>
dkenny
parents: 13557
diff changeset
   136
  in more than one attempt to connect. Also fixed issue where wifi_net objects
2517f58a174f 2008-09-12 Darren Kenny <[email protected]>
dkenny
parents: 13557
diff changeset
   137
  were initialised to connected state incorrectly.
2517f58a174f 2008-09-12 Darren Kenny <[email protected]>
dkenny
parents: 13557
diff changeset
   138
* Fri Sep 12 2008 - [email protected]
13557
7205243eb9be 2008-09-12 Darren Kenny <[email protected]>
dkenny
parents: 13550
diff changeset
   139
- Bump to 0.5.6 to fix a race-condition where sometimes nwam-manager ceased to
7205243eb9be 2008-09-12 Darren Kenny <[email protected]>
dkenny
parents: 13550
diff changeset
   140
  work with wireless networks if nwamd was in a specific state.
13550
65b255779b53 2008-09-11 Darren Kenny <[email protected]>
dkenny
parents: 13520
diff changeset
   141
* Thu Sep 11 2008 - [email protected]
65b255779b53 2008-09-11 Darren Kenny <[email protected]>
dkenny
parents: 13520
diff changeset
   142
- Bump to 0.5.5 to get fix for 6747318, and other minor fixes w.r.t. messages.
65b255779b53 2008-09-11 Darren Kenny <[email protected]>
dkenny
parents: 13520
diff changeset
   143
* Wed Sep 10 2008 - [email protected]
13520
c7d1d98acca0 2008-09-10 Darren Kenny <[email protected]>
dkenny
parents: 13460
diff changeset
   144
- Bump to 0.5.4 to fix a stupid mistake with non-population of menu.
13550
65b255779b53 2008-09-11 Darren Kenny <[email protected]>
dkenny
parents: 13520
diff changeset
   145
* Wed Sep 10 2008 - [email protected]
13520
c7d1d98acca0 2008-09-10 Darren Kenny <[email protected]>
dkenny
parents: 13460
diff changeset
   146
- Bump to 0.5.3 to get several minor fixes from feedback on nwam-discuss.
13460
6cabb3e61e38 2008-09-09 Darren Kenny <[email protected]>
dkenny
parents: 13441
diff changeset
   147
* Tue Sep 9 2008 - [email protected]
6cabb3e61e38 2008-09-09 Darren Kenny <[email protected]>
dkenny
parents: 13441
diff changeset
   148
- Change tarball location to somewhere that I know it will be visible
6cabb3e61e38 2008-09-09 Darren Kenny <[email protected]>
dkenny
parents: 13441
diff changeset
   149
  immediately on upload.
13441
6b7c8931293f 2008-09-08 Darren Kenny <[email protected]>
dkenny
parents: 13429
diff changeset
   150
* Mon Sep 8 2008 - [email protected]
6b7c8931293f 2008-09-08 Darren Kenny <[email protected]>
dkenny
parents: 13429
diff changeset
   151
- Bump to 0.5.2, to get fixes for bugs#6745722,6745720,6745719
13429
480ca5e66281 2008-09-05 Darren Kenny <[email protected]>
dkenny
parents: 13405
diff changeset
   152
* Fri Sep 5 2008 - [email protected]
480ca5e66281 2008-09-05 Darren Kenny <[email protected]>
dkenny
parents: 13405
diff changeset
   153
- Bump to 0.5.1
13405
863fb47f8586 2008-09-04 Darren Kenny <[email protected]>
dkenny
parents: 13390
diff changeset
   154
* Thu Sep 4 2008 - [email protected]
863fb47f8586 2008-09-04 Darren Kenny <[email protected]>
dkenny
parents: 13390
diff changeset
   155
- Fix some issues in spec 
863fb47f8586 2008-09-04 Darren Kenny <[email protected]>
dkenny
parents: 13390
diff changeset
   156
* Wed Sep 3 2008 - [email protected]
863fb47f8586 2008-09-04 Darren Kenny <[email protected]>
dkenny
parents: 13390
diff changeset
   157
- Initial delivery.